I18n AI skills for AI Agents by Mohamed Ali.
| Skill | Description | Install |
|---|---|---|
| i18n-web-apps | Internationalization for JS, React, and Next.js apps | npx skills add https://github.com/<your-username>/skills --skill i18n-web-apps |
Skills are folders of instructions that AI Agent loads dynamically to improve performance on specialized tasks. They teach the agent how to complete specific tasks in a repeatable way — following your methodology, writing style, and framework preferences instead of giving generic answers.
Each skill activates automatically when you ask something relevant. No special commands needed.
Comprehensive i18n guidance for JS/React/Next.js apps — built from real-world experience with Arabic, English, French, and German.
Based on My 6-part series about i18n: My Journey with I18n for Web Apps
What it covers:
- URL routing patterns (sub-path, subdomain, ccTLD, combined)
- SEO — hreflang, sitemap, manifest, page metadata
- ICU message format — plurals, select, rich text, validation
- Data formatting —
Intl.DateTimeFormat,Intl.NumberFormat,Intl.RelativeTimeFormat,Intl.ListFormat,Intl.Segmenter - Tools — next-intl, lingui, react-i18next, i18next comparison
- UI — RTL/LTR, logical CSS, Tailwind, writing modes, typography, Arabic quirks
- Framework patterns — Next.js App Router + next-intl, Next.js + Lingui RSC, React + react-i18next, React + Lingui
Triggers automatically for questions like:
- "How do I support Arabic in my Next.js app?"
- "Add RTL support to my Tailwind project"
- "Format currency per country in React"
- "What's the difference between subdomain and subdirectory routing for i18n?"
- "Why does my Arabic text look broken?"
Install:
npx skills add https://github.com/MohamedAli00949/i18n-web-guide --skill i18n-web-guidenpx skills add https://github.com/MohamedAli00949/i18n-web-guideMIT