35 lines
899 B
JSON
35 lines
899 B
JSON
{
|
|
"name": "caveman",
|
|
"description": "Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.",
|
|
"author": {
|
|
"name": "Julius Brussee",
|
|
"url": "https://github.com/JuliusBrussee"
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node \"${CLAUDE_PLUGIN_ROOT}/src/hooks/caveman-activate.js\"",
|
|
"timeout": 5,
|
|
"statusMessage": "Loading caveman mode..."
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node \"${CLAUDE_PLUGIN_ROOT}/src/hooks/caveman-mode-tracker.js\"",
|
|
"timeout": 5,
|
|
"statusMessage": "Tracking caveman mode..."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|