Initial commit

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

View File

@@ -0,0 +1,14 @@
{
"name": "cook-ko",
"description": "Claude Code를 위한 강력한 명령어 및 역할 모음 (한국어)",
"version": "3.0.0",
"author": {
"name": "wasabeef"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}