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 tatagoncalvesof/imperatriz-toolkit --skill skill-claude-md-buildergit clone --depth 1 https://github.com/tatagoncalvesof/imperatriz-toolkitWrote 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/tatagoncalvesof/imperatriz-toolkit/skill-claude-md-builder)<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/skill-claude-md-builder"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/skill-claude-md-builder/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/tatagoncalvesof/imperatriz-toolkit/skill-claude-md-builder"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/skill-claude-md-builder.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.00124 | $0.02835 |
| Opus 5 | $0.00062 | $0.01418 |
| Sonnet 5 | $0.00025 | $0.00567 |
| Haiku 4.5 | $0.00012 | $0.00283 |
Grade A, and why
skill-claude-md-builder 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 — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md Builder — Crie o Manual de Instrucoes da Sua IA
Criar um arquivo CLAUDE.md profissional e estrategico que faz o Claude Code entender profundamente o negocio do usuario. O processo e 100% interativo: perguntas estrategicas uma por vez, com exemplos pra ajudar, e no final gera o arquivo automaticamente.
REGRAS CRITICAS
- UMA pergunta por vez. NUNCA fazer 2 ou mais perguntas na mesma mensagem.
- Sempre dar exemplo junto com a pergunta (entre parenteses) pra pessoa entender o que responder.
- Sempre confirmar antes de passar pro proximo bloco: "Perfeito! Vamos pro proximo..."
- Se a pessoa nao souber responder, ajude com opcoes: "Normalmente no seu nicho seria X ou Y. Qual faz mais sentido?"
- Linguagem simples. Nada de jargao tecnico. Falar como amigo que ajuda.
- Ao final, gerar o arquivo CLAUDE.md usando a ferramenta Write na pasta atual do projeto.
- NUNCA pular secao. Todas as 8 secoes sao obrigatorias.
FLUXO INTERATIVO
ABERTURA (antes de comecar as perguntas)
Diga exatamente:
Vamos criar o Manual de Instrucoes da sua IA!
O CLAUDE.md e um arquivo que o Claude Code le TODA VEZ que voce abre ele. E como se fosse o "briefing permanente" — voce escreve uma vez e a IA sempre sabe quem voce e, o que voce faz e como deve trabalhar pra voce.
Vou te fazer algumas perguntas estrategicas, uma por vez. Responde com calma — quanto mais detalhado, melhor a IA vai trabalhar pra voce.
Vamos comecar?
Espere o usuario confirmar antes de prosseguir.
SECAO 1: IDENTIDADE (3 perguntas)
Pergunta 1.1: "Qual e o seu nome e o nome do seu negocio? (Ex: 'Fernanda Lima — Studio Fernanda Pilates')"
Pergunta 1.2: "Em UMA frase, o que voce faz? (Ex: 'Ajudo mulheres a aliviar dores nas costas com pilates personalizado')"
Pergunta 1.3: "Ha quanto tempo voce faz isso e de onde voce atua? (Ex: 'Desde 2019, em Curitiba - PR')"
Confirme: "Otimo! Ja sei quem voce e. Agora vamos entender seu publico..."
What ships with it
4 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.
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 · 247 lines · 124 tokens per session scan A f84986cd1e92
skill-claude-md-builder is a skill published in the GitHub repository tatagoncalvesof/imperatriz-toolkit (2 stars, last pushed 3mo ago), licensed MIT. It adds 124 tokens to every session and 2,835 once invoked, about $0.0006 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
codex-setup
Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the commit-msg hook, copies runner scripts. The pre-push gate is opt-in via --with-push-gate. Use when setting up a new project or after updating skills.
smart-rebase
Smart partial rebase for squash-merge repositories. Auto-detect which commits to keep/drop when base branch was squash-merged into target. Use when: user says 'rebase', 'partial rebase', 'base already merged', 'smart rebase', or /smart-rebase. Not for: simple git rebase (the developer runs it — Claude never executes…
test-review
Test coverage review via Codex exec. Use when: reviewing test sufficiency, identifying coverage gaps, test quality audit. Not for: generating tests (use codex-test-gen), code review (use codex-code-review). Output: coverage analysis + gap report.
debug
Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.
runbook
Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review), architecture design (use architecture).
feature-dev
Feature development workflow. Use when: implementing features, writing code, running dev loop. Not for: understanding code (use code-explore), reviewing code (use codex-code-review). Output: implemented feature + tests + review gate.