Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:30 +08:00
commit d952f7ae0a
7 changed files with 914 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Gen Alpha mode hook that adds brainrot style instructions",
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear|compact",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
}
]
}
]
}
}