creating-skills

Codify frontmatter, structure, and resource bundling for Claude Code skills.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Mission42-ai/m42-claude-plugins --skill creating-skills-mission42-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/Mission42-ai/m42-claude-plugins/tree/main/plugins/m42-meta-toolkit/skills/creating-skills
Command: npx skills add https://github.com/Mission42-ai/m42-claude-plugins --skill creating-skills-mission42-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

This Skill provides a structured blueprint for creating and validating Claude Code skills, ensuring consistent frontmatter, references, and resource packaging across projects.

Core Features & Use Cases

  • Frontmatter standards and validation
  • Organized references, scripts, and assets
  • Step-by-step skill creation and quality-review workflows
  • Automated pre-flight validation and packaging guidance

Quick Start

To begin, initialize a new skill using the provided templates, then tailor SKILL.md for your domain. Populate references/, scripts/, and assets/ as needed and run the validation and packaging steps before distribution.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I structure frontmatter and references when creating Claude Code skills?

Claude Code skills require specific frontmatter fields, organized resource directories for references and scripts, and bundled assets to pass automated pre-flight validation checks before distribution.

What is the standard workflow for skill creation and quality review?

Skill creation workflows involve initializing templates, tailoring SKILL.md, populating references and scripts directories, and executing automated pre-flight validation and packaging steps to ensure quality.

Can I use pyyaml to validate skill packaging and frontmatter?

Yes, the skill creation process relies on pyyaml to parse and validate frontmatter fields, ensuring your Claude Code skill metadata meets required structural standards during automated pre-flight checks.

What are the limitations of automated pre-flight validation for skill design?

Pre-flight validation is limited to checking frontmatter fields, references, scripts, and packaging structures, ensuring structural compliance without verifying the semantic logic of the skill's internal design.

Does updating existing skills require the same packaging and validation steps as new ones?

Updating existing skills applies the same frontmatter standards, reference organization, and automated pre-flight validation workflows as creating new ones to maintain consistent quality across project distributions.