Skip to content

Skills for Gemini CLI

Israeli skills for Google's new Gemini-powered CLI

177skills available
Security-vetted

Gemini CLI is Google's official command-line tool that brings Gemini 2 capabilities to the terminal. It can explore code, edit files, run commands, and connect to external tools. It is open-source (Apache 2.0) and in Israel it is popular among developers using Google Cloud or those who prefer a CLI agent that isn't from Anthropic or OpenAI. Our catalog supports Gemini CLI with skills auto-formatted to its conventions: either a ‎GEMINI.md‎ in the project root (a convention similar to ‎AGENTS.md‎) or a ‎.gemini/extensions/‎ directory for modular skills. The catalog covers tax, government, healthcare, and Hebrew automation.

Top skills

skills-ilAuthor: skills-il
v1.1.0PopularTop 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.52,9087,701
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.1.0Popular

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, register from formal to dugri, mixed Hebrew/English, gendered language, nikud and numerals, and Hebrew SEO best practices. Do NOT use for Hebrew NLP/ML tasks (use hebrew-nlp-toolkit) or translation (use a translation skill).

5.02,4355,463
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.3.0Popular

Implement right-to-left (RTL) layouts for Hebrew web applications. Use when user asks about RTL layout, Hebrew text direction, bidirectional (bidi) text, Hebrew CSS, "right to left", or needs to build a Hebrew web UI. Covers CSS logical properties, the :dir() pseudo-class, Tailwind RTL, React/Next.js RTL setup, icon mirroring, Hebrew typography, and font selection. Do NOT use for Arabic RTL (similar but different typography) unless user explicitly asks for shared RTL patterns, or for native mobile RTL (React Native I18nManager, SwiftUI, Android) which is out of scope.

0.02,3875,615
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.4.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.08778,382
Claude CodeCursorGitHub Copilot+6
skills-ilAuthor: skills-il
v1.4.0PopularTrending

Prepare and file Israeli tax returns with Reshut HaMisim. Covers Form 1301 (individual), Form 135 (short return for salaried refund-seekers), 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), invoicing (use israeli-e-invoice), or Section 102 employee stock options (use israeli-stock-options-tax).

0.09436,768
Claude CodeCursorGitHub Copilot+6
skills-ilAuthor: skills-il
v1.2.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.01,2644,784
Claude CodeCursorGitHub Copilot+5
skills-ilAuthor: skills-il
v1.2.0Popular

Implement Israeli web accessibility compliance per IS 5568 standard, anchored to WCAG 2.0 AA (IS 5568 adds some 2.1-aligned criteria; sources differ), for Hebrew RTL applications. Use when user asks about Israeli accessibility law, "negishot" (accessibility), IS 5568, "teken negishot" (accessibility standard), "nachim" (disabilities), who is exempt from website accessibility, enforcement and penalties, the accessibility coordinator role, Hebrew screen reader support, RTL ARIA patterns, or accessibility audit for Israeli websites. Covers mandatory legal requirements under the Equal Rights for Persons with Disabilities Act, revenue-based exemption tiers, the two enforcement tracks (civil damages and the Commission administrative penalty) and the 60-day cure period, the accessibility coordinator role, Hebrew screen reader compatibility, and RTL-specific ARIA patterns. Do NOT use for general WCAG guidance without Israeli context (use standard a11y resources instead).

0.01,6183,292
Claude CodeCursorGitHub Copilot+5
Trusted·87
skills-ilAuthor: skills-il
v1.3.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. Pair with the MCP servers listed below for direct tool access from your agent. Do NOT use for classified government data or data requiring security clearance.

5.06375,610
Claude CodeCursorGitHub Copilot+5

How to install

Run this command to install the 'Hebrew Document Generator' skill in Gemini CLI.

gemini skills install https://github.com/skills-il/localization.git --path hebrew-document-generator

How it works with Gemini CLI

  • Gemini CLI loads instructions from a ‎GEMINI.md‎ file in the project root (a convention similar to ‎AGENTS.md‎) or from a ‎.gemini/extensions/‎ directory with one file per skill. The directory format is preferred for modularity.
  • The ‎npx skills-il add‎ command detects which format your project uses and installs accordingly. If neither exists, it creates ‎.gemini/extensions/‎.
  • Gemini CLI loads the skill each new session. Verify with ‎/extensions list‎ inside a session.

FAQ

What is a skill for Gemini CLI?
A skill is an extension or instructions block that teaches Gemini CLI to perform a task consistently. For example, a skill can include instructions to handle Hebrew documents with proper RTL, or to connect to a specific Israeli government API.
Where does Gemini CLI store the skill?
Gemini CLI supports two formats: a single ‎GEMINI.md‎ in the project root, or a ‎.gemini/extensions/‎ directory with a separate file per extension. Unlike Codex which uses the standard ‎AGENTS.md‎, Gemini CLI prefers its own named format but the structure is similar.
Does the skill also work in the Gemini app?
The Gemini app (web and mobile) is a platform agent, not a CLI, so the format differs. The skills here are for Gemini CLI only. To use a skill in the app, a different format is needed (most of our skills support both).
Is it free?
Yes. Gemini CLI itself is open-source and free. Our catalog skills are free. Using the Gemini API through the CLI is subject to Google AI pricing, but the free tier is generous.