skill-creator

Create and update Claude skills with structured SKILL.md frontmatter and bundled resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zeeshan080/ezee-erp --skill skill-creator-zeeshan080
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zeeshan080/ezee-erp/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/zeeshan080/ezee-erp --skill skill-creator-zeeshan080

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator provides a structured, repeatable approach for building and updating Claude skills, ensuring consistent entry points, resources, and workflows across projects.

Core Features & Use Cases

  • Structured SKILL.md frontmatter with name and description to drive discovery and activation
  • Optional bundled resources directories: scripts/, references/, assets/ to organize tooling, references, and outputs
  • Automation utilities for scaffolding, validating, and packaging skills (init_skill.py, quick_validate.py, package_skill.py)
  • Guidance on progressive disclosure and pattern guidance to keep context lean and maintainable

Quick Start

Run the Skill Initializer to scaffold a new skill, then customize SKILL.md and resources as needed.

  • Example: init_skill.py my-new-skill --path skills/public

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude skill with SKILL.md frontmatter?▼

To create a Claude skill, run the Skill Initializer to scaffold a new directory, then customize the required SKILL.md frontmatter with name and description to drive discovery and activation.

What is progressive disclosure in Claude skill design?▼

Progressive disclosure in skill design keeps context lean and maintainable by structuring SKILL.md entry points and optional bundled resources to avoid overwhelming the workflow.

Can I bundle scripts and references into my Claude skills?▼

Yes, you can bundle scripts and references into Claude skills by organizing them within optional resources directories such as scripts/, references/, and assets/ during the packaging process.

What's the best way to validate and package Claude skills for teams?▼

The best way to validate and package Claude skills is using automation utilities like quick_validate.py and package_skill.py to ensure consistent entry points and resources across projects.

Does the skill creation process support updating existing workflows?▼

Yes, the skill creation process supports updating existing workflows by applying a structured approach to modify SKILL.md and resources, extending Claude with domain knowledge and tool integrations.