Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:49 +08:00
commit 9b0853eeea
10 changed files with 1789 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "agentdev",
"description": "Create, implement, and review Claude Code agents and commands with multi-model validation. Full-cycle development workflow: design (architect) → plan review → implementation (developer) → quality review (reviewer) → iteration. Features parallel external model reviews, quality gates, and comprehensive XML/YAML standards.",
"version": "1.0.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}