npx claudepluginhub vvkmnn/claude-emporium-beta --plugin claude-augurDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/post-plan.js"
}
],
"matcher": "Write",
"description": "Nudge augur_explain after plan file writes"
}
]
}"After Write/Edit tool uses, cds to git root and runs linting: npm run lint (JS/TS) or flake8 (Python) silently, echoes '✓ lint'. Touches file writes."