19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"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"
|
|
]
|
|
} |