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 parisgroup-ai/imersao-ia-setup --skill agents-maintenancegit clone --depth 1 https://github.com/parisgroup-ai/imersao-ia-setupWrote 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/parisgroup-ai/imersao-ia-setup/agents-maintenance)<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/agents-maintenance"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/agents-maintenance/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/parisgroup-ai/imersao-ia-setup/agents-maintenance"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/agents-maintenance.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.00061 | $0.03212 |
| Opus 5 | $0.00030 | $0.01606 |
| Sonnet 5 | $0.00012 | $0.00642 |
| Haiku 4.5 | $0.00006 | $0.00321 |
Grade A, and why
agents-maintenance 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 — 401 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agents Maintenance
Overview
Mantém consistência entre arquivos de instrução (CLAUDE.md, AGENTS.md, READMEs) em monorepos. Valida estrutura, links bidirecionais, timestamps e detecta redundâncias/conflitos.
Princípio central: Cada nível do monorepo tem um par CLAUDE.md → [[AGENTS.md]], formando hierarquia navegável.
When to Use
Use quando:
- Iniciar sessão em monorepo com múltiplos apps/packages
- Criar/mover/renomear apps ou packages
- Suspeitar de instruções desatualizadas ou conflitantes
- Links quebrados entre arquivos de instrução
- Após refatorações que movem código entre módulos
Não use quando:
- Projeto single-app sem subdiretórios
- Apenas editando código (não instruções)
Estrutura Esperada
raiz/
├── CLAUDE.md ─────→ [[AGENTS.md]]
├── AGENTS.md (índice geral de agentes)
│
├── apps/
│ └── app1/
│ ├── CLAUDE.md ─→ [[AGENTS.md]]
│ ├── AGENTS.md ─→ [[../../AGENTS.md]] (link pai)
│ └── README.md
│
└── packages/
└── shared/
├── CLAUDE.md ─→ [[AGENTS.md]]
├── AGENTS.md ─→ [[../../AGENTS.md]] (link pai)
└── README.md
Regras:
- Todo CLAUDE.md DEVE ter
[[AGENTS.md]] - Todo AGENTS.md filho DEVE linkar para pai
- AGENTS.md raiz lista todos os agentes/apps
Checklist de Validação
Execute na ordem:
1. Descoberta e Identificação de Candidatos
1.1 Encontrar arquivos existentes:
find . -name "CLAUDE.md" -o -name "AGENTS.md" -o -name "README.md"
1.2 Identificar áreas que DEVERIAM ter AGENTS.md:
| Indicador | Por que precisa de AGENTS.md |
|---|---|
Tem package.json próprio |
App/package independente |
Tem tsconfig.json próprio |
Configuração específica |
Tem pasta src/ ou lib/ |
Código fonte significativo |
Tem pasta tests/ ou __tests__/ |
Lógica testável |
Tem Dockerfile |
Deploy independente |
Tem README.md sem AGENTS.md |
Documentado mas sem instruções |
Diretório em apps/, packages/, services/, modules/ |
Convenção de monorepo |
Mais de 10 arquivos .ts/.js |
Volume de código significativo |
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 · 401 lines · 61 tokens per session scan A b2d07e0ba37e
agents-maintenance is a skill published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 29d ago), licensed MIT. It adds 61 tokens to every session and 3,212 once invoked, about $0.0003 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
improve-code-quality
Guided journey from a working-but-untested vibe-coded prototype to a production-ready product with tests, clean structure, a business-rules boundary, and resilience at scale. Orchestrates nine skills phase by phase - working-with-legacy-code, clean-code, refactoring-patterns, software-design-philosophy…
refactoring-patterns
Apply named refactoring transformations to improve code structure without changing behavior. Use when the user mentions "refactor this", "code smells", "extract method", "replace conditional", "technical debt", "move method", "inline variable", "decompose conditional", or "clean up this messy code". Also trigger when…
han-release
Cut a Han release: update CHANGELOG.md with the changes since the last release, bump and tag every plugin that changed as {plugin-name}--v{version} so a version-constrained dependency can resolve, and publish a GitHub release crediting every merged pull request and closed issue to the people behind it. Use when…
han-update-documentation
Update Han plugin documentation so every skill, agent, guidance doc, index, and cross-reference is current and accurate. On a non-default branch, scopes the pass to entities the branch actually touched. On the default branch, performs a full documentation sweep across the whole plugin. Use when updating, refreshing…
spike-consumer-baseline
OI-3 spike harness — heavy consumer skill, BASELINE arm. Builds an incident post-mortem and sources the readability standard mid-workflow by reading a file directly, with NO Skill-tool call. Use only when explicitly invoked by the spike harness with a TRIALID and data path.
spike-guidance-forked
OI-3 spike harness — the FORKED (context fork) readability-guidance variant. Same payload as the inline variant but declared to run in a forked context. Use only when a spike consumer skill invokes it.