/plugin marketplace add constellos/claude-code-plugins/plugin install constellos-github-vercel-supabase-ci-plugins-github-vercel-supabase-ci@constellos/claude-code-pluginsDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "npx tsx ${CLAUDE_PLUGIN_ROOT}/hooks/await-pr-checks.ts",
"description": "Waits for CI checks to complete after PR creation. Watches GitHub PR checks and reports results, blocking on failure."
}
],
"matcher": "Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "npx tsx ${CLAUDE_PLUGIN_ROOT}/hooks/setup-claude.ts",
"description": "Verifies Claude CLI is installed, installs if missing in remote environments."
},
{
"type": "command",
"command": "npx tsx ${CLAUDE_PLUGIN_ROOT}/hooks/setup-github.ts",
"description": "Installs GitHub CLI and configures repository access for gh commands."
},
{
"type": "command",
"command": "npx tsx ${CLAUDE_PLUGIN_ROOT}/hooks/setup-vercel.ts",
"description": "Installs Vercel CLI and syncs environment variables from project to .env.local."
},
{
"type": "command",
"command": "npx tsx ${CLAUDE_PLUGIN_ROOT}/hooks/setup-supabase-local-docker.ts",
"description": "Installs Docker, Supabase CLI, and starts local Supabase development stack."
},
{
"type": "command",
"command": "npx tsx ${CLAUDE_PLUGIN_ROOT}/hooks/install-workflows.ts",
"description": "Installs GitHub Actions workflow files for CI/CD automation."
}
]
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 6
},
"eventStats": {
"PostToolUse": 1,
"SessionStart": 5
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 6
}
}