npx claudepluginhub netresearch/claude-code-marketplace --plugin cli-toolsDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/detect_missing_tool.py",
"timeout": 3
}
],
"matcher": "Bash"
}
]
}"Runs validate-conventional-commit.sh after Bash tool use to validate commit messages against conventional commit standards. Executes bash commands."