skill-creator

Create structured Claude skill blueprints with SKILL.md frontmatter and metadata.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/breeze4/claude-config --skill skill-creator-breeze4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/breeze4/claude-config/tree/main/skills/skill-creator
Command: npx skills add https://github.com/breeze4/claude-config --skill skill-creator-breeze4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized approach and blueprint for designing, validating, and packaging Claude skills, ensuring consistent metadata and structure across projects.

Core Features & Use Cases

  • Structured Skill Layout: Defines SKILL.md, metadata, and optional resources to organize skills.
  • Guided Skill Creation: Step-by-step workflow from initialization to packaging for distribution.
  • Quality & Compliance: Enforces required fields, clear descriptions, and resource guidelines.
  • Use Case: Create a new skill for data validation by following the standard structure to ensure discoverability and reusability.

Quick Start

Initialize a new skill directory named skill-name with a SKILL.md frontmatter and an instructional body.

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 structured blueprint for a new Claude skill?

A SKILL.md file requires a frontmatter section containing the skill name and description, followed by a clear instructional body. Satisfying these requirements ensures proper activation, documentation, and packaging for distribution.

What is the standard workflow for packaging and documenting Claude skills?

The standard workflow for packaging Claude skills involves initializing a directory, defining metadata in SKILL.md, writing instructional content, and adding optional resources. This step-by-step process ensures quality, compliance, and consistent structure.

Do I need any specific dependencies to build and validate Claude skills?

No specific dependencies are required to build and validate Claude skills. You can create the structured layout and SKILL.md frontmatter directly in your project environment to ensure quality and compliance.

How does defining frontmatter improve the discoverability of a Claude skill?

Defining frontmatter improves Claude skill discoverability by enforcing required fields like name and description. This standardized metadata approach ensures consistent structure, making skills easier to locate and reuse across different projects.

Can I include optional resources when designing a Claude skill?

Yes, you can include optional resources when designing a Claude skill. The structured layout defines SKILL.md, metadata, and optional resources to organize skills, ensuring they meet validation and packaging guidelines.