Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:47 +08:00
commit 2c6e24b64d
7 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "transcript",
"description": "Parse and analyze Claude Code session transcripts with markdown/HTML output",
"version": "1.0.0",
"author": {
"name": "Claude Plugins"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}