npx claudepluginhub fractary/claude-plugins --plugin fractary-repoDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/update-status-cache.sh --quiet"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/update-marketplace.sh fractary --quiet"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/update-status-cache.sh --quiet"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/update-status-cache.sh --quiet"
}
]
}
]
}"Runs Carta shell scripts on SessionStart to check dependencies, on UserPromptSubmit to process prompts, and on Stop for cleanup. Executes commands, no file writes or bash touches."