| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-09 | 967 Bytes | |
| v1.3.5 -- Plugin hooks _ mode-aware statusline source code.tar.gz | 2026-04-09 | 76.5 kB | |
| v1.3.5 -- Plugin hooks _ mode-aware statusline source code.zip | 2026-04-09 | 112.7 kB | |
| Totals: 3 Items | 190.2 kB | 1 | |
What's new
- Plugin-bundled hooks — SessionStart and UserPromptSubmit hooks now ship in
plugin.json. Install as a plugin and they auto-activate — noinstall.shneeded. - Mode-aware statusline badge — flag file at
~/.claude/.caveman-activenow stores the active mode (full,lite,ultra,wenyan,commit,review). Statusline scripts can show[CAVEMAN:ULTRA]etc. - UserPromptSubmit mode tracker — detects
/caveman ultra,/caveman-commit, etc. and updates the flag file in real time. - Best practices alignment — hooks use explicit
timeout: 5,statusMessage, and follow official Claude Code hook docs. - Cleaner README — install section restructured: plugin install (recommended, includes hooks) vs
npx skills(skills only).
Install
:::bash
claude plugin marketplace add JuliusBrussee/caveman
claude plugin install caveman@caveman
Or for any agent: npx skills add JuliusBrussee/caveman