skill-creator

Validate SKILL.md frontmatter and organize optional resource directories.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/pertain99/openclaw-better --skill skill-creator-pertain99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pertain99/openclaw-better/tree/main/skills/skill-creator
Command: npx skills add https://github.com/pertain99/openclaw-better --skill skill-creator-pertain99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates, audits, and tidies Skill units by validating SKILL.md frontmatter, ensuring required fields, and guiding resource structuring.

Core Features & Use Cases

  • Validates the presence and correctness of the name and description in SKILL.md frontmatter.
  • Guides the inclusion and organization of optional resource directories (scripts/, references/, assets/).
  • Provides a reusable template and workflow for creating, auditing, and tidying skills to maintain consistency with the AgentSkills spec.

Quick Start

Run the Skill Initializer script to create a new skill from the template.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I validate SKILL.md frontmatter fields and ensure required keys are present?

To validate SKILL.md frontmatter, run the skill-creator to check required fields, enforce naming conventions, and ensure frontmatter keys meet length limits and structure rules for compliance.

What's the best way to create a new AgentSkill from a standard template?

The best way to create a new AgentSkill is to run the Skill Initializer script, which generates a standardized unit from a reusable template, ensuring correct frontmatter and resource structuring.

How do I organize optional resource directories like scripts and references for an AgentSkill?

Organize optional resource directories by following the guided workflow to structure scripts/, references/, and assets/ folders correctly, maintaining consistency with the AgentSkills specification.

What is SKILL.md frontmatter validation and when do I need it for skill auditing?

SKILL.md frontmatter validation is the process of auditing required fields and naming conventions. You need it when tidying existing skills or creating new ones to ensure structural compliance.

Can I audit existing skills to check for missing frontmatter fields and naming convention errors?

Yes, you can audit existing skills to check for missing frontmatter fields and naming convention errors. The skill-creator validates presence and correctness of the name and description fields.

Does skill frontmatter validation enforce specific length limits and structure rules for YAML?

Yes, skill frontmatter validation enforces specific length limits and structure rules for YAML, ensuring required fields are present and correct within the SKILL.md file before packaging.