Israeli financial spreadsheets require knowledge of specific tax brackets, VAT rates, Bituach Leumi contributions, municipal arnona rates, and NIS currency formatting. Without this skill, developers must research and hardcode these constantly changing values, risking errors in tax calculations and financial reports.
Author: @skills-il
Generate Excel spreadsheets with Israeli tax calculations, VAT, NIS formatting, and Hebrew-labeled financial templates
npx skills-il add skills-il/developer-tools --skill israeli-spreadsheetsInstall openpyxl:
pip install openpyxlProgressive (marginal) tax calculation with credit point deduction. Use Python Decimal for precision.
Set ws.sheet_view.rightToLeft = True for RTL sheets. NIS format: '#,##0.00 "₪"'
User says: "Build a payroll Excel sheet for an Israeli employee" Actions:
User says: "Create a tax invoice template in Hebrew with VAT calculation" Actions:
scripts/shekel_formatter.py -- Formats Excel cells with Israeli currency, date, and number conventions. Run: python scripts/shekel_formatter.py --helpreferences/israeli-tax-rates.md -- Current Israeli tax brackets, Bituach Leumi rates, VAT rate, pension requirements, and common financial constants. Consult when building any financial calculations for Israeli context.Cause: Excel locale not set for Hebrew/Israel
Solution: Use format string #,##0.00 ₪ (symbol after number) for Israeli convention, or set the workbook locale to he-IL.
Cause: Workbook not saved with UTF-8 encoding or font doesn't support Hebrew Solution: Ensure the workbook uses a Unicode-compatible font (like David, Heebo, or Arial). When using openpyxl, Hebrew strings are automatically UTF-8 encoded.
Supported Agents
Create an Israeli tax invoice (heshbonit mas) in Excel with itemized products, 17% VAT calculation, business details, and customer information. Format all amounts in NIS.
Build an income tax calculator spreadsheet using the 2025 Israeli tax brackets. Show the marginal rate breakdown, credit point deductions, Bituach Leumi, health tax, and final net income.
Generate a Hebrew salary slip template with all standard Israeli payroll components: base salary, overtime, bonus, income tax, Bituach Leumi, health tax, pension (employee and employer), and keren hishtalmut.
Create an arnona (municipal property tax) calculator spreadsheet comparing rates across Tel Aviv, Jerusalem, Haifa, Beer Sheva, and Netanya. Show bi-monthly and annual totals for different apartment sizes.
Trust Score
Validate and format Israeli identification numbers including Teudat Zehut (personal ID), company numbers, amuta (non-profit) numbers, and partnership numbers. Use when user asks to validate Israeli ID, "teudat zehut", "mispar zehut", company number validation, or needs to implement Israeli ID validation in code. Includes check digit algorithm and test ID generation. Do NOT use for non-Israeli identification systems.
Guide Israeli startup operations including company formation, Innovation Authority grants, investment agreements, R&D tax benefits, and employee stock options (Option 102). Use when user asks about starting a company in Israel, IIA grants, "Innovation Authority", SAFE agreements (Israeli), convertible notes, Option 102, employee stock options in Israel, R&D tax benefits, preferred enterprise, or Israeli startup legal/financial setup. Do NOT use for non-Israeli company formation or international tax advice. Always recommend consulting with Israeli lawyer and accountant for binding decisions.
Interactive workflow for creating new skills for the skills-il organization -- guides through category selection, use case definition, folder scaffolding, YAML frontmatter generation with bilingual metadata, instruction writing, Hebrew companion creation, and validation. Use when user asks to "create a new skill", "scaffold a skill for skills-il", "write a SKILL.md", "contribute a skill", "new skill template", or "liztor skill chadash". Do NOT use for editing existing skills or creating skills for non-skills-il platforms.
Want to build your own skill? Try the Skill Creator · Submit a Skill