create-skill

Create, audit, and improve GSD skills with correct metadata and XML structure.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/vh2224/forge-executor --skill create-skill-vh2224
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/vh2224/forge-executor/tree/main/src/resources/skills/create-skill
Command: npx skills add https://github.com/vh2224/forge-executor --skill create-skill-vh2224

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create, improve, audit, and structure GSD skills correctly so they are discoverable, maintainable, and effective in real use.

Core Features & Use Cases

  • Skill creation guidance: Build new skills with the right metadata, structure, and routing.
  • Skill maintenance: Add workflows, references, templates, or scripts to existing skills.
  • Skill auditing: Check skills for XML structure, routing quality, and best-practice compliance.
  • Use Case: You have a rough skill idea or an existing SKILL.md file and need help turning it into a clean, usable skill.
  • Use Case: You want to upgrade a simple skill into a router-based skill with reusable references and workflows.

Quick Start

Ask for help creating, auditing, or improving a GSD skill.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a GSD skill with the correct XML structure and routing?

To create a GSD skill, author a SKILL.md file with correct metadata, XML structure, and routing logic. This ensures your new skill is discoverable, modular, and reliably executable within the workflow.

What is the best way to audit an existing skill for metadata and routing compliance?

Auditing a skill involves checking its XML structure, routing quality, and metadata for best-practice compliance. This process identifies structural issues and verifies the skill adheres to GSD conventions for reliable execution.

How do I upgrade a simple skill into a router-based skill with reusable references?

Upgrading a simple skill requires adding modular workflows, references, templates, or scripts. This transforms the skill into a router-based architecture, enabling progressive disclosure and better maintainability.

Can I add templates and scripts to my skill maintenance workflow?

Yes, skill maintenance supports adding templates, scripts, and references to existing skills. This modular organization enhances the skill's capabilities while preserving correct metadata and routing structure.

When do I need to use progressive disclosure in skill creation?

Progressive disclosure is needed during skill creation to manage complexity and ensure reliable execution. It structures the skill so users discover features incrementally, adhering to GSD skill conventions.