Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:54 +08:00
commit 480c06b3d0
8 changed files with 3079 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "code-analysis",
"description": "Deep code investigation and analysis toolkit. Features the codebase-detective agent for understanding code patterns, relationships, and architecture across complex codebases.",
"version": "1.3.3",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}