skill-creator

Design, validate, and package modular Claude skills with SKILL.md frontmatter.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/Dummy --skill skill-creator-pchemguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pchemguy/Dummy/tree/main/docs/AgentSkills/anthropics/skills/skills/skill-creator
Command: npx skills add https://github.com/pchemguy/Dummy --skill skill-creator-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This guide helps teams and individuals design, validate, and package modular Claude skills that extend capabilities with structured workflows, reusable resources, and clear frontmatter.

Core Features & Use Cases

  • Centralized skill structure with SKILL.md frontmatter detailing name and description
  • Bundled resources directories for reusable components: scripts/, references/, and assets/
  • Validation and packaging tooling to produce distributable .skill packages from a skill folder

Quick Start

Create a new skill by filling SKILL.md with a clear name and description, and then organize scripts, references, and assets as needed before packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the required structure for creating a Claude skill?

Creating a Claude skill requires a SKILL.md file with frontmatter specifying the name and description, alongside bundled directories for scripts, references, and assets to organize reusable components.

How do I package and validate a modular Claude skill for distribution?

You package and validate a Claude skill by organizing your SKILL.md and resource folders, then applying the built-in validation and packaging workflows to produce a distributable .skill package.

Can I bundle reusable scripts and reference documents inside a Claude skill?

Yes, you can bundle reusable scripts and reference documents by placing them into the designated scripts/ and references/ directories within your Claude skill folder structure.

Do I need YAML dependencies to define frontmatter in SKILL.md files?

Yes, the YAML dependency is required to parse and validate the structured frontmatter metadata, ensuring the SKILL.md file correctly defines the skill name and description.

What is the best way to extend Claude with domain-specific workflows?

The best way to extend Claude with domain-specific workflows is to design a modular skill that encapsulates structured processes, reusable resources, and clear frontmatter for Claude to execute.

Are there limitations when updating an existing Claude skill with new assets?

When updating an existing Claude skill, you must ensure new assets conform to the specified directory structure and pass the validation workflows before repackaging the updated .skill file.