Skip to content

Commit 84cc3c1

Browse files
docs: cross-link caveman / cavemem / cavekit ecosystem (#223)
Add consistent ecosystem banner near the top and a unified "Caveman Ecosystem" section near the bottom so visitors of any repo can discover and reach the others. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c2ed24b commit 84cc3c1

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
<a href="#evals">Evals</a>
2424
</p>
2525

26+
<p align="center">
27+
<strong>πŸͺ¨ Caveman Ecosystem</strong> &nbsp;Β·&nbsp;
28+
<strong>caveman</strong> <em>talk less</em> <sub>(you are here)</sub> &nbsp;Β·&nbsp;
29+
<a href="https://github.com/JuliusBrussee/cavemem">cavemem</a> <em>remember more</em> &nbsp;Β·&nbsp;
30+
<a href="https://github.com/JuliusBrussee/cavekit">cavekit</a> <em>build better</em>
31+
</p>
32+
2633
---
2734

2835
A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill/plugin and Codex plugin that makes agent talk like caveman β€” cutting **~75% of output tokens** while keeping full technical accuracy. Now with [文言文 mode](#文言文-wenyan-mode), [terse commits](#caveman-commit), [one-line code reviews](#caveman-review), and a [compression tool](#caveman-compress) that cuts **~46% of input tokens** every session.
@@ -406,9 +413,20 @@ If caveman save you mass token, mass money β€” leave mass star. ⭐
406413

407414
[![Star History Chart](https://api.star-history.com/svg?repos=JuliusBrussee/caveman&type=Date)](https://star-history.com/#JuliusBrussee/caveman&Date)
408415

416+
## πŸͺ¨ The Caveman Ecosystem
417+
418+
Three tools. One philosophy: **agent do more with less**.
419+
420+
| Repo | What | One-liner |
421+
|------|------|-----------|
422+
| [**caveman**](https://github.com/JuliusBrussee/caveman) *(you are here)* | Output compression skill | *why use many token when few do trick* β€” ~75% fewer output tokens across Claude Code, Cursor, Gemini, Codex |
423+
| [**cavemem**](https://github.com/JuliusBrussee/cavemem) | Cross-agent persistent memory | *why agent forget when agent can remember* β€” compressed SQLite + MCP, local by default |
424+
| [**cavekit**](https://github.com/JuliusBrussee/cavekit) | Spec-driven autonomous build loop | *why agent guess when agent can know* β€” natural language β†’ kits β†’ parallel build β†’ verified |
425+
426+
They compose: **cavekit** orchestrates the build, **caveman** compresses what the agent *says*, **cavemem** compresses what the agent *remembers*. Install one, some, or all β€” each stands alone.
427+
409428
## Also by Julius Brussee
410429

411-
- **[Cavekit](https://github.com/JuliusBrussee/cavekit)** β€” specification-driven development for Claude Code. Caveman language β†’ specs β†’ parallel builds β†’ working software.
412430
- **[Revu](https://github.com/JuliusBrussee/revu-swift)** β€” local-first macOS study app with FSRS spaced repetition, decks, exams, and study guides. [revu.cards](https://revu.cards)
413431

414432
## License

0 commit comments

Comments
Β (0)