cavecrew
When to delegate to `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit) or `cavecrew-reviewer` (diff review) instead of working inline or…
Read-only review of Caveman Cloud evidence: cost, Cave Score, workflows, traces, latency, errors, routing, savings. Use when asked what Caveman found or where LLM spend goes.
$ npx -y skills add JuliusBrussee/caveman --skill caveman-evidence-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/caveman-evidence-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Read-only review of Caveman Cloud evidence: cost, Cave Score, workflows, traces, latency, errors, routing, savings. Use when asked what Caveman found or where LLM spend goes.
name: caveman-evidence-review description: > Read-only review of Caveman Cloud evidence: cost, Cave Score, workflows, traces, latency, errors, routing, savings. Use when asked what Caveman found or where LLM spend goes.
Act as a read-only operator. Build conclusions from current Caveman data, not from repository guesses. Never start, approve, cancel, or roll back an experiment from this skill.
1. Keep these buckets separate:
Never add or relabel them. 2. Do not fetch prompt, completion, tool, or artifact payloads unless the user explicitly asks for payload review. Metadata, spans, timing, models, token counts, status, and optimizer attribution are enough for the default review. 3. Scope every read to the project selected by Caveman context. Never supply an organization id. 4. Empty results are evidence of no current signal, not zero cost or zero risk. 5. Cite trace ids and exact time windows used. Do not claim a cause from an aggregate alone.
Prefer MCP:
caveman_context {}CLI fallback:
caveman cloud whoami caveman cloud projects list
Stop if login or project selection is missing. Ask the user to run `caveman login` or select a project; never guess.
Use `caveman_report` for:
Then use `caveman_plan` for ranked daily headroom. If question is narrow, skip unrelated reports. Read shortest set that can answer it.
CLI fallback:
caveman cloud costs caveman cloud score caveman cloud plan --json
State report window and basis before interpreting direction.
Use `caveman_trace_search`. Choose a bounded window and closed filters: workflow, agent, model, provider, error code, runtime mode, cache status, optimization id, status class, token/cost/latency bounds, compression, or monitor verdict.
Useful groupings:
Compare a suspect cohort with a control cohort or earlier bounded window. Do not infer causality from one expensive trace.
CLI fallback:
caveman cloud traces search \ --workflow <slug> \ --from <RFC3339> \ --to <RFC3339> \ --sort total_cost_usd \ --dir desc \ --limit 25
Call `caveman_trace_get` for a small number of high-signal trace ids. Inspect request and span metadata, latency, status, token counts, cache state, applied optimizers, and model route. Keep payload retrieval off.
CLI fallback:
caveman cloud traces show <trace-id> --spans
Use this shape:
## Caveman evidence review Scope: <project> · <from> to <to> Measured cost: <value and basis> Verified savings: <ledger value, kept separate> Inferred headroom: <per-day band, kept separate> Findings: 1. <finding> — <aggregate evidence> — traces <ids> 2. <finding> — <aggregate evidence> — traces <ids> Unproven: - <plausible explanation lacking a control, trace, or eval> Next read-only check: - <one bounded query> Possible action: - <proposal only; use caveman-manage for read-only lifecycle review and safety gate>
If data is missing, name missing signal and stop at strongest supported statement. Never turn a catalog subtotal into an invoice or an experiment result into verified savings.
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
Repo: JuliusBrussee/caveman
When to delegate to `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit) or `cavecrew-reviewer` (diff review) instead of working inline or…
Compress a memory file such as CLAUDE.md or a todo list into caveman format to save input tokens, keeping a readable backup. Trigger: /caveman-compress.
Show real token usage and estimated savings for the current session, read from the session log. Trigger: /caveman-stats.
Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for…
Write a Conventional Commits message compressed to intent only. Use for "write a commit", "commit message", /commit or /caveman-commit.
Find and label every LLM workflow in the repository so Caveman Cloud groups spend by workflow instead of one bucket. Use for "discover workflows" or breaking…