plugins/nuxt-i18n/skills/nuxt-i18n/SKILL.md
Nuxt i18n internationalization module for locale routing, lazy-loaded translations, SEO, browser detection, and multi-domain setups. Use when working with @nuxtjs/i18n, locale switching, translated routes, or i18n composables.
npx skillsauth add pleaseai/claude-code-plugins nuxt-i18nInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Nuxt i18n is an internationalization module for Nuxt powered by Vue i18n. It provides locale-based routing, lazy-loaded translations, browser language detection, SEO metadata, and multi-domain locale support.
The skill is based on @nuxtjs/i18n v10.x, generated at 2026-03-28.
| Topic | Description | Reference | |-------|-------------|-----------| | Configuration | Module setup, locales, Vue I18n config, key options | core-configuration | | Routing | Strategies, custom route paths, ignoring localized routes | core-routing |
| Topic | Description | Reference | |-------|-------------|-----------| | Detection & Switching | Browser detection, lang switcher, locale fallback, cookies | features-detection-switching | | SEO | useLocaleHead, hreflang, canonical links, OpenGraph | features-seo | | Lazy Loading | Lazy-loaded translations, multiple files, dynamic API loading | features-lazy-loading | | Per-Component | i18n custom blocks in SFCs, local scope translations | features-per-component |
| Topic | Description | Reference | |-------|-------------|-----------| | Domains | Different domains, multi-domain locales, runtime env vars | advanced-domains | | Server & Hooks | Server-side translations, runtime hooks, module integration, layers | advanced-server-hooks |
| Topic | Description | Reference | |-------|-------------|-----------| | API Reference | Composables, components, helper functions, instance properties | api-reference |
For details beyond these references, fetch the complete official documentation:
development
RTK (Rust Token Killer) reduces LLM token consumption by 60-90% by filtering and compressing command outputs. Use when user asks about token savings, token optimization, RTK usage, `rtk gain`, `rtk discover`, or `rtk proxy`. Triggers on mentions of token reduction, RTK commands, or checking command cost.
tools
Semantic code search using the Semble MCP server. Use when exploring an unfamiliar codebase, finding code by what it does rather than exact text, locating an implementation, understanding how a feature works, or discovering related code. Triggers on requests like "where is X handled", "find the code that does Y", "how does Z work", "search the codebase for", or any semantic/exploratory code question where grep's literal matching is a poor fit.
development
Get best practices for developing applications with Spring Boot.
development
Get best practices for JUnit 5 unit testing, including data-driven tests