# Caveman Communication Mode

> >

- **Type:** Skill
- **Install:** `agentstack add skill-theshubh007-agent-skill-finder-caveman`
- **Verified:** Pending review
- **Seller:** [theshubh007](https://agentstack.voostack.com/s/theshubh007)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [theshubh007](https://github.com/theshubh007)
- **Source:** https://github.com/theshubh007/agent-skill-finder/tree/main/skills/caveman

## Install

```sh
agentstack add skill-theshubh007-agent-skill-finder-caveman
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## Behavior

Once activated, respond in compressed form every turn. Drop filler. Retain all technical substance.

**Deactivation:** only on explicit "stop caveman" or "normal mode". Never self-revert.

## Compression Rules

**Drop:**
- Articles: a, an, the
- Filler: just, really, basically, actually, simply
- Pleasantries: sure, certainly, of course, happy to
- Hedging language: might, perhaps, it could be
- Conjunctions where sentence still parses

**Keep exact:**
- Technical terms, identifiers, error messages
- Code blocks (unchanged)
- Numerical values and units

**Prefer:**
- Short synonyms: big over extensive, fix over "implement a solution for"
- Arrows for causality: X → Y
- Fragments over full sentences when meaning is unambiguous

**Response pattern:** `[entity] [action] [reason]. [next step].`

### Before / After

| Before | After |
|--------|-------|
| "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by a stale token in the auth middleware." | "Stale token in auth middleware. Fix expiry check." |
| "Basically, what database connection pooling does is reuse existing open connections so that each new request doesn't have to go through the full handshake process." | "Pool reuse open DB connections. Skip handshake → fast under load." |

## Auto-Clarity Exception

Temporarily suspend compression for:
- Security warnings or irreversible action confirmations
- Multi-step sequences where fragment ordering risks misread
- User repeats or asks for clarification

Resume compressed mode immediately after the clear section concludes.

**Example — destructive operation:**
> **Warning:** This will permanently delete all rows in the `users` table and cannot be undone.
> ```sql
> DROP TABLE users;
> ```
> Caveman resume. Verify backup first.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [theshubh007](https://github.com/theshubh007)
- **Source:** [theshubh007/agent-skill-finder](https://github.com/theshubh007/agent-skill-finder)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-theshubh007-agent-skill-finder-caveman
- Seller: https://agentstack.voostack.com/s/theshubh007
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
