skill-creator

Scaffold, validate, and package modular Claude skills with SKILL.md templates.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/yuma588/skill-gallery --skill skill-creator-yuma588
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yuma588/skill-gallery/tree/main/skill-gallery-deploy/skills/Anthropic/skill-creator-SKILL
Command: npx skills add https://github.com/yuma588/skill-gallery --skill skill-creator-yuma588

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams and AI practitioners systematically design, validate, and package Claude skills by providing a structured framework, templates, and example resources to accelerate skill creation and governance.

Core Features & Use Cases

  • Structured SKILL.md anatomy including frontmatter, body, and optional resources for consistent skill formatting.
  • Bundled resources skeleton with example scripts, references, and assets to illustrate reusable patterns.
  • Guidance on workflow, validation, and packaging to enable rapid skill deployment across teams.

Quick Start

Run the initialization script to scaffold a new skill directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package modular Claude skills for my team?

To create modular Claude skills, use a scaffolding framework that provides templates for skill creation, validation, and packaging. Initialize a new skill directory with a structured SKILL.md containing YAML frontmatter, then bundle optional scripts and references for deployment.

What is the required structure for a SKILL.md file when building AI skills?

A SKILL.md file requires YAML frontmatter with name and description fields. The body contains the skill logic, and you can optionally include bundled resources like scripts, references, and assets to support modular design and domain-specific functionality.

Do I need pyyaml installed to validate and scaffold new skill templates?

Yes, pyyaml is a required dependency for this skill creation workflow. It is used by the validation and packaging scripts to parse the YAML frontmatter in SKILL.md files and ensure your skill metadata is correctly formatted.

Can I use this skill creation framework to update existing domain-specific skills?

Yes, the framework supports updating existing skills by guiding you through validation and packaging processes. It ensures existing SKILL.md files meet structural requirements and helps bundle new scripts or references into your current skill directory.

What is the best way to validate skill formatting before deployment?

The best way to validate skill formatting is to run the built-in validation scripts against your skill directory. This checks your SKILL.md YAML frontmatter, verifies modular design components, and ensures all bundled resources are correctly structured for packaging.

What limitations exist when bundling assets and scripts into a skill package?

Limitations include the strict requirement for valid YAML frontmatter in SKILL.md and reliance on specific packaging scripts. Complex asset structures may require manual validation to ensure all bundled scripts and references are correctly recognized by the framework.