skill-creator

Create standardized Claude skills using SKILL.md templates and init_skill.py.

2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Showiix/EsportManager2 --skill skill-creator-showiix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Showiix/EsportManager2/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Showiix/EsportManager2 --skill skill-creator-showiix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Many teams struggle to consistently design and package Claude skills; this guide provides a repeatable scaffold and templates to streamline creation.

Core Features & Use Cases

  • Structured SKILL.md templates with required frontmatter and guidance for writing and loading skills
  • Bundled example resources (scripts, references, and assets) to accelerate skill development
  • Step-by-step workflow for initializing, editing, and packaging skills for distribution
  • Use cases include onboarding new skill authors, updating existing skills, and ensuring packaging quality

Quick Start

Run scripts/init_skill.py with your skill name to generate a new skill scaffold, then customize SKILL.md and the bundled resources.

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 standardized Claude skill scaffold?

To create a Claude skill scaffold, run the initialization script with your desired skill name to generate the required directory structure, frontmatter, and bundled resources automatically.

What is included in a Claude skill template package?

A Claude skill template package includes a structured SKILL.md file with required frontmatter, bundled example scripts, reference materials, and asset directories to accelerate development.

Can I use this workflow to update an existing Claude skill?

Yes, you can use this workflow to update an existing Claude skill by applying the provided templates and scripts to validate frontmatter and reorganize resources for deployment consistency.

Do I need yaml to package Claude skills?

Yes, yaml is required as a dependency to validate the required frontmatter in your SKILL.md file and ensure the skill packaging meets the standardization guidelines.

What's the best way to organize resources for a new Claude skill?

The best way to organize resources is using the scaffold's predefined directories for scripts and references, ensuring your SKILL.md correctly loads these bundled assets during execution.

How does frontmatter validation work for Claude skills?

Frontmatter validation works by checking the SKILL.md file against required structural fields using yaml parsing, ensuring the skill meets formatting standards before safe packaging and distribution.