npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin para-obsidianDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/session-summary.ts",
"timeout": 10
}
],
"matcher": "*"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/brain-telemetry.ts",
"timeout": 5
}
],
"matcher": "Skill"
},
{
"hooks": [
{
"type": "command",
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/skill-lint.ts",
"timeout": 5
}
],
"matcher": "Write|Edit"
}
]
}"Runs code-quality-checker.py after Write/Edit/MultiEdit tool uses and backwards-compat-warning.py on Stop event. Performs file writes."