your-skill-name

Extract and consolidate Skill Unit metadata from SKILL.md frontmatter.

31|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill your-skill-name-kissrosecicd-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/.template
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill your-skill-name-kissrosecicd-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Unit template provides a standardized blueprint for creating and validating Skill Units by defining required frontmatter, structural sections, and optional resources.

Core Features & Use Cases

  • Defines mandatory frontmatter fields (name, description) and a robust layout for the rest of the skill.
  • Specifies optional resource directories (scripts/, references/, assets/) that can be included to extend functionality.
  • Provides a repeatable pattern to validate new skills and generate consistent metadata for discovery.

Quick Start

Edit SKILL.md in your skill directory to define the required frontmatter fields and to fill in the rest of the sections for your new skill.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I generate consistent metadata for AI skill discovery?

To generate consistent metadata for AI skill discovery, edit your repository's SKILL.md file to define mandatory YAML frontmatter fields like name and description. This template validates new skills and extracts metadata to power discovery and loading.

What YAML frontmatter fields are required to validate a skill?

The required YAML frontmatter fields to validate a skill are name and description. Optional fields like dependencies and components can also be pulled from the frontmatter and surrounding files to ensure strict formatting and safe content.

When do I need YAML frontmatter validation for skill generation?

You need YAML frontmatter validation for skill generation when turning ideas into ready-to-use AI skills. It ensures strict formatting rules for JSON strings and safe, non-executable content, applying toxicity checks to prevent security risks during discovery.

How do I structure a SKILL.md file to define a new skill?

To structure a SKILL.md file to define a new skill, fill in the mandatory frontmatter fields and the required structural sections. You can also specify optional resource directories like scripts/, references/, and assets/ to extend functionality.

Are toxicity checks necessary when extracting skill metadata from frontmatter?

Toxicity checks are necessary when extracting skill metadata from frontmatter to prevent security risks. The validation process enforces safe, non-executable content alongside strict formatting rules for YAML frontmatter and JSON strings.