Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:29 +08:00
commit b3ad2e3943
28 changed files with 6966 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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/"
]
}