npx claudepluginhub terrylica/cc-skills --plugin devops-toolsDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse-firecrawl-research-reminder.ts",
"timeout": 3000
}
],
"matcher": "WebFetch|WebSearch"
}
]
}"Runs plan-review-hook.py Python script on PreToolUse events matching ExitPlanMode, automating plan review before exiting plan mode. Can block tool calls. No bash or file writes."