.agents/skills/skill-i18n-setup/SKILL.md
Domain skill for React internationalization setup with react-intl, locale switching, and typed i18n context. Use when adding new translations or extending locale behavior.
npx skillsauth add filippovskii09/quize-audit skill-i18n-setupInstall 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.
Provide a reusable blueprint for typed internationalization with runtime locale switching.
src/i18n/I18nProvider.tsxsrc/i18n/context.tssrc/i18n/hooks.tssrc/i18n/types.tssrc/i18n/locales/en.jsonsrc/i18n/locales/ua.jsonreact-intlLocale union in src/i18n/types.ts synchronized with supported locales.I18nProvider.useI18n and UI text via react-intl APIs.localStorage (app_locale).development
Domain skill for reusable typed React hooks used in business logic. Use when extending or validating shared hooks like local storage and pagination.
development
Reusable Prettier formatting recipe for TypeScript and frontend repositories. Use when enforcing consistent code style and integrating format checks in hooks.
tools
Declarative pre-commit framework recipe for polyglot repositories with stage-aware hooks (pre-commit and pre-push). Use when repositories need non-Node quality gates or mixed toolchains.
development
Reusable Jest setup recipe for React + TypeScript + ESM projects using ts-jest and jsdom. Use when creating or validating the unit test runtime.