skill-creator

Design, assemble, and package modular Claude skills into distributable .skill files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mhiggs82/parentwise_summary_site_2 --skill skill-creator-mhiggs82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mhiggs82/parentwise_summary_site_2/tree/main/Skills/skill-creator
Command: npx skills add https://github.com/mhiggs82/parentwise_summary_site_2 --skill skill-creator-mhiggs82

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator enables teams to design, standardize, and package Claude skills, turning informal ideas into repeatable, distributable agents.

Core Features & Use Cases

  • Structured SKILL.md generation: Enforces frontmatter with required fields and provides a clear template for skill documentation.
  • Resource scaffolding: Creates example scripts, references, and assets to illustrate best practices and accelerate skill setup.
  • Packaging readiness: Guides preparation for distribution by validating structure and assembling a distributable .skill package.

Quick Start

Run the init_skill.py script to create a new skill directory, then edit SKILL.md to complete the metadata and replace the sample resources with your own.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package Claude skills for distributable deployment?

Packaging Claude skills involves validating the directory structure, assembling scripts and references, and generating a distributable .skill file. The Skill Creator enforces YAML frontmatter standards and guides preparation to ensure your skill is ready for deployment.

What is the standard structure for a SKILL.md file?

A standard SKILL.md file uses YAML frontmatter with required metadata fields and follows progressive disclosure patterns for documentation. This structure ensures Claude can parse and execute domain-specific workflow instructions properly.

How do I scaffold resources when creating a new Claude skill?

Scaffolding resources for a new Claude skill requires running an initialization script to create the directory, generating example scripts, references, and assets. You then edit SKILL.md to complete metadata and replace sample resources with your own.

Do I need any dependencies to create and package Claude skills?

Creating and packaging Claude skills requires no external dependencies, as the Skill Creator operates independently to scaffold directories and validate structure. You only need the initialization script and your domain-specific content to build distributable .skill files.

What's the best way to standardize Claude skill creation across a team?

Standardizing Claude skill creation across a team involves enforcing consistent YAML frontmatter, using structured SKILL.md templates, and following a packaging process that validates directory structure. This approach turns informal ideas into repeatable, distributable agents.

When should I use progressive disclosure patterns in skill documentation?

Progressive disclosure patterns should be used in skill documentation when structuring complex workflows requiring modular execution. This pattern helps Claude process instructions by revealing context progressively, ensuring scalable deployment of domain-specific skills.