skill-creator

Create Claude skills with valid SKILL.md frontmatter and organized assets.

Updated May 26, 2026
One-click install
npx skills add https://github.com/Peiwvy/myskills --skill skill-creator-peiwvy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Peiwvy/myskills/tree/main/skill-creator
Command: npx skills add https://github.com/Peiwvy/myskills --skill skill-creator-peiwvy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you create effective, well-structured skills by providing clear guidance on what to put in SKILL.md, how to organize scripts/references/assets, and how to package skills correctly for reuse.

Core Features & Use Cases

  • Progressive disclosure design for keeping SKILL.md concise while supporting larger workflows through bundled resources.
  • Skill anatomy and best practices for writing actionable, high-signal metadata and instructions that Claude can load at the right time.
  • A repeatable creation process covering planning, initializing a template, editing, packaging, and iterating based on real usage.
  • Use Case: When you want Claude to follow specialized procedures for a domain like “invoice processing” or to integrate with a specific file/API workflow, you can use this Skill to structure the skill correctly from day one.

Quick Start

Use the skill when you are about to create a new skill directory and want guidance on what to include in SKILL.md and how to structure optional scripts, references, and assets.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I write valid YAML frontmatter for a Claude skill?

Writing valid YAML frontmatter for a Claude skill requires specific metadata fields for discovery. This skill guides you through writing actionable, high-signal metadata that satisfies discovery requirements and ensures Claude loads the skill at the right time.

What is the best way to structure a Claude skill directory with scripts and references?

Structuring a Claude skill directory uses progressive disclosure design. You keep SKILL.md concise while organizing optional scripts, references, and bundled assets separately to support larger workflows and maintain usability.

How does progressive disclosure design work when packaging Claude skills?

Progressive disclosure design keeps the core SKILL.md file concise while bundling larger workflows into optional scripts and references. This approach ensures skills remain usable and maintainable without overwhelming the main instructions.

Can I update an existing skill to extend Claude with new workflow integrations?

You can update an existing skill to extend Claude with new workflows, domain expertise, or tool integrations. This skill provides a repeatable process covering planning, editing, packaging, and iterating based on real usage.

Do I need to package assets differently when creating skills for specialized domain procedures?

Packaging assets for specialized domain procedures requires organizing optional scripts and references alongside operational Markdown. This skill instructs you on correctly packaging bundled resources so the workflow remains self-contained and reusable.