skill-creator

Create and package modular Claude Skills with SKILL.md scaffolding and validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EvezArt/evez666-advancement --skill skill-creator-evezart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/EvezArt/evez666-advancement/tree/main/skills/skill-creator
Command: npx skills add https://github.com/EvezArt/evez666-advancement --skill skill-creator-evezart

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the creation and packaging of modular Claude Skills by providing a standard template, recommended structure, and ready-to-fill resources.

Core Features & Use Cases

  • Template-driven SKILL.md: Provides a ready-to-edit frontmatter and instructions scaffold for new skills.
  • Resource scaffolding: Automatically creates example scripts/, references/, and assets/ to illustrate structure.
  • Tooling & validation: Includes init_skill.py and package_skill.py to standardize skill development and distribution.
  • Guidance for design patterns: Includes references/workflows.md and references/output-patterns.md to help structure skill logic.

Quick Start

Run the Skill Initializer to generate a new skill skeleton and then customize SKILL.md and bundled resources.

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 a Claude Skill from scratch?

To create and package a Claude Skill, use a template-driven initializer to scaffold the SKILL.md, scripts, references, and assets directories, then run a packaging script to validate the structure and output a .skill file for distribution.

What is the recommended directory structure for bundling Claude Skill resources?

The recommended structure for bundling Claude Skill resources organizes files into separate scripts, references, and assets directories alongside the main SKILL.md file, ensuring modular configuration and easy validation before packaging.

How do I validate frontmatter and resource paths before distributing a Skill?

You can validate frontmatter and resource paths before distributing a Skill by running an automated validation script that checks the SKILL.md metadata and confirms the directory structure matches the required packaging format.

Do I need any specific dependencies to use a Skill scaffolding and packaging workflow?

You need the pyyaml dependency installed in your environment to support frontmatter parsing and validation when using the skill scaffolding and packaging workflow to generate a .skill file.

What's the best way to structure skill logic and workflows for modular automation?

The best way to structure skill logic and workflows for modular automation is to reference design pattern guides like workflows.md and output-patterns.md, which help standardize the internal processing logic of your SKILL.md template.

Can I automatically generate example scripts and assets when scaffolding a new Skill?

Yes, you can automatically generate example scripts, references, and assets when scaffolding a new Skill by running the resource scaffolding feature, which creates ready-to-fill directories that illustrate the standard structure.