skill-creator

Create modular Claude skills with standardized SKILL.md frontmatter and bundled resources.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/leonardoFu/speckit-wiggum-toolkit --skill skill-creator-leonardofu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/leonardoFu/speckit-wiggum-toolkit/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/leonardoFu/speckit-wiggum-toolkit --skill skill-creator-leonardofu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design and package modular Claude skills by enforcing a consistent SKILL.md frontmatter and resource structure.

Core Features & Use Cases

  • Provides a standardized Skill skeleton (SKILL.md) with required metadata.
  • Includes example bundled resources (scripts/, references/, assets/) to bootstrap implementation.
  • Guides the Skill creation workflow from initialization through packaging and iteration.

Quick Start

Run the Skill Initializer script to generate a new skill template, then customize SKILL.md and the bundled resources.

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 Claude skill with standardized metadata and bundled resources?

To create a Claude skill, use the Skill Initializer script to generate a template with a standardized SKILL.md frontmatter and bundled resource directories like scripts, references, and assets for scalable deployment.

What is the required structure for packaging modular Claude skills?

Packaging modular Claude skills requires a valid SKILL.md file containing the skill name and description, alongside optional bundled resource directories for scripts, references, and assets to ensure consistent distribution.

Can I use skill templates to enforce a consistent SKILL.md frontmatter across multiple projects?

Yes, you can apply skill templates to enforce a consistent SKILL.md frontmatter and resource structure across multiple projects, streamlining the creation and packaging of modular Claude skills for repeatable team deployments.

What's the best way to bootstrap a skill creation workflow with scripts and assets?

The best way to bootstrap a skill creation workflow is running the Skill Initializer script to generate the skill skeleton, then customizing the SKILL.md metadata and the included example bundled resources for your specific automation needs.

Does a Claude skill require bundled resources directories to function properly?

A Claude skill does not require bundled resources directories to function, as only a valid SKILL.md with a name and description is mandatory, but including scripts, references, and assets is recommended for scalable deployments.

Why does my generated skill template need a SKILL.md file for distribution?

Your generated skill template needs a SKILL.md file because it enforces standardized metadata, providing the required name and description for the packaging workflow to correctly distribute the modular Claude skill.