Next.js i18n with next-intl
Localization patterns:
- Structure localized routes as
/[locale]/.... - Generate
hreflangalternates in metadata for international SEO. - Externalize all user-facing strings into structured JSON namespace files.
Implement multi-language routing, message catalogs, pluralization rules, and SEO hreflang tags with next-intl.
Andromity loads skills from folders you trust. Install with andromity skill install i18n-localization — autonomy and approval limits stay configurable per session.
# Install the "Next.js i18n & Localization" skill You are installing an AgenticMarket skill into this workspace. Follow these steps exactly. ## 1. Detect your environment and choose the destination file - Andromity: `.andromity/skills/i18n-localization/SKILL.md` (or user scope `~/.andromity/skills/i18n-localization/SKILL.md`) - Antigravity / Gemini CLI: `.agent/skills/i18n-localization/SKILL.md` - Cursor: `.cursor/rules/i18n-localization.mdc` - Claude Code: append to `CLAUDE.md` (or `.claude/skills/i18n-localization.md`) - Windsurf: append to `.windsurfrules` - Cline / Roo Code: `.clinerules/i18n-localization.md` - GitHub Copilot: append to `.github/copilot-instructions.md` - ChatGPT / web only: paste the content into Custom Instructions - Any other agent: save to `.agent/skills/i18n-localization/SKILL.md` ## 2. Create the destination file - Preserve every existing file and configuration entry. - Create parent folders as needed. - Never overwrite unrelated content. ## 3. Write exactly this content ```markdown --- name: i18n-localization description: "Implement multi-language routing, message catalogs, pluralization rules, and SEO hreflang tags with next-intl." author: community license: mit version: 1.0.0 --- # Next.js i18n with next-intl Localization patterns: - Structure localized routes as `/[locale]/...`. - Generate `hreflang` alternates in metadata for international SEO. - Externalize all user-facing strings into structured JSON namespace files. ``` ## 4. Verify - Confirm the file exists and is readable. - Report the destination path and confirm the "Next.js i18n & Localization" skill is installed and active. Skill metadata: - Slug: i18n-localization - Category: development - License: mit - Source: AgenticMarket
Localization patterns:
/[locale]/....hreflang alternates in metadata for international SEO.Implement Stripe Checkout sessions, webhook verification, customer portals, idempotency keys, and subscription billing.
Design type-safe database schemas, execute optimized relational queries, and manage migrations across SQLite, Postgres, and D1.
Master React Server Components, Server Actions, parallel routes, streaming, ISR, and cache revalidation.