{
"$schema": "https://json.schemastore.org/claude-plugin",
"name": "heal",
"version": "0.2.1",
"description": "HEAL — code health monitoring & maintenance via Claude Code hooks and skills.",
"author": "kechol",
"license": "MIT",
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/claude-post-tool-use.sh"
}
],
"Stop": [
{
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/claude-stop.sh"
}
]
},
"skills": [
"skills/heal-code-check",
"skills/heal-code-fix"
]
}