Files
gh-jeremylongshore-claude-c…/.claude-plugin/plugin.json
2025-11-30 08:20:25 +08:00

19 lines
458 B
JSON

{
"name": "project-health-auditor",
"description": "Analyze local repos for code health, complexity, test coverage gaps - multi-dimensional health analysis combining complexity + churn + coverage",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"url": "https://intentsolutions.io",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}