From agentic-council
Use when reviewing internationalization readiness of a feature or codebase. Covers locale strategy, RTL layout, string externalization, pluralization, date/number formatting, and cultural UX adaptation. Do not use for general accessibility audits (use interaction-design).
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-council:advocate-i18n-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate internationalization readiness across UI, data, and content layers to ensure the product works correctly for users in any locale.
Evaluate internationalization readiness across UI, data, and content layers to ensure the product works correctly for users in any locale.
Reads source code, templates, and configuration for i18n analysis. Does not modify files or execute code. Does not perform actual translations.
No user-provided values are used in commands or file paths. All inputs are treated as read-only analysis targets.
fr-CA -> fr -> en).count === 1 checks).Intl.DateTimeFormat, Intl.NumberFormat, or equivalent locale-aware APIs.inline-start/inline-end vs left/right).dir="rtl" attribute propagation.Compaction resilience: If context was lost, re-read the Inputs section to identify the review target, check the Progress Checklist for completed steps, then resume from the earliest incomplete step.
| Category | Finding | Severity | Recommendation |
|---|---|---|---|
| String externalization | ... | High/Med/Low | ... |
| Locale strategy | ... | ... | ... |
| Pluralization | ... | ... | ... |
| Date/Number formatting | ... | ... | ... |
| RTL support | ... | ... | ... |
| Cultural adaptation | ... | ... | ... |
npx claudepluginhub dtsong/agentic-council --plugin agentic-councilProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.