/plugin marketplace add jeffh/claude-plugins/plugin install jeffh-pai-pai@jeffh/claude-pluginsDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
],
"matcher": "*"
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/session-capture.ts\""
},
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
],
"matcher": "*"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/session-capture.ts\""
},
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/hooks/event-capture.ts\""
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 10
},
"eventStats": {
"Stop": 1,
"PreCompact": 1,
"PreToolUse": 1,
"SessionEnd": 2,
"PostToolUse": 1,
"SessionStart": 2,
"SubagentStop": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 10,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 10
}
}