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 briefing-copy-360git 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/briefing-copy-360)<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/briefing-copy-360"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/briefing-copy-360/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/briefing-copy-360"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/briefing-copy-360.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.00164 | $0.04003 |
| Opus 5 | $0.00082 | $0.02001 |
| Sonnet 5 | $0.00033 | $0.00801 |
| Haiku 4.5 | $0.00016 | $0.00400 |
Grade A, and why
briefing-copy-360 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 — 321 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Briefing 360° de Copy — Framework de Extração Pré-Escrita
Este skill é o filtro obrigatório antes de qualquer copy ser escrita. Funciona como um funil hierárquico que impede escrita de copy em briefing raso/furado.
Princípio fundamental
80% do trabalho de copy acontece ANTES da primeira palavra ser escrita.
Copywriter nota 1000 não escreve primeiro e pesquisa depois. Ele pesquisa em 5 níveis hierárquicos até ter clareza absoluta da ESSÊNCIA — só então escreve.
Este skill existe para garantir que a Tata (e qualquer mentorada) nunca pule essa etapa.
Quando usar
- Usuário pede pra escrever copy, página de vendas, VSL, email, anúncio
- Antes de invocar
/copywriting,/skill-pagina-vendas,/skill-copy-builder,/skill-sexy-canvas - Quando está começando um novo produto/lançamento
- Quando a copy existente não converte (briefing estava errado)
- Quando a mentorada traz "quero criar copy" sem research feito
Regra inviolável
Você NÃO ESCREVE COPY dentro deste skill. Este skill apenas EXTRAI o briefing. A copy é delegada depois pra /copywriting ou skill apropriada com o briefing completo como input.
Se o usuário pedir "me escreve a copy", responda: "Primeiro vamos preencher o Briefing 360° — sem ele a copy vira chute. Depois eu passo pra skill de escrita com briefing sólido."
Hierarquia de 5 níveis
NÍVEL 1 — ESSÊNCIA
NÍVEL 2 — ATORES
NÍVEL 3 — CONTEXTO
NÍVEL 4 — ESTRATÉGIA
NÍVEL 5 — ARSENAL
↓
COPY (outra skill)
Ordem é sagrada. Um nível superior LOCK-a o inferior. Não pode preencher Nível 4 (Framework) sem saber Nível 3 (Consciência do avatar).
Fluxo de execução
Passo 0 — Setup
Pergunte ao usuário:
- Nome do produto/oferta (para nomear o arquivo)
- Nicho/vertical (infoproduto, serviço, produto físico, mentoria, SaaS)
- Canal principal da copy (landing page, VSL, email, anúncio, WhatsApp)
- Já tem material de research? Onde está? (PDFs, transcrições, entrevistas, concorrentes mapeados)
What ships with it
3 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 · 321 lines · 164 tokens per session scan A 8b3f76365cae
briefing-copy-360 is a skill published in the GitHub repository tatagoncalvesof/imperatriz-toolkit (2 stars, last pushed 3mo ago), licensed MIT. It adds 164 tokens to every session and 4,003 once invoked, about $0.0008 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.