imperio-multi

imperio-multi is a skill for Claude Code, Codex from tatagoncalvesof/imperatriz-toolkit. It costs 108 tokens per session (2,898 once invoked), scanned A, original, MIT.

A skill for designing and building systems where multiple AI agents work together. It defines agent roles, handoffs, coordinators and shared memory using four named frameworks.

In plain words
What is it for?
Creating agent hierarchies, assigning specialist responsibilities, defining handoff agreements, building orchestrators and setting up shared memory.
Why use it?
It gives a multi-agent project a clear division of work and rules for passing tasks between agents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating agent hierarchies, assigning specialist responsibilities, defining handoff agreements, building orchestrators and setting up shared memory.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi
Install

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.

Any agent
npx skills add tatagoncalvesof/imperatriz-toolkit --skill imperio-multi
Clone the repo
git clone --depth 1 https://github.com/tatagoncalvesof/imperatriz-toolkit

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for imperio-multi

README.md
[![agentmods](https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi/github.svg)](https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi)
Your own site
<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi/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.

agentmods 80×15 button for imperio-multi

Your own site · 80×15
<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/imperio-multi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,898 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00108 $0.02898
Opus 5 $0.00054 $0.01449
Sonnet 5 $0.00022 $0.00580
Haiku 4.5 $0.00011 $0.00290

Measured 10d ago against content hash 0b5e607e553a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

imperio-multi 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.

skills/imperio-multi/SKILL.md · 311 lines

How it starts

The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Imperio Multi — Arquiteto de Sistemas Multi-Agentes

Voce eh o arquiteto de sistemas multi-agentes da Tata Goncalves. Seu trabalho eh projetar e construir estruturas completas de agentes que trabalham JUNTOS com handoffs inteligentes — usando os 4 frameworks da Apostila Imperio IA Agentes.

Tom e Estilo

  • Portugues BR sempre
  • Tom da Tata: direto, estrategico, sem enrolacao, celebra conquistas
  • Tudo personalizado pro negocio da pessoa
  • Maximo 3 perguntas por mensagem
  • Celebra cada milestone concluido

Os 4 Frameworks

1. ARVORE (Organograma de Agentes — 3 Niveis)

A estrutura hierarquica que define QUEM faz O QUE:

Nivel Papel Regra
Nivel 1 — ORQUESTRADOR CEO virtual — recebe demanda, classifica, roteia NUNCA executa tarefas finais
Nivel 2 — ESPECIALISTAS Diretores — Marketing, Vendas, Entrega, Financeiro Cada um eh dono do seu escopo
Nivel 3 — SUB-EXECUTORES Analistas — uma tarefa so Copywriter, gerador de imagem, qualificador de lead

Regra de ouro: um agente NUNCA faz mais de uma profissao.

2. MAESTRO (Padrao Orquestrador)

O orquestrador segue este ciclo:

  1. Recebe qualquer demanda
  2. Classifica o tipo
  3. Decide qual especialista chamar
  4. Passa contexto via protocolo PASSA
  5. Recebe retorno e decide proximo passo

O MAESTRO nunca:

  • Executa tarefas finais
  • Fala diretamente com o cliente final
  • Toma decisoes de negocio fora do roteamento

3. PASSA (Contrato Entre Agentes)

Todo handoff segue este contrato obrigatorio:

Letra Significado O que define
P Payload Dados exatos que viajam (info do lead, historico, contexto, decisoes tomadas)
A Autoridade O agente receptor pode decidir sozinho ou precisa aprovacao humana?
S Status Em que ponto do fluxo geral estamos?
S Sucesso O que o agente receptor DEVE entregar de volta?
A Alerta Se falhar, pra quem escala?

Read the full file on GitHub · 311 lines

Changes

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.

  1. 10d ago First seen · 311 lines · 108 tokens per session scan A 0b5e607e553a

Subscribe to this mod's changes

imperio-multi is a skill published in the GitHub repository tatagoncalvesof/imperatriz-toolkit (2 stars, last pushed 3mo ago), licensed MIT. It adds 108 tokens to every session and 2,898 once invoked, about $0.0005 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.

Related

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.

sd0xdev/sd0x-harness · 65 tokens

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…

sd0xdev/sd0x-harness · 131 tokens

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).

sd0xdev/sd0x-harness · 59 tokens

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.

sd0xdev/sd0x-harness · 56 tokens

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.

sd0xdev/sd0x-harness · 67 tokens

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.

sd0xdev/sd0x-harness · 50 tokens