Skip to content

Skills for GitHub Copilot

Security-vetted Israeli skills for GitHub's Copilot

158skills available
Security-vetted

GitHub Copilot is the longest-standing and most widely deployed AI coding assistant in Israel, with official extensions for VS Code, JetBrains, Neovim, and more. Since GitHub opened up custom instructions and chat-agent mode, you can tailor Copilot to your project and domain. Our skills are formatted for Copilot: they load from ‎.github/copilot-instructions.md‎ in your project root. The catalog includes skills for Israeli regulatory work, Hebrew document generation, banking API integration, and government services. Each skill is auto-formatted at install time.

Top skills

skills-ilAuthor: skills-il
v1.0.2PopularTop Rated

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).

4.57933,715
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.3.0Popular

Access and compare Israeli supermarket prices using mandatory Price Transparency Law data feeds. Use when user asks about "supermarket prices Israel", "price comparison Shufersal", "Rami Levy prices", "grocery prices", "Price Transparency Law", "shopping list optimizer", "food costs Israel", or "השוואת מחירי סופר". Covers chain-specific XML feed parsing, cross-chain price comparison, shopping list optimization, price trend tracking, and restaurant ingredient cost analysis. Do NOT use for restaurant operations (use israeli-restaurant-ops) or non-food retail prices.

5.04224,737
Claude CodeCursorGitHub Copilot+6
skills-ilAuthor: skills-il
v1.3.0PopularTrending

Prepare and file Israeli tax returns with Reshut HaMisim. Covers Form 1301 (individual), Form 1214 (corporate), Form 126 (employer salary), Form 856 (supplier payments), Form 6111 (financial statements), mikdamot (advance payments), Mas Shevach (real estate capital gains), and securities capital gains (Forms 1322/1325). Guides income classification, deductions, tax credits, surtax, deadlines, and SHAAM submission. Do NOT use for VAT reporting (use israeli-vat-reporting), withholding tax (use israeli-tax-withholding), crypto tax (use israeli-crypto-tax-reporter), payroll (use israeli-payroll-calculator), or invoicing (use israeli-e-invoice).

0.03173,377
Claude CodeCursorGitHub Copilot+6
skills-ilAuthor: skills-il
v1.0.5Popular

Write and edit professional content in Hebrew including marketing copy, UX text, articles, emails, and social media posts. Use when user asks to write in Hebrew, "ktov b'ivrit", create Hebrew marketing content, edit Hebrew text, write Hebrew UX copy, or optimize Hebrew content for SEO. Covers grammar rules, formal vs informal register, gendered language handling, and Hebrew SEO best practices. Do NOT use for Hebrew NLP/ML tasks (use hebrew-nlp-toolkit) or translation (use a translation skill).

0.05152,343
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.1.0Popular

Create social media content optimized for Israeli audiences across Facebook, Instagram, TikTok, and LinkedIn. Use when user asks about Israeli social media strategy, Hebrew social posts, posting schedules for Israel, Hebrew hashtags, or Israeli Facebook group marketing. Covers platform-specific best practices, Israeli cultural references, and Hebrew copywriting for social. Do NOT use for paid ad campaigns, influencer outreach, or SEO content writing.

0.04342,585
Claude CodeCursorGitHub Copilot+5
Verified·98
skills-ilAuthor: skills-il
v1.2.1Popular

Discover, query, and analyze Israeli government open data from data.gov.il (CKAN API). Use when user asks about Israeli government data, "data.gov.il", government datasets, CBS statistics, or needs data about Israeli transportation, education, health, geography, economy, or environment. Supports dataset search, tabular data queries, and analysis guidance. Enhances existing datagov-mcp and data-gov-il-mcp servers with workflow best practices. Do NOT use for classified government data or data requiring security clearance.

5.02782,974
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.2.0Popular

Manage daily operations for Israeli freelancers (osek murshe, osek patur) - invoice aging with collection reminders, utility bill collection via browser automation, tax deadline alerts (VAT, Bituach Leumi, mkdamot, annual report), osek patur threshold monitoring, and organized accountant packages. Prevents missed VAT filings, forgotten invoice follow-ups, and disorganized accountant handoffs. Do NOT use for VAT return preparation, e-invoice generation, or payroll management.

5.01813,244
Claude CodeCursorGitHub Copilot+6
skills-ilAuthor: skills-il
v1.2.0Popular

Implement right-to-left (RTL) layouts for Hebrew web and mobile applications. Use when user asks about RTL layout, Hebrew text direction, bidirectional (bidi) text, Hebrew CSS, "right to left", or needs to build Hebrew UI. Covers CSS logical properties, Tailwind RTL, React/Next.js RTL setup, Hebrew typography, and font selection. Do NOT use for Arabic RTL (similar but different typography) unless user explicitly asks for shared RTL patterns.

0.04861,963
Claude CodeCursorGitHub Copilot+5

How to install

Run this command to install the 'Hebrew Document Generator' skill in GitHub Copilot.

gh copilot skill install skills-il/localization --skill hebrew-document-generator

How it works with GitHub Copilot

  • GitHub Copilot loads custom instructions from a single file: ‎.github/copilot-instructions.md‎ in your project root. The file is plain Markdown and Copilot prepends it to every request automatically.
  • The ‎npx skills-il add‎ command appends the skill to your existing file (or creates one). You can install multiple skills and they merge into the same file.
  • After installing, restart your IDE so Copilot reloads the instructions. Verify the file is attached to each request via Copilot Chat in VS Code (Toggle References).

FAQ

What is a skill for GitHub Copilot?
A skill is an instructions block that goes into ‎.github/copilot-instructions.md‎ and teaches Copilot to behave a specific way in this project. For example, to suggest code that uses the official Bank of Israel API spec, or to issue tax invoices in the format Israel Tax Authority requires.
Where does Copilot store the skill?
Instructions load from a single file: ‎.github/copilot-instructions.md‎ in your project root. Unlike Cursor which splits rules into multiple files by context, Copilot prepends this entire file to every request. Install only skills that are relevant to the specific project.
Do the skills work in JetBrains too?
Yes. The Copilot extension for JetBrains reads the same ‎.github/copilot-instructions.md‎ file. If you switch between VS Code and IntelliJ, your instructions stay identical.
Is it free?
Catalog skills are free. Copilot itself has a monthly subscription (free for students and OSS maintainers). Our skills work on every plan.