Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:22 +08:00
commit a25d9dfcd0
28 changed files with 3680 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "zeff-claude-setup",
"description": "Custom Claude Code agents for full-stack development with React Native, backend architecture, security, and performance optimization",
"version": "1.0.0",
"author": {
"name": "Zeff",
"url": "https://github.com/Zeff01"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}