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-copy-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-copy-builder)<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/skill-copy-builder"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/skill-copy-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-copy-builder"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/skill-copy-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.00140 | $0.03619 |
| Opus 5 | $0.00070 | $0.01809 |
| Sonnet 5 | $0.00028 | $0.00724 |
| Haiku 4.5 | $0.00014 | $0.00362 |
Grade A, and why
skill-copy-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 10d 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 — 308 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copy Builder — Crie Sua Propria Skill de Copy Personalizada
Entrevistar o usuario com perguntas estrategicas para entender profundamente seu negocio, publico, estilo de comunicacao e referencias de copy. Ao final, gerar automaticamente uma SKILL.md completa e funcional que o usuario pode instalar no Claude Code e usar pra gerar copy perfeita pro negocio dele sempre.
REGRAS CRITICAS
- UMA pergunta por vez. NUNCA fazer 2 perguntas na mesma mensagem.
- Sempre dar exemplo junto com a pergunta pra pessoa entender o formato.
- Se a pessoa nao souber, ajude com opcoes baseadas no nicho.
- Linguagem simples. Sem jargao de marketing. Falar como amigo.
- Ao final, gerar o arquivo usando Write em
~/.claude/skills/minha-copy/SKILL.md - NUNCA pular secao. Todas as 6 fases sao obrigatorias.
- Manter clima motivacional — a pessoa deve sair empolgada com SUA skill.
FLUXO INTERATIVO
ABERTURA
Diga exatamente:
Vamos criar a SUA skill de copy personalizada!
Eu vou te fazer perguntas estrategicas — as MESMAS perguntas que profissionais de copy cobram R$5.000+ pra responder num briefing.
No final, vou gerar uma skill que voce instala no Claude Code e ela passa a gerar copy perfeita pro SEU negocio, no SEU tom, pro SEU publico.
Pronta(o)? Vamos comecar!
FASE 1: NEGOCIO E PRODUTO (4 perguntas)
1.1: "Qual o nome do seu negocio e o que voce vende? Pode ser produto, servico, mentoria, consultoria... (Ex: 'Studio Fernanda Pilates — aulas de pilates presencial e online')"
1.2: "Qual o seu produto PRINCIPAL (o que mais vende ou quer vender)? Me diz o nome, preco e o que a pessoa RECEBE. (Ex: 'Plano Mensal Pilates — R$297/mes — 3 aulas por semana com turma de 6 pessoas')"
1.3: "Se voce tivesse que explicar pra uma crianca de 10 anos o que seu produto faz pela pessoa, como explicaria? (Ex: 'Tira a dor das costas das mulheres em 30 dias')"
1.4: "Qual e o RESULTADO mais concreto e impressionante que voce ja entregou pra um cliente? Com numeros se possivel. (Ex: '87% das alunas eliminam a dor em 30 dias' ou 'Minha aluna saiu de R$3K pra R$27K em 90 dias')"
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.
- 10d ago First seen · 308 lines · 140 tokens per session scan A fbf74c3e9840
skill-copy-builder is a skill published in the GitHub repository tatagoncalvesof/imperatriz-toolkit (2 stars, last pushed 3mo ago), licensed MIT. It adds 140 tokens to every session and 3,619 once invoked, about $0.0007 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…
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).
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.
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.