npx claudepluginhub muloka/claude-plugins --plugin commit-commands-jjDefined inline in plugin.json manifest
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/block-raw-git.sh"
}
],
"matcher": "Bash"
}
]
}"On PreToolUse for Bash tools, runs block-dangerous.sh to block risky commands and save-conv-before-commit.sh to save conversations before commits. Executes bash scripts, no file writes."