
Hebrew Document Generator
Generate Hebrew-language documents with correct RTL formatting.
Install
npx skills add https://github.com/skills-il/localization --skill hebrew-document-generatorWhat is this skill?
- Hebrew documents
- RTL formatting
- Doc generation
Adoption & trust: 1 installs on skills.sh; 3/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Lark Maillarksuite/cli
Lark Slideslarksuite/cli
Lark Markdownlarksuite/cli
Pptxanthropics/skills
Pdfanthropics/skills
Docxanthropics/skills
Journey fit
Common Questions / FAQ
Is Hebrew Document Generator safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Hebrew Document Generator
{ "author": "skills-il", "version": "1.1.0", "category": "localization", "tags": { "he": [ "מסמכים", "עברית", "PDF", "RTL", "חשבונית", "חוזה", "ישראל" ], "en": [ "documents", "hebrew", "pdf", "rtl", "invoice", "contract", "israel" ] }, "display_name": { "he": "מחולל מסמכים בעברית", "en": "Hebrew Document Generator" }, "display_description": { "he": "מייצרים מסמכים עסקיים מקצועיים בעברית בפורמטים PDF, DOCX ו-PPTX עם תמיכה מלאה ב-RTL וטיפוגרפיה עברית תקינה. השתמשו כשצריך להפיק PDF בעברית, להוציא חשבונית מס, לנסח חוזה, לבנות הצעת מחיר, או להכין מצגת בעברית. מכסה reportlab, WeasyPrint, python-docx ו-pptxgenjs עם תמיכת BiDi. לא מיועד לקריאת מסמכים קיימים או OCR (תשתמשו ב-hebrew-ocr-forms).", "en": "Generate professional Hebrew documents including PDF, DOCX, and PPTX with full RTL support and proper Hebrew typography. Use when user asks to create Hebrew PDF, generate Israeli business documents, \"lehafik heshbonit\", \"litstor hozeh\", build Hebrew Word document, create Hebrew PowerPoint, or produce Israeli templates such as Heshbonit Mas (tax invoice), Hozeh (contract), Hatza'at Mechir (proposal), or Protokol (meeting minutes). Covers reportlab, WeasyPrint, python-docx, and pptxgenjs with bidi paragraph support. Do NOT use for OCR or reading existing documents (use hebrew-ocr-forms instead)." }, "supported_agents": [ "claude-code", "cursor", "github-copilot", "windsurf", "opencode", "codex", "antigravity", "gemini-cli" ] } # Hebrew Fonts Reference ## Recommended Fonts by Document Type ### Sans-Serif (Modern Documents, Web, Invoices) | Font | Weight Range | Google Fonts | Notes | |------|-------------|--------------|-------| | Heebo | 100-900 | [Link](https://fonts.google.com/specimen/Heebo) | Most popular Hebrew web font, excellent readability | | Rubik | 300-900 | [Link](https://fonts.google.com/specimen/Rubik) | Slightly rounded, friendly appearance | | Assistant | 200-800 | [Link](https://fonts.google.com/specimen/Assistant) | Clean, professional, good for business docs | | Open Sans Hebrew | 300-800 | Bundled with Open Sans | Widely available, neutral style | | Noto Sans Hebrew | 100-900 | [Link](https://fonts.google.com/noto/specimen/Noto+Sans+Hebrew) | Part of Google Noto family, maximum language coverage | ### Serif (Formal Documents, Contracts, Legal) | Font | Weight Range | Google Fonts | Notes | |------|-------------|--------------|-------| | Frank Ruhl Libre | 300-900 | [Link](https://fonts.google.com/specimen/Frank+Ruhl+Libre) | Classic Hebrew serif, ideal for legal/formal | | David Libre | 400-700 | [Link](https://fonts.google.com/specimen/David+Libre) | Based on classic David font, elegant | | Noto Serif Hebrew | 100-900 | [Link](https://fonts.google.com/noto/specimen/Noto+Serif+Hebrew) | Full Unicode coverage | ### System Fonts (No Installation Required) | Font | Available On | Style | |------|-------------|-------| | David | Windows, macOS (with Office) | Classic serif | | Narkisim | Windows | Elegant serif | | Arial Hebrew | macOS | Sans-serif | | Courier New (Hebrew) | Windows, macOS | Monospace | ## Font Pairing Recommendations | Use Case | Primary (Headings) | Secondary (Body) | |----------|-------------------|-----------------| | Business docs | Heebo Bold | Heebo Regular | | Legal contracts | Frank Ruhl Libre Bold | David Libre Regular | | Marketing material | Rubik Bold | Assistant Regular | | Technical docs | Assistant SemiBold | Noto Sans Hebrew Regular | | Presentations | Heebo Black | Heebo Light | ## Font Stack CSS Examples ```css /* Modern business documents */ font-family: 'Heebo', 'Assistant', 'Arial Hebrew', sans-serif; /* Formal/legal documents */ font-family: 'Frank Ruhl Libre', 'David Libre', 'David', serif; /* Code with Hebrew comments */ font-family: 'Cousine', 'Noto Sans Mono', 'Courier New', monospace; ``` ## I