npx claudepluginhub standardbeagle/standardbeagle-tools --plugin dev-standardsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session-tracker.sh review",
"timeout": 10
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session-tracker.sh track \"$TOOL_INPUT\"",
"timeout": 5
}
],
"matcher": "Write|Edit"
}
]
}"Captures feedback via script on Stop event. After Edit/Write tool use, runs engine checks; after Skill tools, forge checkpoints. Involves file writes."