/plugin marketplace add SchoolAI/shipyard/plugin install schoolai-shipyard@SchoolAI/shipyardDefined in ./hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/apps/hook/dist/index.js"
}
],
"matcher": "AskUserQuestion"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/apps/hook/dist/index.js"
}
],
"matcher": "ExitPlanMode"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/apps/hook/dist/index.js --context"
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/apps/hook/dist/index.js",
"timeout": 1800
}
],
"matcher": "ExitPlanMode"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"PreToolUse": 1,
"PostToolUse": 1,
"SessionStart": 1,
"PermissionRequest": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 4,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 3
}
}