npx claudepluginhub dhughes/claude-marketplace --plugin atlassian-cliDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-atl-available.sh",
"timeout": 5
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/block-atlassian-webfetch.sh",
"timeout": 5
}
],
"matcher": "WebFetch"
}
]
}"Executes a bash script before Read, Grep, or Bash tools via PreToolUse hook with matcher. Can block or modify tool calls. Runs bash, no file writes."