skill-creator

Design reusable Claude Skills with structured YAML frontmatter and Markdown bodies.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/enoch-robinson/agent-skill-collection --skill skill-creator-enoch-robinson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/enoch-robinson/agent-skill-collection/tree/main/skills/meta/skill-creator
Command: npx skills add https://github.com/enoch-robinson/agent-skill-collection --skill skill-creator-enoch-robinson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, self-contained blueprint to help teams design, document, and govern high-quality Claude Skills, reducing onboarding time and inconsistencies.

Core Features & Use Cases

  • Structured frontmatter: Enforces a YAML frontmatter with a unique name and a clear description.
  • End-to-end skill structure: Defines the required SKILL.md body and optional resources (scripts/, references/, assets/) to support deployment.
  • Governance and reuse: Enables consistent Skill creation, review, and reuse across projects.

Quick Start

Create a new Skill directory named my-skill, add SKILL.md with the required frontmatter, and include any optional resources you will need (scripts/, references/, assets/).

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 reusable Claude Skill with proper structure and documentation?▼

To create a reusable Claude Skill, set up a dedicated directory, add a SKILL.md file with enforced YAML frontmatter containing a unique name and clear description, and include optional scripts, references, or assets directories to support deployment.

What is the required frontmatter format for a SKILL.md file?▼

The required frontmatter format for a SKILL.md file is YAML, which must include a unique name property and a clear description property to ensure proper skill governance and discoverability.

When do I need to add optional resource directories like scripts or references to my Skill?▼

You add optional resource directories like scripts, references, or assets to your Skill when your deployment requires supporting files beyond the Markdown body, enabling more complex and self-contained skill execution.

What's the best way to standardize Skill creation across multiple projects?▼

The best way to standardize Skill creation across projects is to follow a structured blueprint that enforces consistent YAML frontmatter, a required SKILL.md body, and optional resource directories, reducing onboarding time and inconsistencies.

Can I use this Skill creation guide for team governance and review workflows?▼

Yes, this Skill creation guide supports team governance and review workflows by providing a self-contained blueprint that enforces structural consistency, enabling reliable Skill review and reuse across different projects.