skill-creator

Scaffold Claude Skills with templates and SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML.

What problem does it solve?

The Skill Creator helps teams design, scaffold, and package Claude Skills efficiently, turning high-level ideas into production-ready Skill Units with consistent structure.

Core Features & Use Cases

  • Template-driven scaffolding for new Skills, including standard SKILL.md frontmatter and body
  • Guided planning of reusable resources (scripts, references, assets) and production packaging
  • Step-by-step workflows for initialization, editing, validation, and packaging to ensure quality and consistency
  • Use case: a team wants to create a new skill for a domain-specific workflow with deterministic scripts and comprehensive references

Quick Start

Initialize a new Skill Unit skeleton with: python scripts/init_skill.py <skill-name> --path <path>; then customize SKILL.md and add resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude skill from a template?

To scaffold a new Claude skill, initialize a skill unit skeleton using the command python scripts/init_skill.py <skill-name> --path <path>, then customize the SKILL.md file and add necessary resources.

What is the standard structure for packaging Claude skills?

The standard structure for packaging Claude skills includes a SKILL.md file with standard frontmatter and body, alongside reusable resources like deterministic scripts and comprehensive references for consistent quality.

Do I need PyYAML installed to create and scaffold skills?

Yes, PyYAML is a required dependency for the Skill Creator, used to parse and manage the standard SKILL.md frontmatter when scaffolding and packaging new skill units.

What's the best way to structure domain-specific workflow automation in Claude?

The best way to structure domain-specific workflow automation is using a template-driven approach to design skill units, ensuring consistent initialization, validation, and packaging for reusable capabilities.

Can I use this skill creation workflow for team-level automation projects?

Yes, this skill creation workflow targets teams building domain-specific capabilities, providing step-by-step workflows for initialization, editing, validation, and packaging to ensure production-ready consistency.