skill-creator

Create, document, and package Claude Skills with standardized templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ribatshepo/cc-auto-orchestrate --skill skill-creator-ribatshepo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ribatshepo/cc-auto-orchestrate/tree/main/claude-code/skills/skill-creator
Command: npx skills add https://github.com/ribatshepo/cc-auto-orchestrate --skill skill-creator-ribatshepo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skill creation and maintenance for Claude Skills, providing a standardized starting point and governance to ensure consistency across teams.

Core Features & Use Cases

  • Structured frontmatter templates and a clear body scaffold for SKILL.md.
  • Optional resources: scripts/, references/, and assets/ to support repeatable workflows.
  • Clear guidance for initialization, editing, validation, and packaging to ship skills reliably.

Quick Start

Run the init_skill.py script to scaffold a new skill directory and generate the template files.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with standardized frontmatter?

You can create and package Claude skills using standardized frontmatter templates and an initialization script. This generates a SKILL.md file, validates metadata, and structures resource directories for reproducible deployment workflows.

What is the best way to scaffold a new skill directory for Claude automation?

The best way to scaffold a new skill directory is by running the init_skill.py script. This automatically generates template files, frontmatter scaffolding, and optional resource directories like scripts, references, and assets.

Do I need Python to generate skill templates and validate frontmatter?

Yes, you need Python to run the init_skill.py script for generating skill templates and validating frontmatter. The script handles initialization, directory scaffolding, and metadata governance for reliable skill delivery.

Can I include custom scripts and reference assets in my Claude skill package?

Yes, you can include custom scripts, references, and assets in your Claude skill package. The skill creation process supports optional resource directories to ensure repeatable workflows and comprehensive skill documentation.

Why does my skill creation workflow fail frontmatter validation?

Skill creation workflows fail frontmatter validation when metadata does not conform to standardized templates. The skill lifecycle process applies validation rules to ensure consistent metadata, governance, and reproducible deployment across teams.