skill-creator

Create standardized Claude skills with SKILL.md templates and packaging workflows.

76|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/evolving-machines-lab/evolve --skill skill-creator-evolving-machines-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/evolving-machines-lab/evolve/tree/main/skills/skill-creator
Command: npx skills add https://github.com/evolving-machines-lab/evolve --skill skill-creator-evolving-machines-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams turn their knowledge into structured, reusable Claude skills by providing templates, guidance, and a standardized resource layout (SKILL.md frontmatter, scripts/, references/, assets/), enabling faster skill creation and consistent quality.

Core Features & Use Cases

  • Provides a templated SKILL.md frontmatter and user guidance for building modular Claude skills.
  • Defines a standard bundle layout with optional scripts/, references/, and assets/ directories for repeatable tasks.
  • Supports a packaging and validation workflow (init, packaging, quick_validate, and final packaging) for reliable distribution.
  • Use case: a vendor creates a new skill for document processing workflows and uses the provided templates to publish a packaged skill.

Quick Start

Run the skill initializer to scaffold a new skill, then customize SKILL.md and resource directories before packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable Claude skills with standardized SKILL.md structures?

You create reusable Claude skills by applying a standardized framework with templated SKILL.md frontmatter, YAML validation, and structured resource directories like scripts/, references/, and assets/ to ensure consistent quality and faster skill creation.

What is the standard bundle layout for packaging Claude skills?

The standard bundle layout for packaging Claude skills comprises a SKILL.md file with validated YAML frontmatter, alongside optional scripts/, references/, and assets/ directories to organize repeatable tasks and resources.

How do I validate YAML frontmatter when building a new skill?

You validate YAML frontmatter during the skill creation process by running a quick_validate step within the packaging workflow, which checks the SKILL.md structure before final packaging and distribution.

Do I need any specific dependencies to use the skill-creation framework?

No, you do not need any specific dependencies to use the skill-creation framework, as it operates independently to scaffold, validate, and package new skills without external tooling requirements.

What is the best way to scaffold a new skill for document processing workflows?

The best way to scaffold a skill for document processing is to run the skill initializer to generate templates, then customize the SKILL.md and resource directories before executing the final packaging workflow.

Can I use this framework to update and repackage existing skills?

Yes, you can use this framework to update existing skills by modifying the standardized SKILL.md structures and resource directories, then running the validation and packaging workflow for reliable redistribution.