Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:59 +08:00
commit d61dbe6a6c
39 changed files with 3981 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "claude-code-settings",
"description": "Claude Code settings, commands and agents for vibe coding",
"version": "1.2.0",
"author": {
"name": "Pengfei Ni",
"url": "https://github.com/feiskyer/claude-code-settings"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}