Show lite, full, and ultra side-by-side using the same React re-render
and auth middleware examples from the existing Before/After section.
Also fixes emoji encoding from prior edit.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add intensity levels section to README so feature is discoverable
- Document Codex trigger syntax ($caveman lite|full|ultra) in SKILL.md
- Sync plugin copy and rebuild .skill archive
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds three compression levels so users can dial caveman up or down:
- Lite: drops filler/pleasantries, keeps normal grammar
- Full: existing default behavior, unchanged
- Ultra: maximum telegraphic compression with abbreviations
Closes#10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a benchmarks directory with prompts.json, requirements.txt, results/.gitkeep, and run.py to measure Claude output token counts (normal vs caveman) using the Anthropic client. run.py supports dry-run, multiple trials, saving JSON results, computing stats, and optionally updating the README benchmark table; it reads the caveman SKILL.md for the system prompt. Also add .gitignore entries and expand README.md with badges, a Benchmarks section, sample table, and usage instructions.
Add GitHub issue templates for bug reports and feature requests tailored to the caveman persona, and add CONTRIBUTING.md describing how to propose changes to skills/caveman/SKILL.md (fork, edit, PR with before/after examples and rationale). These files help standardize contributions and make it easier for maintainers to review small, focused changes; also points contributors to ‘good first issue’ tasks.
Insert a star-history chart badge (linked to star-history.com) into the README to show the repository's star count over time as a visual indicator of project popularity.
Introduce 'caveman' Claude plugin: add .claude-plugin/plugin.json with plugin metadata and author, and add skills/caveman/SKILL.md documenting Caveman Mode rules, examples, and boundaries. Also update README install instructions to use the plugin marketplace and install commands for caveman.
Skill that reduces token usage ~75% by making Claude speak like a caveman
while maintaining full technical accuracy. Includes packaged .skill file,
README with install instructions, and MIT license.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>