skill-name

Parse SKILL.md frontmatter and body to extract Skill Unit metadata into YAML.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/JoNaYeon/claude-code-skills --skill skill-name-jonayeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/JoNaYeon/claude-code-skills/tree/main/_template/skill-name
Command: npx skills add https://github.com/JoNaYeon/claude-code-skills --skill skill-name-jonayeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill template provides a consistent blueprint for creating Claude skills by requiring a YAML frontmatter with a name and description, plus an operational Markdown body that is loaded into context upon activation.

Core Features & Use Cases

  • Standardizes Skill Unit creation with a reusable SKILL.md frontmatter and body.
  • Ensures discoverability and predictable activation by including mandatory fields.
  • Facilitates rapid prototyping of new skills from a single template.

Quick Start

Copy the template directory, replace the placeholders in SKILL.md with your actual skill details, and fill the operational guidance for activation.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create a YAML frontmatter template for Claude AI skills?

To create a YAML frontmatter template for Claude AI skills, you need a SKILL.md file containing mandatory metadata fields like name, tagline, description, and keywords, alongside an operational Markdown body that loads into context upon activation.

What is a Skill Unit and how does its metadata parsing work?

A Skill Unit is a standardized repository component identified by parsing the SKILL.md frontmatter and body. Metadata parsing extracts the name, description, complexity, dependencies, and components, ensuring predictable activation and discoverability.

How do I extract metadata from a SKILL.md file into a YAML block?

You can extract metadata from a SKILL.md file into a YAML block by parsing the frontmatter delineated fields including name, tagline, category, and keywords, providing the results strictly in a single YAML block without conversational text.

Do I need any dependencies to use a skill template for rapid prototyping?

No dependencies are required to use this skill template for rapid prototyping. You can copy the template directory, replace the placeholders in SKILL.md with your actual skill details, and fill the operational guidance for activation.

What is the best way to standardize workflow template creation for AI activation context?

The best way to standardize workflow template creation is to use a reusable SKILL.md blueprint that requires a YAML frontmatter with a name and description, ensuring consistent discoverability and predictable activation across new AI skills.