skill-creator

Create modular Claude skill packages with SKILL.md templates and validation scripts.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill skill-creator-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/skill-creator
Command: npx skills add https://github.com/papachong/RHClaw --skill skill-creator-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill reduces the friction of creating, validating, and packaging modular Claude skills by providing a clear checklist, templates, and procedural guidance so builders produce consistent, context-efficient skill packages.

Core Features & Use Cases

  • Skill authoring guidance: Step-by-step best practices for frontmatter, progressive disclosure, and structuring SKILL.md to minimize context bloat.
  • Packaging and validation workflows: Instructions for initializing, validating, and packaging skills with provided helper scripts for consistent distribution.
  • Bundled resource patterns: Guidance on when to include scripts, references, and assets and how to organize them for deterministic execution and on-demand context loading.
  • Use Case: A developer creating a new domain-specific toolchain can follow the checklist, generate templates, add scripts/references, run validation, and produce a distributable .skill package.

Quick Start

Initialize a new skill folder with templates, edit SKILL.md to complete the frontmatter and workflows, add any scripts or references, then run the validator and package scripts to produce a .skill file.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package and validate modular Claude skills for distribution?

To package and validate Claude skills, initialize a skill folder with templates, edit SKILL.md for frontmatter and workflows, add scripts or references, then run validation and packaging scripts to produce a distributable .skill file.

What is progressive disclosure in SKILL.md and how does it minimize context bloat?

Progressive disclosure in SKILL.md structures procedural domain knowledge so context loads on demand, minimizing token bloat by bundling scripts, references, and assets separately rather than embedding everything upfront.

What's the best way to structure frontmatter and workflows when creating AI assistant skills?

The best way to structure skill frontmatter and workflows is to initialize templates, complete the required SKILL.md frontmatter fields, define procedural workflows step-by-step, and validate the package before distribution.

Do I need yaml dependencies to create and package skill bundles?

Yes, the skill packaging and validation workflows require the yaml dependency to parse and validate SKILL.md frontmatter during the creation and bundling of modular skill packages.

When should I include scripts, references, and assets in a skill package?

Include scripts, references, and assets in a skill package when deterministic execution or on-demand context loading is needed, organizing them according to bundled resource patterns for consistent distribution.

Can I use skill-creator to build domain-specific toolchains for AI assistants?

Yes, developers and integrators can use skill-creator to build domain-specific toolchains, following the checklist to generate templates, add scripts and references, validate, and produce a distributable .skill package for AI assistants.