·i18n-date-patterns
</>

i18n-date-patterns

yonatangross/orchestkit

Use this skill for internationalization (i18n) in React applications. Covers ALL user-facing strings, date/time handling, locale-aware formatting (useFormatting hook), ICU MessageFormat, Trans component, and RTL/LTR support.

22Installs·1Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill i18n-date-patterns

SKILL.md

This skill provides comprehensive guidance for implementing internationalization in React applications. It ensures ALL user-facing strings, date displays, currency, lists, and time calculations are locale-aware.

Canonical Reference: See docs/i18n-standards.md for the full i18n standards document.

| UI text | t('namespace:key') from useTranslation | | Currency | formatILS(amount) from useFormatting | | Lists | formatList(items) from useFormatting | | Ordinals | formatOrdinal(n) from useFormatting | | Dates | formatDate(date) from @/lib/dates | | Plurals | ICU MessageFormat in translation files | | Rich text | component |

Use this skill for internationalization (i18n) in React applications. Covers ALL user-facing strings, date/time handling, locale-aware formatting (useFormatting hook), ICU MessageFormat, Trans component, and RTL/LTR support. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill i18n-date-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is i18n-date-patterns?

Use this skill for internationalization (i18n) in React applications. Covers ALL user-facing strings, date/time handling, locale-aware formatting (useFormatting hook), ICU MessageFormat, Trans component, and RTL/LTR support. Source: yonatangross/orchestkit.

How do I install i18n-date-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill i18n-date-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit