Skip to content

Instantly share code, notes, and snippets.

@scarf005
Last active December 20, 2025 05:10
Show Gist options
  • Select an option

  • Save scarf005/df8d1218d394e51be301c84fabf64ffb to your computer and use it in GitHub Desktop.

Select an option

Save scarf005/df8d1218d394e51be301c84fabf64ffb to your computer and use it in GitHub Desktop.
{
"attribution": {
"commit": "",
"pr": ""
},
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "if [ -f \"$CLAUDE_PROJECT_DIR/AGENTS.md\" ]; then cat \"$CLAUDE_PROJECT_DIR/AGENTS.md\"; fi"
}
]
},
{
"matcher": "clear",
"hooks": [
{
"type": "command",
"command": "if [ -f \"$CLAUDE_PROJECT_DIR/AGENTS.md\" ]; then cat \"$CLAUDE_PROJECT_DIR/AGENTS.md\"; fi"
}
]
},
{
"matcher": "compact",
"hooks": [
{
"type": "command",
"command": "if [ -f \"$CLAUDE_PROJECT_DIR/AGENTS.md\" ]; then cat \"$CLAUDE_PROJECT_DIR/AGENTS.md\"; fi"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "bunx -y ccstatusline@latest",
"padding": 0
},
"enabledPlugins": {
"clangd-lsp@claude-plugins-official": true,
"github@claude-plugins-official": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment