npx claudepluginhub prismatic-io/prismatic-skills --plugin prismatic-skillsDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "echo '{\"hookSpecificOutput\":{\"permissionDecision\":\"deny\",\"permissionDecisionReason\":\"Use the search script instead: prismatic-tools find-components <keyword>\"}}' >&2 && exit 2",
"timeout": 5
}
],
"matcher": "mcp__prism__prism_components_list"
},
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse-dispatch.mjs\"",
"timeout": 120
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "echo '{\"hookSpecificOutput\":{\"permissionDecision\":\"ask\",\"permissionDecisionReason\":\"Testing executes a flow which may trigger real side effects (sending messages, creating records).\"}}'",
"timeout": 5
}
],
"matcher": "mcp__prism__prism_integrations_flows_test"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/session-start-discovery.mjs\"",
"timeout": 5
}
],
"matcher": "startup|resume"
}
]
}"Checks for active incidents before git commit/push using PreToolUse hooks on Bash tools, and validates token on SessionStart. Executes bash scripts, no file writes."