Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:25 +08:00
commit e9e626f65a
17 changed files with 1063 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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"
]
}