skill-creator

Create and update Claude Skills with structured templates and validation tooling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams and AI systems design, structure, and package Claude Skills by providing templates, references, and best practices.

Core Features & Use Cases

  • Structured SKILL.md templates with required frontmatter
  • Bundled resources guidance (scripts, references, assets)
  • Step-by-step Skill creation, initialization, validation, and packaging workflows
  • Real-world examples and starter content to accelerate Skill development

Quick Start

Run the included init_skill.py to scaffold a new skill, then customize SKILL.md and the resource directories.

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 Claude skill with the correct frontmatter and directory structure?

You can create a Claude skill by running an initialization script to scaffold the project, then customizing the SKILL.md file with required frontmatter and bundled resources like scripts and references.

What is the required frontmatter for a SKILL.md file?

The required frontmatter for a SKILL.md file includes standard metadata fields that enforce consistent structure across skill directories. The Skill Creator provides structured templates to ensure your skill meets these validation requirements.

How do I validate and package Claude skills for team deployment?

You validate and package Claude skills using provided tooling that checks frontmatter requirements and resource organization. This enforces consistent structure and packaging standards before onboarding new skills for team deployment.

Can I use the Skill Creator to onboard multiple skills with consistent structure?

Yes, the Skill Creator supports onboarding multiple skills with consistent structure by enforcing frontmatter requirements, resource organization, and packaging validation across all skill directories within team environments.

What's the best way to organize scripts and references when developing a skill?

The best way to organize scripts and references is by following bundled resources guidance provided by the Skill Creator. It enforces proper resource organization and directory structure for assets, scripts, and references during skill development.