next-intl-routing-and-navigation
Next Intl Routing and Navigation
Use this skill when the task is primarily about URL structure, locale negotiation, or locale-aware navigation.
Scope
- App Router locale routing setup
defineRouting,createMiddleware,createNavigationlocalePrefix,localeDetection,localeCookie,alternateLinks- localized pathnames, domains,
getPathname, and base-path-aware URL generation - locale switchers and CMS-driven localized URLs
Routing cues
defineRouting,createNavigation,Link,useRouter,usePathname,getPathname, locale switcher, domain routing, pathnames,proxy.ts,middleware.ts,NEXT_LOCALE,hreflang-> use this skill- ICU messages,
useTranslations,useFormatter, rich text, message validation -> usenext-intl-messages-and-formatting getRequestConfig,setRequestLocale,getTranslations, metadata, Server Actions, testing -> usenext-intl-server-runtime- plugin setup, TypeScript augmentation, Crowdin,
useExtracted, message loading strategy -> usenext-intl-workflows-and-tooling
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4