Prompting & Reasoning

Prompt engineering, personas, and reasoning patterns

270 skills available

Skills List

santa-method

santa-method

231Kprompting-reasoning

Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.

affaan-m avataraffaan-m
Get
council

council

231Kprompting-reasoning

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

affaan-m avataraffaan-m
Get
ck

ck

231Kprompting-reasoning

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

affaan-m avataraffaan-m
Get
foundation-models-on-device

foundation-models-on-device

231Kprompting-reasoning

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

affaan-m avataraffaan-m
Get
agent-harness-construction

agent-harness-construction

230Kprompting-reasoning

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

affaan-m avataraffaan-m
Get
cost-aware-llm-pipeline

cost-aware-llm-pipeline

230Kprompting-reasoning

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

affaan-m avataraffaan-m
Get
security-scan

security-scan

230Kprompting-reasoning

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

affaan-m avataraffaan-m
Get
eval-harness

eval-harness

230Kprompting-reasoning

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

affaan-m avataraffaan-m
Get
skill-creator

skill-creator

151Kprompting-reasoning

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

anthropics avataranthropics
Get
caveman-explore

caveman-explore

98Kprompting-reasoning

Read-only repository explorer. Use PROACTIVELY for cold-start exploration, broad cross-file localization, or when a direct search has failed and you need to find where something lives. Skip it when the issue already names the exact file or symbol, or a previous turn already returned usable file:line evidence. Returns only compact path:line citations; its reads and greps never enter the main conversation.

juliusbrussee avatarjuliusbrussee
Get
caveman-optimize

caveman-optimize

98Kprompting-reasoning

Turn Caveman's exact report-only repository observations into an operator-chosen optimization candidate with a paired baseline/candidate evaluation. Use when the user asks to inspect an optimization observation, evaluate a candidate change, or act on the current Caveman optimization report. Require a logged-in Caveman CLI connection and explicit approval; never infer money or actuation from a profile.

juliusbrussee avatarjuliusbrussee
Get
investigate-first

investigate-first

98Kprompting-reasoning

Diagnose ambiguous failures before editing. Use for unknown causes, intermittent behavior, performance regressions, or investigations needing evidence-ranked hypotheses.

juliusbrussee avatarjuliusbrussee
Get
verify-and-stop

verify-and-stop

98Kprompting-reasoning

Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof.

juliusbrussee avatarjuliusbrussee
Get
surgical-patch

surgical-patch

98Kprompting-reasoning

Fix bugs and small behavior changes at the narrowest responsible layer. Use when regression proof, preserved surrounding behavior, and task-relevant tests matter.

juliusbrussee avatarjuliusbrussee
Get
safe-refactor

safe-refactor

98Kprompting-reasoning

Restructure code while preserving behavior. Use for extraction, consolidation, ownership moves, or cleanup where verification must bracket structural edits.

juliusbrussee avatarjuliusbrussee
Get
caveman-learn

caveman-learn

98Kprompting-reasoning

Close the loop on a Caveman learn report — review the ranked token sinks and apply cost-lowering fixes (trim config, offload recurring context to cavemem) with per-edit consent. Use when the user runs "caveman learn", asks to lower their agent's token cost, wants to trim a heavy CLAUDE.md, or wants to offload context they re-paste every session into cavemem.

juliusbrussee avatarjuliusbrussee
Get
lean-build

lean-build

98Kprompting-reasoning

Build feature work with high overbuilding risk. Use for new behavior, product slices, or integrations where repository reuse, strict scope, and an explicit stop condition matter.

juliusbrussee avatarjuliusbrussee
Get
caveman-evidence-review

caveman-evidence-review

98Kprompting-reasoning

Review Caveman Cloud evidence read-only: costs, Cave Score, Cave Plan, workflows, traces, latency, errors, compression, routing, and verified savings. Use when the user asks what Caveman found, where LLM spend goes, why cost or quality changed, which workflows need attention, or asks for a trace or analytics review. Prefer Caveman MCP tools; fall back to CLI JSON.

juliusbrussee avatarjuliusbrussee
Get
caveman-discover

caveman-discover

98Kprompting-reasoning

Find every LLM workflow in the current repository and label it, so Caveman Cloud groups spend by what the code actually does (support-reply, nightly-digest) instead of one anonymous bucket. Use when the user pastes the Caveman discovery prompt, says "discover workflows", or asks to break LLM spend down by workflow. The repo should already route through the Caveman gateway (the caveman-setup skill does that part).

juliusbrussee avatarjuliusbrussee
Get
caveman-manage

caveman-manage

98Kprompting-reasoning

Inspect Caveman Cloud's eval-gated experiment lifecycle and block unsafe execution. Use when the user asks to start, approve, cancel, promote, or roll back a Caveman experiment, or asks what action an experiment's evidence supports. Read evidence first; do not execute lifecycle mutations until server-authoritative transition and evidence gates ship.

juliusbrussee avatarjuliusbrussee
Get
migration

migration

98Kprompting-reasoning

Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.

juliusbrussee avatarjuliusbrussee
Get
ponytail-gain

ponytail-gain

85Kprompting-reasoning

Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".

dietrichgebert avatardietrichgebert
Get
ponytail-debt

ponytail-debt

84Kprompting-reasoning

Harvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.

dietrichgebert avatardietrichgebert
Get
ponytail-review

ponytail-review

83Kprompting-reasoning

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.

dietrichgebert avatardietrichgebert
Get