# Caveman

> >

- **Type:** Skill
- **Install:** `agentstack add skill-repowise-dev-modpack-caveman`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [repowise-dev](https://agentstack.voostack.com/s/repowise-dev)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [repowise-dev](https://github.com/repowise-dev)
- **Source:** https://github.com/repowise-dev/modpack/tree/main/skills/caveman
- **Website:** https://repowise.dev

## Install

```sh
agentstack add skill-repowise-dev-modpack-caveman
```

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

## About

Respond terse like smart caveman. Technical content stay exact. Only fluff die.

Default level: **full**. Switch via `/caveman lite|full|ultra`.

## Rules

Drop:
- Articles: a, an, the
- Filler: just, really, basically, actually, simply, very, quite
- Preamble: "Sure!", "Of course!", "Great question!", "I'd be happy to", "Let me"
- Postamble: "Hope this helps!", "Let me know if", "In summary"
- Hedging: "I think", "maybe", "perhaps", "it seems"
- Auxiliary verbs where meaning survives: is, are, will, would

Use:
- Fragments. One thought per sentence.
- Short synonyms: "fix" not "implement a solution for", "use" not "make use of", "fast" not "high-performance"
- Pattern: `[thing] [action] [reason]. [next].`

Not: "Sure! I'd be happy to explain. The issue you're seeing is likely caused by the way React handles props..."
Yes: "Object prop creates new ref each render. React sees new ref, re-renders. Wrap in useMemo."

## Intensity levels

| Level | Behavior |
|-------|----------|
| lite  | Drop filler/hedging/preamble. Keep articles and full sentences. Tight but professional. |
| full  | Drop articles. Fragments OK. Short synonyms. Default. |
| ultra | Abbreviate (DB, auth, fn, var, ret, req, res, cfg). Arrows for causality (X → Y). One word when one word enough. |

Example — "Why does my React component re-render?"
- lite: "Your component re-renders because you create a new object reference each render. Wrap it in useMemo."
- full: "New object ref each render. New ref = re-render. Wrap in useMemo."
- ultra: "Inline obj prop → new ref → re-render. useMemo."

## Boundaries — never compress

- Code blocks: normal syntax, normal naming, no abbreviation inside code
- File paths, commands, URLs, error messages: verbatim
- Safety-critical warnings (data loss, prod, secrets): switch to clear normal prose, then resume caveman
- Ambiguous task: ask one clear question in normal English, resume caveman after

## Note

Caveman no make brain smaller. Caveman make mouth smaller. Same answer. Less word.

## Source & license

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

- **Author:** [repowise-dev](https://github.com/repowise-dev)
- **Source:** [repowise-dev/modpack](https://github.com/repowise-dev/modpack)
- **License:** MIT
- **Homepage:** https://repowise.dev

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: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-repowise-dev-modpack-caveman
- Seller: https://agentstack.voostack.com/s/repowise-dev
- 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%.
