skill-creator

Create standardized skill units with YAML frontmatter and SKILL.md structure.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/YurainSoon/research-director --skill skill-creator-yurainsoon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/YurainSoon/research-director/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/YurainSoon/research-director --skill skill-creator-yurainsoon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A clear, standardized guide for creating Skill Units in this project, helping teams quickly define, structure, and document new skills so they are discoverable, safe, and reusable.

Core Features & Use Cases

  • Standardized frontmatter: Ensures every skill includes a name and description for discovery, plus optional metadata such as keywords and category.
  • Structured body guidance: Defines how to place practical instructions, templates, and references in SKILL.md so Claude can load and execute them reliably.
  • Governance & reuse: Describes how to organize optional resources (scripts, references, assets) for on-demand use, keeping skills modular and maintainable.
  • Use Case: A developer writing a new skill for a data-analysis project can follow these guidelines to ensure consistency and safety across the skill library.

Quick Start

Create a new skill folder with SKILL.md including a YAML frontmatter and a descriptive body that follows this guide.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a Claude skill with YAML frontmatter and SKILL.md?▼

To structure a Claude skill, create a folder with a SKILL.md file containing YAML frontmatter for metadata and a descriptive body for practical instructions. This ensures skills are discoverable and executable.

What is the required YAML frontmatter schema for writing Claude skills?▼

The required YAML frontmatter schema mandates a name and description field for discovery, while optional metadata includes keywords and category. This standardization keeps the skill library consistent and safe.

How do I organize optional resources like scripts and references when creating a skill?▼

Organize optional resources like scripts and references by placing them in the skill folder for on-demand use. This modular approach keeps skills maintainable while allowing Claude to load assets reliably.

Can I extend existing Claude skills for a data-analysis workflow?▼

Yes, you can extend existing Claude skills for data-analysis workflows by following standardized naming, frontmatter, and documentation conventions. This maintains consistency and safety across the skill library.

Why do I need standardized frontmatter conventions for Claude skill development?▼

Standardized frontmatter conventions are needed to ensure every Claude skill is discoverable, safe, and reusable across teams. Enforcing a consistent YAML schema prevents fragmentation in the skill library.

How do I write practical instructions and templates in SKILL.md?▼

Write practical instructions and templates in the SKILL.md body following the governance guidelines so Claude can load and execute them reliably. This structured placement keeps skills modular and maintainable.