Files
gh-dkmaker-my-claude-plugin…/.claude-plugin/plugin.json
2025-11-29 18:22:47 +08:00

14 lines
262 B
JSON

{
"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"
]
}