skill-creator

Create and validate SKILL.md files with required frontmatter and structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps individuals and teams create consistent, self-contained SKILL.md packages by defining required frontmatter and a clear, reusable body structure.

Core Features & Use Cases

  • Standardized frontmatter validation (name + description) for discoverability and consistency.
  • Clear separation between metadata and executable guidance, enabling predictable AI activation.
  • Optional bundled resources directories (scripts, references, assets) to support advanced usage and extensibility.

Quick Start

Create a new skill by adding a SKILL.md with proper frontmatter and a concise body, and place optional resources 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 well-structured SKILL.md for my workflow?

To create a structured SKILL.md, define the required frontmatter containing the skill name and description, then write a concise body separating metadata from executable guidance to ensure predictable AI activation and team consistency.

What is the required frontmatter format for skill creation?

The required frontmatter format for skill creation specifies a standardized name and description to ensure discoverability and consistency, separating this metadata from the executable guidance in the SKILL.md body.

Can I bundle scripts and references when building documentation guidelines?

Yes, you can bundle optional resource directories containing scripts, references, and assets alongside your SKILL.md to support advanced usage and validate component presence against the declared frontmatter.

How do I validate component presence against skill frontmatter?

You validate component presence by checking that bundled resource directories like scripts, references, and assets align with the requirements specified in the SKILL.md frontmatter, ensuring the package remains self-contained and consistent.

What's the best way to document new skills for a team?

The best way to document new skills for a team is applying a standardized SKILL.md template that enforces frontmatter validation and a clear reusable body structure, ensuring all team members follow consistent documentation guidelines.