Claude-Code-Game-Studios hooks
From Donchitos
Hooks on SessionStart, PreToolUse, PostToolUse, Notification, PreCompact, PostCompact, Stop, SubagentStart, SubagentStop
Facts
- Repository
- Donchitos/Claude-Code-Game-Studios
- Status
- Actively maintained
- Last commit
- Source file
- .claude/settings.json
Source preview
The instructions Claude Code reads when this hook runs.
{
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/session-start.sh",
"timeout": 10
},
{
"type": "command",
"command": "bash .claude/hooks/detect-gaps.sh",
"timeout": 10
}
]
}
],
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/validate-commit.sh",
"timeout": 15
},
{
"type": "command",
"command": "bash .claude/hooks/validate-push.sh",
"timeout": 10
}
]
}
],
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/validate-assets.sh",
"timeout": 10
},
{
"type": "command",
"command": "bash .claude/hooks/validate-skill-change.sh",
"timeout": 5
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/notify.sh",
"timeout": 10
}
]
}
],
"PreCompact": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"commandView full source on GitHub →Other hooks
ruflo hooks
★ 64,474Hooks on PreToolUse, PostToolUse, UserPromptSubmit, SessionStart, Stop, Notification
ruvnetupdated 13d agoMITclaude-code-best-practice hooks
★ 62,640Hooks on PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure, PostToolBatch, UserPromptSubmit, UserPromptExpansion, Notification, MessageDisplay, Stop, SubagentStart, SubagentStop, PreCompact, PostCompact, SessionStart, SessionEnd, Setup, TeammateIdle, TaskCreated, TaskCompleted, ConfigChange, WorktreeCreate, WorktreeRemove, InstructionsLoaded, Elicitation, ElicitationResult, StopFailure, CwdChanged, FileChanged, PermissionDenied
shanraisshanupdated 13d agoMITclaude-code-templates hooks
★ 29,520Hooks on PreToolUse, PostToolUse, Notification, Stop
davila7updated 13d agoMITbeads hooks
★ 25,299Hooks on PreToolUse
gastownhallupdated 13d agoMIT