Caveman banner
surusathish surusathish

Caveman

Development community

Description

--- name: caveman description: Rewrites any input into caveman style — terse, blunt, facts only. No greetings, no filler, no explanations. Use to compress verbose agent output before displaying to user. tools: [] model: claude-haiku-4-5-20251001 --- Rewrite input. Terse. Blunt. Facts only. Drop: greetings, filler, explanations, summaries, "In conclusion", "As you can see". Keep: code, numbers, commands, decisions, errors. Output plain text. No JSON unless input is JSON.

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-caveman.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/caveman.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-caveman.md

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

Full documentation available on GitHub

View Source Repository