
Skills Il Skill Creator
Run an interactive scaffolding workflow to author new skills-il-compliant SKILL.md packages with categories, use cases, and reference-link patterns.
Overview
Skills-IL Skill Creator is a journey-wide agent skill that walks you through scaffolding new skills-il SKILL.md packages—usable whenever a solo builder needs to add a vetted agent capability before committing implementat
Install
npx skills add https://github.com/skills-il/developer-tools --skill skills-il-skill-creatorWhat is this skill?
- Interactive workflow to scaffold new skills for the skills-il ecosystem
- Embeds skills-il skill-spec conventions including Reference Links sourcing patterns
- Example official sources documented for Israeli domains (ITA, Kol Zchut) when skills need verified citations
- Developer-tools category metadata with bilingual display tags (Hebrew/English)
- Versioned skill package (e.g. 1.6.0) oriented toward repeatable skill authoring, not one-off prompts
- Documented skill package version 1.6.0 in embedded metadata
- Example reference-link claims tied to official Israeli sources in skill-spec
Adoption & trust: 1 installs on skills.sh; 9 GitHub stars; 2/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
What problem does it solve?
You want a new agent skill in the skills-il format but lack a consistent interactive process for category, use cases, references, and spec-compliant structure.
Who is it for?
Developers authoring or maintaining skills-il repositories who need repeatable scaffolding instead of copying random SKILL.md fragments.
Skip if: Builders who only consume existing catalog skills with no intent to author, or teams that do not use skills-il layout and reference-link rules.
When should I use this skill?
Creating a new skills-il skill, defining category and use cases, or following the skills-il interactive skill authoring workflow.
What do I get? / Deliverables
You get a structured new-skill draft aligned to skills-il conventions and reference-link patterns, ready to test in Claude Code, Cursor, or Codex.
- New or updated SKILL.md scaffold
- Category and bilingual tag metadata
- Reference-link claim patterns per skill-spec
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
Prototype a skill idea as a minimal SKILL.md before investing in full domain research.
Scaffold a new integration or compliance skill with skills-il categories and bilingual tags.
Regenerate or extend skill structure after review feedback on missing use cases or references.
Version and expand an existing skill when regulations or official source URLs change.
How it compares
A meta authoring workflow for skills-il packages, not a runtime MCP server or application feature integration.
Common Questions / FAQ
Who is skills-il-skill-creator for?
Developers and indie builders maintaining skills-il skill repos who need guided creation of new SKILL.md assets with categories, tags, and reference conventions.
When should I use skills-il-skill-creator?
Use it during Build when extending agent tooling, after Idea/Validate when you have a capability to encode, or anytime you add a new skills-il skill before agents rely on it in Ship or Operate workflows.
Is skills-il-skill-creator safe to install?
Authoring guidance may suggest fetching official URLs for citations; review the Security Audits panel on this Prism page and inspect generated skills before granting agents network or shell access.
SKILL.md
READMESKILL.md - Skills Il Skill Creator
{ "schemaVersion": "1.0", "skill": "skills-il-skill-creator", "generated_at": "2026-05-29T00:00:00Z", "claims": [ { "claim_id": "ita-reference-url", "claim": "The Israeli Tax Authority page is used as an example official Reference Links source for verifying tax rates, forms, and circulars.", "source_url": "https://www.gov.il/he/departments/israel_tax_authority", "raw_snippet": "רשות המסים בישראל", "fetched_at": "2026-05-29T00:00:00Z", "appears_in": ["SKILL.md", "references/skill-spec.md"] }, { "claim_id": "kolzchut-reference-url", "claim": "Kol Zchut is used as an example official Reference Links source for rights, entitlements, and eligibility.", "source_url": "https://www.kolzchut.org.il", "raw_snippet": "כל זכות", "fetched_at": "2026-05-29T00:00:00Z", "appears_in": ["SKILL.md", "references/skill-spec.md"] } ] } { "author": "skills-il", "version": "1.6.0", "category": "developer-tools", "tags": { "he": [ "יוצר-סקילים", "פיגומים", "תבנית", "מפתחים", "תהליך-עבודה", "ישראל" ], "en": [ "skill-creator", "scaffolding", "template", "developer", "workflow", "israel" ] }, "display_name": { "he": "יוצר סקילים skills-il", "en": "Skills-IL Skill Creator" }, "display_description": { "he": "תהליך אינטראקטיבי ליצירת סקילים חדשים ל-skills-il: בחירת קטגוריה, הגדרת מקרי שימוש, יצירת תיקייה, כתיבת frontmatter דו-לשוני, הוראות, קובץ עברי נלווה ואימות. השתמשו כשמבקשים \"ליצור skill חדש\", \"תבנית skill\", \"לתרום skill\" או \"scaffold skill\".", "en": "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." }, "supported_agents": [ "claude-code", "cursor", "github-copilot", "windsurf", "opencode", "codex", "openclaw", "gemini-cli" ] } # Skills-IL SKILL.md Specification Complete reference for creating skills-il skills. Consult this when writing frontmatter, instructions, or preparing a PR. ## Frontmatter Fields ### Required Fields | Field | Rules | Example | |-------|-------|---------| | `name` | kebab-case, matches folder name, no "claude"/"anthropic" | `israeli-vat-reporting` | | `description` | Under 1024 chars, no `<>`, must include trigger phrase | See description formula below | ### Optional Fields | Field | Rules | Example | |-------|-------|---------| | `license` | Typically MIT | `MIT` | | `allowed-tools` | Tool access restrictions | `'Bash(python:*) WebFetch'` | | `compatibility` | 1-500 chars, environment requirements | `'Requires network access.'` | **Do NOT put a `metadata:` key in the SKILL.md frontmatter.** Claude Desktop rejects it. All enriched metadata lives in a separate `metadata.json` file alongside SKILL.md. ### metadata.json Structure All enriched metadata goes in `metadata.json` (same folder as SKILL.md), NOT in the YAML frontmatter: ```json { "author": "skills-il", "version": "1.0.0", "category": "<category-repo-name>", "tags": { "he": ["<domain-tag-he>", "<function-tag-he>", "ישראל"], "en": ["<domain-tag>", "<function-tag>", "israel"] }, "display_name": { "he": "<Hebrew name>", "en": "<English Name>" }, "display_description": { "he": "<Hebrew description>", "en": "<English description>" }, "supported_agents": [ "claude-code", "cursor", "github-copilot", "windsurf", "opencode", "codex", "gemini-cli" ] } ```