skill-creator

Generate SKILL.md files with validated frontmatter and directory structure.

4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/d-o-hub/chaotic_semantic_memory --skill skill-creator-d-o-hub
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/d-o-hub/chaotic_semantic_memory/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/d-o-hub/chaotic_semantic_memory --skill skill-creator-d-o-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator enables teams to consistently structure new skills for the .agents/skills directory by enforcing a standard frontmatter, evaluation criteria, and load-testable layout.

Core Features & Use Cases

  • Template-driven SKILL.md generation with mandatory frontmatter validation
  • Step-by-step workflow for domain-specific skill creation and reuse
  • Built-in guidance for adding evaluation criteria and testing hooks

Quick Start

Create a new skill root under .agents/skills/<skill-name> and run the Skill Creator to generate the skeleton and templates.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize domain skills with consistent SKILL.md frontmatter and directory layout?▼

To standardize domain skills, use a template-driven workflow that automates SKILL.md generation, validates mandatory YAML frontmatter, and enforces a load-testable directory layout to ensure skills load correctly and consistently.

What is the process for automating skill creation in the .agents/skills directory?▼

Automating skill creation involves generating a standardized skeleton under the .agents/skills directory, applying frontmatter validation rules, and embedding step-by-step guidance for domain-specific reuse and proper structural loading.

Does the skill-creator workflow require any external dependencies to validate SKILL.md templates?▼

No external dependencies are required. The skill-creator workflow validates SKILL.md templates and frontmatter natively, ensuring proper directory layout and load-testable structure without relying on external packages.

Can I add custom evaluation criteria and testing hooks when generating a new skill?▼

Yes, you can add custom evaluation criteria and testing hooks. The skill creation workflow includes built-in guidance for embedding these validation mechanisms directly into the generated SKILL.md structure.

What's the best way to ensure my YAML frontmatter passes validation when creating new skills?▼

The best way to ensure YAML frontmatter passes validation is using a template-driven generation process that enforces mandatory frontmatter fields, checks directory layout requirements, and applies structural rules automatically.

Why are my newly created domain skills not loading correctly in the .agents/skills directory?▼

Domain skills fail to load correctly when the SKILL.md structure lacks mandatory frontmatter or proper directory layout. Enforcing standardized templates and validation criteria ensures skills meet the required load-testable format.