Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:46:01 +08:00
commit 1ca748f212
22 changed files with 2361 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "compounding-engineering",
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 15 specialized agents and 6 commands.",
"version": "1.0.0",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",
"url": "https://github.com/kieranklaassen"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}