create-skill

Create and audit GSD skills with router-pattern organization and standardized metadata.

12|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/qdzsh/gsd-revamp --skill create-skill-qdzsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/qdzsh/gsd-revamp/tree/main/src/resources/skills/create-skill
Command: npx skills add https://github.com/qdzsh/gsd-revamp --skill create-skill-qdzsh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Create Skill guidance helps teams define, structure, and standardize the process of authoring and auditing GSD skills, ensuring consistency across SKILL.md, references, and workflows.

Core Features & Use Cases

  • Router-pattern scaffolding for scalable skills with multiple workflows
  • Progressive disclosure and a reference library to keep SKILL.md concise
  • Guidelines for YAML frontmatter, XML tagging, naming conventions, and validation
  • Templates and scripts for repeatable skill creation and auditing

Quick Start

Set up a new skill by defining SKILL.md, creating workflows, and linking references to enable router-based usage.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I structure a skill to support multiple workflows?

To structure a skill for multiple workflows, use a router-pattern organization that routes tasks to specific workflows while keeping the main SKILL.md concise through progressive disclosure. This pattern ensures scalable skill ecosystems.

What is progressive disclosure in skill authoring?

Progressive disclosure in skill authoring is the practice of keeping SKILL.md concise by moving detailed logic into a reference library and separate workflows. It prevents context bloat and maintains consistent skill behavior across projects.

How do I validate YAML frontmatter and XML structure for skills?

You validate YAML frontmatter and XML structure by auditing standardized metadata against established guidelines. This skill provides templates and scripts to validate naming conventions, frontmatter, and XML tagging for consistent skill creation.

Can I use templates to make skill creation a repeatable pattern?

Yes, you can use templates to make skill creation a repeatable pattern. This skill provides scaffolding for router-pattern organization and scripts for auditing, ensuring consistent GSD skill behavior and scalable skill ecosystems.

Why does my SKILL.md become too complex when adding new workflows?

Your SKILL.md becomes too complex when detailed logic is not separated into a reference library. Implementing progressive disclosure and router-pattern organization keeps the main file concise and routes specific tasks to dedicated workflows.