skill-creator

Validates SKILL.md frontmatter and generates standardized skill units.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/carlos-ASG/tu-voz-en-ruta --skill skill-creator-carlos-asg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/carlos-ASG/tu-voz-en-ruta/tree/main/skills/skill-creator
Command: npx skills add https://github.com/carlos-ASG/tu-voz-en-ruta --skill skill-creator-carlos-asg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Unit framework enables teams to create, validate, and document self-contained AI agent skills with a consistent structure and frontmatter.

Core Features & Use Cases

  • Provides a reusable SKILL.md frontmatter template and guidance for optional assets, references, and scripts.
  • Enforces required fields (name, description, license, metadata) and ensures a clear, actionable description.
  • Supports discovery and registration by aligning with AGENTS.md and standardized naming conventions.

Quick Start

Create a new skill directory skills/{skill-name} with a SKILL.md frontmatter and, optionally, assets/, references/, or scripts/ to extend functionality.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate standardized AI agent skills with consistent frontmatter?

You generate standardized AI agent skills by validating the SKILL.md frontmatter structure, enforcing required fields like name, description, and license to ensure consistent skill templates across projects.

What frontmatter fields are required for skill creation workflows?

Required frontmatter fields for skill creation are name, description, license, and metadata. Optional components like assets, references, and scripts can be added to extend the skill's functionality.

How do I automate documentation and metadata validation for agent skills?

Automate documentation and metadata validation by applying this framework to compute metadata such as complexity, category, keywords, and dependencies while exposing optional components within the SKILL.md template.

Can I use local references and assets when building agent skills?

Yes, you can use local references and assets by creating a skill directory with a SKILL.md file and optionally adding assets, references, or scripts folders to extend functionality and support local asset paths.

Does this skill creation framework support discovery and registration?

Yes, the skill creation framework supports discovery and registration by aligning generated skills with AGENTS.md and enforcing standardized naming conventions for consistent project integration.