Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:59 +08:00
commit 9f60012661
14 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "scaffold-claude-feature",
"description": "Generate Claude Code features (slash commands, skills, subagents, hooks, output styles) with proper structure and best practices",
"version": "1.2.0",
"author": {
"name": "Stefan Cho"
},
"skills": [
"./skills"
]
}