Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:37 +08:00
commit f7e0d862fb
51 changed files with 11850 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "cook",
"description": "Claude Code の強力なコマンド・ロール集(日本語版)",
"version": "3.0.0",
"author": {
"name": "wasabeef"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}