create-skill

Author HX skills with router patterns and progressive disclosure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HyperDev1/hx-ai --skill create-skill-hyperdev1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/HyperDev1/hx-ai/tree/main/src/resources/skills/create-skill
Command: npx skills add https://github.com/HyperDev1/hx-ai --skill create-skill-hyperdev1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework to author, validate, and upgrade HX skills, ensuring consistent metadata, XML structure, and maintainable organization.

Core Features & Use Cases

  • Router-pattern guidance: splits knowledge, workflows, references, and scripts for scalable skills.
  • Progressive disclosure: keeps SKILL.md concise while loading detailed content from references as needed.
  • Template and reference reuse: encourages templates, references, and scripts to standardize outputs and operations.
  • Lifecycle guidance: from creating new skills to auditing, upgrading, and expanding with new workflows.

Quick Start

Outline the initial SKILL.md for a new skill and choose between simple and router-pattern structures.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I structure HX skills using router patterns for complex workflows?

Use router patterns to split knowledge, workflows, references, and scripts into modular components for scalable HX skill authoring. This approach keeps SKILL.md concise while loading detailed content from references as needed.

When should I use a router-based structure instead of a simple skill format?

Choose router-based structures when your HX skill requires progressive disclosure, reference organization, and multiple complex workflows. Use simple structures for straightforward skills without extensive scripts or template reuse requirements.

How do I validate metadata and ensure XML-only body structure in HX skills?

Validate metadata and ensure XML-only body structure by auditing HX skills against framework requirements. This process checks metadata validity, confirms XML-only body formatting, and verifies coherent workflow integration during skill creation and upgrades.

What is progressive disclosure in skill authoring and how does it manage content?

Progressive disclosure is an authoring technique that keeps SKILL.md concise while loading detailed content from reference files as needed. It manages content by separating core guidance from expanded workflows, templates, and scripts in modular reference files.

Can I reuse templates and references to standardize outputs across multiple HX skills?

Yes, you can reuse templates, references, and scripts to standardize outputs and operations across multiple HX skills. The framework encourages template and reference reuse to maintain consistent metadata and maintainable organization throughout the skill lifecycle.

What are the limitations of using a simple skill structure for expanding workflows?

Simple skill structures lack the modular splitting of knowledge, workflows, and scripts found in router patterns, making them inadequate for expanding workflows. Without progressive disclosure and reference organization, scaling complex skills becomes difficult to maintain.