skill-creator

Create and maintain Claude skills with standardized SKILL.md templates.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Derek-X-Wang/skills --skill skill-creator-derek-x-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Derek-X-Wang/skills/tree/main/skill-creator
Command: npx skills add https://github.com/Derek-X-Wang/skills --skill skill-creator-derek-x-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users design and package modular "skills" to extend Claude's capabilities with structured SKILL.md templates, scripts, references, and assets.

Core Features & Use Cases

  • Capability: Templates for standardized SKILL.md frontmatter and structure.
  • Capability: Guidance on resource organization (scripts/, references/, assets/).
  • Capability: Step-by-step initialization, packaging, and iteration workflows.
  • Principle: Progressive disclosure patterns to keep SKILL.md lean.
  • Example: Reusable components for rapid skill creation and updates.

Quick Start

Initialize a new skill skeleton using the included templates and customize SKILL.md to define the skill's name and description.

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 SKILL.md template to extend Claude capabilities?

To create a SKILL.md template, use standardized frontmatter and structure to define the skill's name, description, and resources. This approach ensures frontmatter validation and keeps the file lean through progressive disclosure patterns.

What is the best way to package Claude skills for scalable team workflows?

The best way to package Claude skills is following a step-by-step initialization and iteration workflow. This process validates frontmatter, organizes resources into scripts, references, and assets directories, and outputs reusable components for rapid updates.

How do I organize scripts, references, and assets when building a Claude skill?

Organize scripts, references, and assets by placing them into their respective dedicated directories within the skill package. This resource organization workflow ensures modular skill design and supports progressive disclosure to keep the SKILL.md file lean.

Does the skill-creator workflow require yaml dependencies?

Yes, the skill-creator workflow requires yaml dependencies to handle frontmatter validation and configuration. This dependency ensures the standardized SKILL.md templates are correctly parsed and structured during the skill creation and packaging process.

Can I use progressive disclosure patterns to keep SKILL.md files lean?

Yes, you can apply progressive disclosure patterns to keep SKILL.md files lean. This principle involves structuring standardized templates so initial descriptions remain concise while detailed logic resides in external scripts and references.

Why does my Claude skill packaging workflow fail frontmatter validation?

Claude skill packaging workflows fail frontmatter validation when the SKILL.md template structure is incorrect. Using the standardized templates and yaml dependency ensures proper parsing and validates the frontmatter during initialization.