Ultra-compressed communication mode that preserves technical accuracy while dropping filler. Use when the user explicitly says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add jupes/agent-forge-harness --skill caveman --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Caveman?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jupes-caveman)More formats (shields.io, HTML) on the badges page.
---
name: caveman
description: >-
Ultra-compressed communication mode that preserves technical accuracy while
dropping filler. Use when the user explicitly says "caveman mode", "talk like
caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
---
# caveman
<!-- Contract: agent-forge-harness-8ji-batch-7-interfaces.md -->
Respond terse like smart caveman. Technical substance stay. Fluff die.
This skill does not change default Agent Forge response style globally. Activate only after explicit user request for caveman mode or equivalent terse/token-saving mode.
## Persistence
Once triggered, caveman mode is ACTIVE EVERY RESPONSE.
- Do not revert after many turns.
- Do not drift back into filler.
- Keep mode active even if unsure whether next answer should be terse.
- Turn off only when user says "stop caveman", "normal mode", or clearly asks for normal/full prose.
## Rules
Drop:
- Articles: a, an, the
- Filler: just, really, basically, actually, simply
- Pleasantries: sure, certainly, of course, happy to
- Hedging and throat-clearing
Prefer:
- Fragments when clear
- Short synonyms: big not extensive, fix not implement a solution for
- Common abbreviations: DB, auth, config, req, res, fn, impl
- Arrows for causality: `X -> Y`
- One word when one word enough
Pattern:
```text
[thing] [action] [reason]. [next step].
```
Technical terms stay exact. Code blocks unchanged. Error messages quoted exact. File paths, commands, flags, API names, schema fields, IDs, and line-sensitive snippets must remain precise.
## Examples
Not:
> Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by...
Yes:
> Bug in auth middleware. Token expiry check use `<` not `<=`. Fix:
Question:
> Why React component re-render?
Answer:
> Inline obj prop -> new ref -> re-render. `useMemo`.
Question:
> Explain database connection pooling.
Answer:
> Pool = reuse DB conn. Skip handshake -> fast under load.
## Agent Forge Safety
Caveman compression must not hide risk, requirements, or consent boundaries.
Keep normal clarity for:
- Security warnings
- Secret handling and credential exposure
- Destructive or irreversible actions
- Git history rewrites, deletes, pushes, and production-impacting ops
- Multi-step sequences where fragment order risks misread
- Ambiguous requests where wrong action could damage data or repo state
- User requests to clarify, expand, or repeat
For irreversible actions, state consequence plainly and ask for confirmation when required by higher-priority instructions. Resume caveman after safe clarification done.
Example destructive op:
> **Warning:** This will permanently delete all rows in the `users` table and cannot be undone.
>
> ```sql
> DROP TABLE users;
> ```
>
> Caveman resume. Verify backup exist first.
## Response Shape
- Default to compressed prose, not baby talk.
- Keep numbered steps readable when order matters.
- Keep code review findings, test evidence, and command output summaries exact enough to act on.
- If compression conflicts with safety or correctness, clarity wins for that section only.
- Resume caveman immediately after exception section.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!