Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:57 +08:00
commit 0d567cfdda
7 changed files with 643 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "minimal-claude",
"description": "Auto-configure code quality tools and generate custom /fix command for parallel agent-based fixing",
"version": "1.4.0",
"author": {
"name": "kenkai"
},
"commands": [
"./commands"
]
}