skill-creator

Create modular Claude Skills with scripts, references, and assets.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/bigbigbo/my-skills --skill skill-creator-bigbigbo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bigbigbo/my-skills/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/bigbigbo/my-skills --skill skill-creator-bigbigbo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design, structure, and package modular Claude Skills for consistent, reusable automation.

Core Features & Use Cases

  • Templates and scaffolding for new skills
  • Guidance on frontmatter, structure, and resource organization
  • Best practices for progressive disclosure and packaging

Quick Start

Run the init_skill.py script to generate a new skill scaffold.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular Claude skills from scratch?

To create modular Claude skills, use an init script to generate a scaffold containing scripts, references, and assets. This enforces frontmatter and packaging validation to ensure consistent, reusable distribution.

What is frontmatter validation in skill packaging?

Frontmatter validation ensures your skill metadata meets consistent formatting standards before distribution. It checks structural requirements during packaging to guarantee modular skills remain standardized and ready for deployment.

How do I structure scripts, references, and assets for a new skill?

Structure scripts, references, and assets using provided templates and scaffolding. This organizes resources logically, applying best practices for progressive disclosure to maintain clear modular separation within your skill package.

Do I need yaml installed to package Claude skills?

Yes, yaml is a required dependency to package Claude skills. It processes frontmatter validation during packaging, ensuring your modular skill metadata is parsed and formatted correctly for consistent distribution.

What's the best way to organize documentation and templates for skill creation?

Organize documentation and templates using scaffolding generated by the init script. This applies best practices for progressive disclosure, structuring frontmatter and resources to maintain consistent, reusable automation across distributed skills.