skill-creator

Generate and validate Claude skill metadata and SKILL.md structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Wondermove-Inc/wlab-claude-code-marketplace --skill skill-creator-wondermove-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Wondermove-Inc/wlab-claude-code-marketplace/tree/main/plugins/plugin-creator/skills/skill-creator
Command: npx skills add https://github.com/Wondermove-Inc/wlab-claude-code-marketplace --skill skill-creator-wondermove-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guides teams through creating effective Claude Skills, covering frontmatter design, resource bundling, and packaging to reduce repetitive setup and ensure consistency.

Core Features & Use Cases

  • Structured skill design patterns: Workflow-Based, Task-Based, Reference/Guidelines, and Capabilities-Based
  • Bundled resources management: scripts, references, and assets
  • Packaging and validation: ensure .skill packaging and validation steps
  • Progressive disclosure guidance to keep SKILL.md lean

Quick Start

Run the Skill initializer to scaffold a new skill:

  • scripts/init_skill.py <skill-name> --path <path> Then edit SKILL.md and finally package the skill with:
  • scripts/package_skill.py <path-to-skill-folder>

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize Claude skill creation across my team?

Standardize skill creation by using structured design patterns—Workflow-Based, Task-Based, Reference/Guidelines, or Capabilities-Based—with consistent frontmatter naming and properties. This Skill generates and validates metadata and SKILL.md structure to enforce naming conventions, description length constraints, and resource organization, reducing repetitive setup and ensuring reliable packaging.

What's the process for bundling scripts and references into a Claude skill?

Bundle resources by organizing scripts, references, and assets within your skill folder, then run the packaging script to validate structure and constraints. This Skill provides guidance on resource organization, progressive disclosure in SKILL.md, and packaging validation workflows to enable consistent, deployable skill packages.

Can I automate skill scaffolding and validation?

Yes. Run scripts/init_skill.py to scaffold a new skill with proper structure, edit SKILL.md with your content, then run scripts/package_skill.py to validate frontmatter fields, metadata compliance, and resource bundling. Automation eliminates manual setup errors and ensures every skill meets packaging requirements.

What frontmatter fields are required for a valid Claude skill?

Required frontmatter fields are standardized by this Skill's validation workflow, covering metadata naming, allowed properties, and description length constraints. The initializer and packaging scripts enforce these rules to guarantee consistent, valid skill metadata across your organization.

How do I keep SKILL.md documentation lean without losing clarity?

Use progressive disclosure guidance to surface only essential information in SKILL.md while bundling detailed scripts and references separately. This Skill provides structural patterns that balance completeness with readability, enabling documentation that scales with skill complexity without overwhelming users.

Does this skill work for designing domain-specific Claude capabilities?

Yes. This Skill applies across domains with four structured design patterns—Workflow-Based, Task-Based, Reference/Guidelines, and Capabilities-Based—each suited to different problem types. The validation and packaging framework ensures domain-specific skills maintain consistency and meet deployment requirements.