skill-creator

Create and update Claude skills with structured templates and validation workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the problem of inconsistent skill creation by providing a structured process for creating and updating Claude skills.

Core Features & Use Cases

  • Template-driven scaffolding for new skills (frontmatter + skeleton SKILL.md)
  • Guidance on resource organization, including optional scripts/, references/, and assets/ directories
  • Packaging and validation workflows to ensure consistent distribution of skills
  • Practical use cases: teams standardizing skill design across projects and onboarding new contributors quickly.

Quick Start

Run the init_skill.py script to generate a new skill directory and then tailor SKILL.md and 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 a new Claude skill with the correct frontmatter and structure?

Create a Claude skill by running the init_skill.py script to generate a directory with a skeleton SKILL.md, then tailor the required frontmatter fields and resource layouts to fit your project.

What is the standard directory layout for packaging Claude skills?

The standard packaging layout for Claude skills uses a SKILL.md file alongside optional bundle directories including scripts/, references/, and assets/ to organize supplementary resources.

Can I use this skill creation guide to standardize skill design across multiple projects?

Yes, you can use this guide to standardize skill design across multiple projects by applying its structured process for creating and updating Claude skills with consistent templates and validation workflows.

What validation steps are required to ensure reliable Claude skill packaging?

Reliable Claude skill packaging requires running validation workflows to check required frontmatter fields, verify resource layouts in optional bundle directories, and confirm overall distribution consistency.

Do I need any dependencies to start building Claude skills with this guide?

No dependencies are required to start building Claude skills with this guide. You can run the init_skill.py script directly to scaffold templates and begin structuring your SKILL.md.