agent-skills-creator

Define and validate Agent Skills open format with SKILL.md structure.

75|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/mblode/agent-skills --skill agent-skills-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skills-creator
Source: https://github.com/mblode/agent-skills/tree/main/skills/agent-skills-creator
Command: npx skills add https://github.com/mblode/agent-skills --skill agent-skills-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Facilitates consistent creation of agent skills by enforcing the open format's frontmatter, directory structure, progressive disclosure, and documentation standards. It helps teams reliably craft SKILL.md, link relevant references, and prepare rules-based checks.

Core Features & Use Cases

  • Defines a repeatable skill layout (SKILL.md, references, optional rules/assets) to ensure predictable discovery and loading.
  • Guides the end-to-end creation workflow from naming and frontmatter constraints to reference file wiring and validation.
  • Supports multiple patterns (Simple/hub, Workflow, Rules-based, Mixed) with guidance for selecting the right pattern for a given need.

Quick Start

Create the skill by adding SKILL.md frontmatter and linking the reference files according to the open format specification.

Frequently Asked Questions about agent-skills-creator

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

FAQPage Schema
How do I structure agent skills documentation for consistent validation?

Agent skills documentation requires a defined directory layout with SKILL.md frontmatter and linked references to ensure consistent validation and loading. This open format enforces naming, sizing, and progressive disclosure standards for reliable repository integration.

What is the agent skills open format and when do I need it?

The agent skills open format is a specification for creating self-contained skill units using frontmatter, references, and optional assets. You need it when building skill patterns like simple, workflow, or rules-based to ensure predictable discovery and loading behavior.

How do I create SKILL.md frontmatter and wire reference files?

Create SKILL.md frontmatter by defining required metadata fields, then wire reference files by linking them according to the open format specification. This end-to-end workflow ensures the skill unit passes quality guidelines and repository integration checks.

Which skill design pattern should I use for my workflow?

Choose from simple, hub, workflow, rules-based, or mixed skill design patterns based on your specific needs. The open format provides guidance for selecting the right pattern by evaluating frontmatter constraints, reference file wiring, and required validation checks.

Does the agent skills open format work with rules-based checks?

Yes, the agent skills open format supports rules-based checks by allowing optional rules and assets within the skill directory structure. This ensures compatibility with validation processes while maintaining progressive disclosure and documentation standards.

What are the limitations when defining frontmatter for skill design?

Frontmatter for skill design is constrained by naming, sizing, and loading behavior specifications within the open format. Limitations include adhering to progressive disclosure standards and ensuring all reference files meet repository integration checks before validation passes.