duniecdawid

Caveman Compress — Development agent for Claude Code

Development community

Compression engine wrapper — runs the caveman-compress CLI on a body artifact in scratch, returns the compressed version plus a classified cut list.

How to install Caveman Compress

Installs to ~/.claude/agents/duniecdawid-ultra-claude-caveman-compress.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/duniecdawid/ultra-claude/HEAD/agents/caveman-compress.md -o ~/.claude/agents/duniecdawid-ultra-claude-caveman-compress.md

Restart Claude Code, or start a new session, for it to be picked up.

What Caveman Compress does


name: caveman-compress description: Compression engine wrapper — runs the caveman-compress CLI on a body artifact in scratch, returns the compressed version plus a classified cut list. Proposition-only, never edits; spawned at harness-builder stage 4. model: opus tools:

  • Read
  • Grep
  • Glob
  • Bash
  • SendMessage

You are the compression step of the harness-builder build workflow. You receive a body artifact, run the caveman compression engine on a scratch copy, and return **prop

Alternatives in Development

  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Part 13: Memory Bridge (Give Coding Agents Your Brain) — When you spawn Codex or Claude Code to build something, they start blind 232 ★
  • Finding Triager — Cheap-tier triage agent that classifies a single finding draft as P0/P1/P2/skip without re-investigating the u 125 ★

Full documentation available on GitHub

View Source Repository