skill-creator

Validate SKILL.md frontmatter and directory structure for new AI agent skills.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeshone/zesh-one-skills --skill skill-creator-zeshone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zeshone/zesh-one-skills/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/zeshone/zesh-one-skills --skill skill-creator-zeshone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new AI agent skills often involves repetitive, inconsistent setup. This guide helps teams standardize the process by ensuring each skill has a consistent SKILL.md frontmatter and directory structure.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter validation to ensure name, description, and licensing are present.
  • Scaffold templates and examples in assets/ to speed up skill creation.
  • Clear guidance and templates for registering skills in AGENTS.md and for discoverability by agents.

Quick Start

Create a new directory under skills with the desired skill name, populate SKILL.md using the provided template, and reference assets/references as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI agent skill with a consistent directory structure?

To create an AI agent skill, scaffold a new directory under skills, populate the SKILL.md file using the provided template, and reference optional assets or references as needed for documentation and activation.

What is SKILL.md frontmatter validation for AI agent workflows?

SKILL.md frontmatter validation is a standardization process that ensures every new AI agent skill includes a valid name, description, and licensing before it can be activated by an agent workflow.

How do I register new skills so AI agents can discover them?

You register new skills by adding them to the AGENTS.md file using the provided guidance and templates, which enables discoverability and optional resource loading during the agent activation process.

Can I use scaffolding templates to speed up AI skill creation?

Yes, you can use scaffold templates and examples provided in the assets directory to quickly structure new AI agent skills, ensuring consistent documentation and reducing repetitive setup errors.

What are the required fields for AI agent skill frontmatter?

The required fields for AI agent skill frontmatter are a valid name and a description, along with licensing information, which are enforced by the validation process during skill creation.

Does this skill creation workflow apply to both frontend and backend agents?

Yes, this standardization workflow applies across both backend and frontend agent workflows, ensuring reusable and well-documented skills with a consistent directory layout and optional resources.