{skill-name}

Extract and validate SKILL.md frontmatter into structured YAML metadata.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Leep-GH/Lee-s-squad --skill skill-name-leep-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {skill-name}
Source: https://github.com/Leep-GH/Lee-s-squad/tree/main/.squad/templates
Command: npx skills add https://github.com/Leep-GH/Lee-s-squad --skill skill-name-leep-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skeleton Skill unit to standardize how skills are defined and discovered in the repository, ensuring consistent metadata extraction.

Core Features & Use Cases

  • Defines a uniform SKILL.md frontmatter with at least name and description to enable discovery.
  • Detects optional components (scripts/, references/, assets/) and records their presence for on-demand usage.
  • Validates safety and readiness by recording a toxicity flag for risk assessment.

Quick Start

Place a SKILL.md at the root of the skill directory with proper YAML frontmatter.

Frequently Asked Questions about {skill-name}

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

FAQPage Schema
How do I extract and validate YAML frontmatter metadata for skill discovery?

To extract and validate YAML frontmatter metadata for skill discovery, place a SKILL.md file at the root of your skill directory. This process validates mandatory name and description fields while detecting optional components like scripts, references, and assets.

What is the standard structure for defining skill metadata in a repository?

Standard skill metadata structure requires a SKILL.md file with YAML frontmatter containing at least name and description fields. The structure also detects optional directories including scripts, references, and assets, assembling this information for discovery.

How do I apply repository structure rules to detect optional skill components?

Repository structure rules detect optional skill components by checking for the presence of scripts, references, and assets directories. This detection records available components for on-demand usage and includes them in the returned structured YAML metadata block.

Can I enforce safety checks and toxicity validation when defining skill metadata?

Yes, you can enforce safety checks and toxicity validation when defining skill metadata. The validation process records a toxicity flag for risk assessment, ensuring safety and readiness before the skill is discovered and used in the repository.

What do I need to include in SKILL.md frontmatter to enable skill discovery?

To enable skill discovery, you need to include mandatory name and description fields in the SKILL.md YAML frontmatter. This minimum requirement allows the metadata extraction process to surface your skill and assemble its dependencies and components.

Why does my skill metadata validation return a structured YAML block with dependencies?

Skill metadata validation returns a structured YAML block with dependencies to standardize how skills are defined and discovered. This uniform output ensures consistent metadata extraction, component detection, and toxicity status reporting across the repository.