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 i18n-auditgit 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/i18n-audit)<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/i18n-audit"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/i18n-audit/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/i18n-audit"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/i18n-audit.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.00085 | $0.03603 |
| Opus 5 | $0.00043 | $0.01801 |
| Sonnet 5 | $0.00017 | $0.00721 |
| Haiku 4.5 | $0.00009 | $0.00360 |
Grade A, and why
i18n-audit 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 12d 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 — 463 lines — stays where its author put it; the contents beside it link to each section on GitHub.
i18n Audit Skill
Audita código fonte para encontrar textos em português que estão hardcoded e precisam ser migrados para o sistema de internacionalização (i18n).
Core Principle
Todo texto visível ao usuário deve vir do sistema de tradução. Texto hardcoded é dívida de i18n.
┌─────────────────────────────────────────────────────────────┐
│ PROATIVO: Detectar durante desenvolvimento │
│ SOB DEMANDA: Auditoria completa quando solicitado │
│ INTERATIVO: Sugerir chaves e adicionar traduções │
└─────────────────────────────────────────────────────────────┘
Diferença desta Skill vs i18n-maintenance
| Skill | Foco | O que detecta |
|---|---|---|
| i18n-audit (esta) | Código fonte (TSX/TS) | Textos hardcoded que deveriam usar t() |
| i18n-maintenance | Arquivos JSON | Chaves faltando, órfãs, estrutura |
Use esta skill quando: Procurando texto português no código Use i18n-maintenance quando: Validando arquivos de tradução
O Que Detectar
Padrões de Texto Hardcoded
| Padrão | Exemplo | Severidade |
|---|---|---|
| String literal em JSX | <h1>Bem-vindo</h1> |
Alta |
| Atributo com texto | placeholder="Digite seu nome" |
Alta |
| String em template | `Olá ${name}` |
Alta |
| Texto em array | ['Opção 1', 'Opção 2'] |
Média |
| Texto em objeto | { label: 'Nome' } |
Média |
| Constantes com texto | const TITLE = 'Meu App' |
Alta |
| Toast/notificação | toast.success('Salvo!') |
Alta |
| Erro com mensagem | throw new Error('Usuário não encontrado') |
Média |
| Validação | 'Campo obrigatório' |
Alta |
Padrões a IGNORAR
| Padrão | Motivo |
|---|---|
| Nomes técnicos | console.log, className, id |
| Chaves de objeto | { userId: 123 } |
| URLs e paths | /api/users, https://... |
| Regex | /^[a-z]+$/ |
| Código/IDs | 'user-123', 'btn-submit' |
| Imports | import ... from '...' |
| TypeScript types | type Status = 'active' | 'inactive' |
| Data attributes | data-testid="..." |
| CSS classes | 'flex items-center' |
| Logs técnicos | logger.debug('Processing...') |
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.
- 12d ago First seen · 463 lines · 85 tokens per session scan A cffb049902af
i18n-audit is a skill published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 3,603 once invoked, about $0.0004 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
tongwen
Use when translating engineering CAD drawings between languages — DWG text extraction, translation workspace with terminology management, quality-checked write-back. TongWen (同文): local-first CAD/BIM lossless translation suite for AutoCAD 2019-2026.
bilingual-doc-sync
Parallel geführte Sprachfassungen eines Dokuments (Paper DE/EN, README + READMEde, SKILL.md + SKILL.en.md, Website-Texte) synchron halten: fehlende Fassung nachziehen, Abschnitts-Parallelität prüfen, Divergenzen beheben — mit klarer Leitsprache-Regel und kontrolliertem Rücktransfer, wenn die Nebenfassung etwas besser…
internationalization
Complete guide to internationalizing a Cumulocity Web SDK application. Covers all approaches to annotating and translating text (gettext, translate pipe, translate directive, TranslateService), extracting strings, creating and updating .po files, overriding existing translations, and adding brand-new languages.…
i18n Unused Key Review
Detect i18n/locale keys that are removed from source but remain in locale files, or keys added to locale files without source usage.
Internationalization Testing
You are an expert QA engineer specializing in internationalization testing. When the user asks you to write, review, debug, or set up i18n related tests or configurations, follow these detailed instructions.
localization-testing
Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.