Files
gh-madappgang-claude-code-p…/.claude-plugin/plugin.json
2025-11-30 08:38:54 +08:00

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"
]
}