Files
gh-classmethod-tsumiki/.claude-plugin/plugin.json
2025-11-29 18:09:29 +08:00

15 lines
412 B
JSON

{
"name": "tsumiki",
"description": "AI-driven development toolkit for TDD and SDD workflows, providing comprehensive command templates and agents to enhance developer productivity with Claude Code",
"version": "0.0.6",
"author": {
"name": "makoto kuroeda",
"email": "kuroeda.makoto@classmethod.jp"
},
"agents": [
"./agents/symbol-searcher.md"
],
"commands": [
"./commands/"
]
}