← ClaudeAtlas

israeli-ui-design-systemlisted

Build RTL-first UI component libraries and design systems for Israeli applications with Hebrew typography. Use when user asks about Hebrew UI components, "itzuv" (design), Israeli design system, Hebrew font pairing, RTL component library, "tipografia ivrit" (Hebrew typography), or gov.il design patterns. Covers RTL-first component architecture, Hebrew font pairings (Heebo+Inter, Rubik+Source Sans Pro), gov.il design system patterns, and culturally appropriate UI for Israeli users. Do NOT use for general RTL CSS (use hebrew-rtl-best-practices) or accessibility audits (use israeli-accessibility-compliance instead).
skills-il/localization · ★ 18 · Web & Frontend · score 81
Install: claude install-skill skills-il/localization
# Israeli UI Design System ## Instructions ### Step 1: Choose Hebrew Font Pairings Select font combinations optimized for Hebrew readability and Latin compatibility: | Pairing | Hebrew Font | Latin Font | Best For | Style | |---------|-------------|------------|----------|-------| | Modern Business | Heebo | Inter | SaaS, dashboards, admin panels | Clean, neutral | | Friendly Startup | Rubik | Source Sans Pro | Consumer apps, marketing sites | Rounded, approachable | | Government/Formal | Assistant | Roboto | Gov sites, institutional pages | Professional, clear | | Editorial | Frank Ruhl Libre | Merriweather | Blogs, news, content sites | Serif, literary | | Minimal | Secular One | Montserrat | Landing pages, portfolios | Bold headlines | See `references/hebrew-typography.md` for complete font metrics and loading strategies. **Font loading configuration:** ```css /* Primary: Heebo + Inter pairing */ @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&family=Inter:wght@300;400;500;700&display=swap'); :root { --font-hebrew: 'Heebo', 'Assistant', 'Noto Sans Hebrew', sans-serif; --font-latin: 'Inter', 'Roboto', sans-serif; --font-mono: 'Fira Code', 'Source Code Pro', monospace; } body { font-family: var(--font-hebrew), var(--font-latin); } ``` ### Step 2: Hebrew Typography Scale Hebrew characters are visually larger than Latin at the same font size. Adjust the type scale: ```css :root { /* Hebrew-adjusted type scale */ --text-xs