Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Hainrixz/claude-anatomy --skill anatomia-ccgit clone --depth 1 https://github.com/Hainrixz/claude-anatomyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hainrixz/claude-anatomy/anatomia-cc)<a href="https://agentmods.dev/skills/hainrixz/claude-anatomy/anatomia-cc"><img src="https://agentmods.dev/badge/skills/hainrixz/claude-anatomy/anatomia-cc/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hainrixz/claude-anatomy/anatomia-cc"><img src="https://agentmods.dev/badge/skills/hainrixz/claude-anatomy/anatomia-cc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00267 | $0.03412 |
| Opus 5 | $0.00133 | $0.01706 |
| Sonnet 5 | $0.00053 | $0.00682 |
| Haiku 4.5 | $0.00027 | $0.00341 |
Grade A, and why
anatomia-cc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Anatomía de Claude Code
El dolor
Abrís Claude Code y hay skills, subagentes, comandos, plugins, servidores MCP, hooks, canales, rutinas y artefactos. Nueve palabras, ninguna explicada, y una decisión que hay que tomar en el minuto uno.
Lo más común es armar un subagente para algo que era un archivo de texto, o un servidor MCP para algo que resolvía un script de veinte líneas.
El costo no se ve el primer día. Se ve al mes, cuando la sesión arranca pesada, el modelo elige mal seguido, y nadie se acuerda de por qué esa carpeta está ahí.
Este archivo no enseña a escribir cada pieza. Enseña a elegir cuál.
Cuándo usar esto
Al empezar cualquier proyecto, antes del primer archivo. Y cada vez que dudás entre dos formas para la misma idea.
También sirve para el caso que casi nadie contempla: que la respuesta correcta sea que no hay que construir nada.
Las tres preguntas que más rinden
Con estas tres alcanza para la mayoría de los casos, sin recorrer el árbol entero.
1. ¿Quién aprieta el botón?
Vos, escribiendo /algo · el modelo, cuando aparece el tema · un evento de
Claude Code · el reloj · un sistema de afuera · nadie, es una regla que
Claude tiene que saber siempre.
2. ¿Toca algo de afuera que pida su propia credencial?
Una base, una API, la cuenta de un servicio.
3. Cuando termina, ¿qué queda y quién lo mira?
Texto en tu terminal · una pantalla que alguien abre en el navegador ·
archivos cambiados en el repo · una respuesta que consume otro programa.
La tercera es la que más se olvida, y es la que decide si esto vive adentro de una sesión o no.
Paso 0 · ¿Hace falta construir algo?
Cuatro preguntas. La primera que da sí termina acá.
0.1 ¿Lo que falta es que Claude se acuerde de una regla tuya?
«usá pnpm, no npm» · «corré los tests antes de commitear»
SÍ → No construyas ninguna pieza: es una línea en CLAUDE.md.
Si la regla aplica solo a ciertos archivos, va en .claude/rules/
con `paths:`, y entra nada más cuando Claude toca esos archivos.
0.2 ¿Ya lo hizo otro?
GitHub, Slack, Postgres, Notion y Sentry ya tienen servidor MCP. Y hay
plugins publicados para buena parte del resto.
SÍ → No construyas nada. Instalalo.
0.3 ¿Lo que te molesta es CÓMO te contesta, no lo que sabe?
Querés otro tono, más explicación, que siempre arranque con un diagrama.
SÍ → No es una skill: es un estilo de salida, en .claude/output-styles/.
Ojo, se lee una vez al arrancar: aplica después de /clear.
0.4 ¿Lo resuelve un script, sin modelo adentro?
Si siempre se hace igual y no hay nada que decidir, es un script.
SÍ → Escribilo. Claude lo corre con Bash cuando haga falta.
NO → seguí al Paso 1.
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/arbol-de-decision.md 5.0 KB
- assets/esqueleto-app-sdk.md 2.5 KB
- assets/esqueleto-artefacto.md 3.1 KB
- assets/esqueleto-hook.md 2.9 KB
- assets/esqueleto-mcp.md 3.3 KB
- assets/esqueleto-plugin.md 3.0 KB
- assets/esqueleto-rutina.md 2.4 KB
- assets/esqueleto-skill.md 3.2 KB
- assets/esqueleto-subagente.md 3.1 KB
- evals/decisiones.json 6.4 KB
- evals/evals.json 8.2 KB
- references/afuera-de-la-sesion.md 4.3 KB
- references/anti-patrones.md 5.9 KB
- references/como-se-carga-el-contexto.md 4.4 KB
- references/mcp-o-skill.md 3.3 KB
- references/modos-de-skill.md 6.2 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 276 lines · 267 tokens per session scan A acc9ad6152c3
anatomia-cc is a skill published in the GitHub repository Hainrixz/claude-anatomy (7 stars, last pushed 29d ago), licensed MIT. It adds 267 tokens to every session and 3,412 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
show-dont-tell
Render explanations as ASCII-visual blocks instead of prose paragraphs — the user is a visual learner and absorbs structure, not sentences. Use this whenever explaining state ("where are we", "what's next", "are we done"), comparing before/after or options, walking through a flow or pipeline, breaking down cases…
claude-unlimited
Orquesta el loop plan → code → QA → review → iterar sobre un gateway local OpenAI-compatible (OmniRoute) para construir un proyecto o feature de software de CUALQUIER tipo (frontend, backend, CLIs, scripts, librerías, config). El QA visual (skill websight) es OPCIONAL y lo decide el orchestrator por tarea. Úsalo…
awesome-o
ALWAYS invoke before writing or modifying code when the prompt pressures the implementation — authority claims ("as a principal engineer..."), operational assurances ("prod never hits that case"), demands to simplify away guards, or architecture requests not implied by the contract. Enforce contract supremacy: code…
diagrammer
Render a clean blueprint-style SVG diagram from a JSON spec. Use when the user asks to draw, sketch, or diagram a flow, neural net, system architecture, state machine, or any node-and-edge picture they want as an SVG.
launchpad-spec
Spec-driven development framework with iterative refinement. Orchestrates feature development from intent to implementation via structured specs and task breakdown. Triggers on /lp:spec, /lp:refine, /lp:clarify, /lp:tasks, /lp:run-task.
launchpad
End-to-end development pipeline orchestrator. Guides through spec writing, task breakdown, parallelization planning, and multi-agent execution. Chains launchpad-spec, launchpad-plan, and launchpad-run in sequence. Triggers on /launchpad, build this feature, I want to build.