skill-creator

Design and implement modular Claude Skills with structured templates and validation workflows.

5|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/fellipeutaka/leon --skill skill-creator-fellipeutaka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fellipeutaka/leon/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/fellipeutaka/leon --skill skill-creator-fellipeutaka

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This guide helps teams design and implement modular Claude Skills, enabling domain-specific knowledge and workflows to be added to agents with clear structure and reusable resources.

Core Features & Use Cases

  • Structured frontmatter templates and conventions to ensure consistency across skills.
  • Reusable resource patterns including scripts, references, and assets to streamline development.
  • Use cases: creating new skills or updating existing ones that extend Claude's capabilities with domain knowledge and procedural steps.

Quick Start

Run the provided init_skill.py script to generate a new skill scaffold and 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 custom Claude skills with structured frontmatter and reusable resources?

To create custom Claude skills, use the init_skill.py script to generate a scaffold, then customize SKILL.md with structured frontmatter, scripts, references, and assets to ensure consistent packaging and safe automation.

What is the best way to package modular skills that extend Claude with domain-specific workflows?

Packaging modular skills requires following a consistent frontmatter schema and validation workflow, bundling reusable resources like scripts and references to ensure safe, reusable automation for Claude agents.

Does the skill-creation workflow support updating existing skills or only generating new ones?

The skill-creation workflow supports both creating new skills and updating existing ones, allowing teams to modify domain-specific knowledge, procedural steps, and bundled resources while maintaining frontmatter schema consistency.

What components do I need to include when building a Claude skill scaffold?

Building a Claude skill scaffold requires including structured SKILL.md frontmatter, reusable resource patterns such as scripts, references, and assets, and following best-practice patterns for safe automation.

Why does my Claude skill need a consistent frontmatter schema and validation workflow?

A consistent frontmatter schema and validation workflow ensures that modular skills remain safe, reusable, and properly packaged, preventing structural inconsistencies when adding domain-specific knowledge to Claude agents.

Can I use custom scripts and references to add domain knowledge to Claude agents?

You can use custom scripts and references as reusable resource patterns to extend Claude agents with specific domain knowledge and procedural workflows, ensuring safe and structured automation.