skill-creator

Create and document Solo Unicorn Builder skills with YAML front matter and structured resources.

12|41|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/pingwu/solo-unicorn --skill skill-creator-pingwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pingwu/solo-unicorn/tree/main/skills/skill-creator
Command: npx skills add https://github.com/pingwu/solo-unicorn --skill skill-creator-pingwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill guides builders to create, document, and standardize Solo Unicorn Builder skills, including proper front matter, anatomy, progressive disclosure, and resource structure.

Core Features & Use Cases

  • Defines the SKILL.md front matter with a name and description to enable consistent discovery.
  • Describes the anatomy of a Skill (directory structure, body, and optional resources) and how to bundle scripts, references, and assets.
  • Provides a repeatable process for creating, updating, or teaching others how the skill system works in Solo Unicorn Builder.

Quick Start

Create a new skill by writing SKILL.md with front matter, outline core sections, and add optional resources in scripts/, references/, and assets/ 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 reusable AI skills with proper YAML front matter?

To create reusable AI skills, write a SKILL.md file with YAML front matter defining the skill's name and description. Outline the core sections in the body, and add optional scripts, references, and assets directories to enable progressive disclosure.

What is progressive disclosure in skill design?

Progressive disclosure in skill design is a strategy that organizes resources into optional scripts, references, and assets directories. This structure allows the AI to access core instructions in the SKILL.md body first and retrieve deeper context only when needed.

What is the best way to structure a directory for AI skill development?

The best way to structure an AI skill directory is to place a SKILL.md file with YAML front matter at the root. Then, bundle supplementary resources by creating separate scripts, references, and assets folders to maintain a clean, standardized anatomy.

Do I need YAML front matter to document a new skill?

Yes, you need YAML front matter to document a new skill because it must include the name and description fields. This standardized metadata ensures consistent discovery and proper functioning within the skill system.

When should I use the assets folder instead of the references folder?

You should use the references folder for supplementary documentation and context, while the assets folder handles other supporting files needed by the skill. Both support progressive disclosure, keeping the main SKILL.md body concise.