skill-creator

Generate standardized SKILL.md frontmatter and starter resource directories for Claude skills.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill skill-creator-weorbitant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/weorbitant/compound-engineering-feat-python-plugin/tree/main/skills/skill-creator
Command: npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill skill-creator-weorbitant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a structured, repeatable process for creating and updating Claude skills, including a ready-to-use template and resource scaffolding.

Core Features & Use Cases

  • Generates a standardized SKILL.md frontmatter and template structure for new skills.
  • Creates example resource directories (scripts/, references/, assets/) with starter files to accelerate skill packaging.
  • Includes a packaging and validation workflow to ensure skills meet the defined specification before distribution.

Quick Start

Run the init_skill.py script with a hyphen-case skill name and a target path to generate a new skill skeleton.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a standardized Claude skill template with the correct frontmatter?

To create a Claude skill template, you can use a skill-creation script to generate a standardized SKILL.md frontmatter and a starter resource directory structure. This provides a repeatable scaffolding process for new skills.

What's the best way to package Claude skills for team distribution?

The best way to package Claude skills is to use a built-in validation and packaging workflow. This process checks that your skill meets the defined specification before generating a distributable package.

How does the init script generate skill directories and starter files?

The init script works by taking a hyphen-case skill name and a target path, then automatically generating example resource directories like scripts, references, and assets along with starter files to accelerate skill packaging.

Can I use this skill creation workflow to update existing Claude skills?

Yes, you can use this skill creation workflow to update existing Claude skills. It provides a structured, repeatable process for refining skill structures and validating them against the specification.

Do I need to validate SKILL.md before distributing my automation workflows?

Yes, you need to validate SKILL.md before distributing your automation workflows. The included quick_validate script checks the generated structure to ensure it meets the required specification before packaging.