Internationalization (i18n) and localization (L10n) help your app speak many languages. You prepare your code for translation and then add actual translations. This skill covers how to do both.
Anyone building a public web app or SaaS product can benefit. You learn to use translation keys instead of hardcoded text. You also manage locale files and support right-to-left (RTL) languages like Arabic.
The skill shares best practices for popular tools like react-i18next and next-intl. It also gives tips for handling dates, numbers, and plural forms. By following these patterns, your app can reach users around the world.
Global
mkdir -p ~/.claude/skills/i18n-localizationProject
mkdir -p .claude/skills/i18n-localizationSource Repository
Accessibilityaddyosmani/web-quality-skills
Audit and improve web accessibility following WCAG 2.2 guidelines for inclusivity
Fixing Accessibilityibelick/ui-skills
Audit and fix HTML accessibility issues for a more inclusive web
Accessibility Compliancewshobson/agents
Build inclusive interfaces that everyone can use with ease and confidence
Wcag Audit Patternswshobson/agents
Audit websites for WCAG 2.2 compliance and fix accessibility violations
Next Intl Add Languagegithub/awesome-copilot
Easily add a new language to your Next.js internationalized app
Vscode Ext Localizationgithub/awesome-copilot
Localize VS Code extensions correctly for all languages using official best practices
Flutter Improving Accessibilityflutter/skills
Make your Flutter app usable for everyone with accessibility features
Screen Reader Testingwshobson/agents
Test websites with screen readers for full accessibility and user inclusion