skill-creator

Create Claude skills with guided scaffolding and init, validation, packaging scripts.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill skill-creator-arroyo2009jose-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/arroyo2009jose-max/civradar-autoridades/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill skill-creator-arroyo2009jose-max

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create new Claude skills quickly with a guided scaffold and tooling for initialization, validation, and packaging.

Core Features & Use Cases

  • Guided skeleton for new skills including SKILL.md with required fields
  • Scripts for init, validation, and packaging
  • Documentation templates in references/ and output assets in assets/
  • Workflow for producing ready-to-distribute skills

Quick Start

Run python scripts/init_skill.py my-skill --path ./my-skills to generate a ready-to-edit skill scaffold.

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 custom Claude skill from scratch?

To create a custom Claude skill, use the guided scaffold to generate a directory structure with required SKILL.md frontmatter, optional scripts, references, and assets. Run the initialization script to produce a ready-to-edit, distributable skill package.

Can I use the scaffold to generate multiple skills at once?

The scaffold generates one skill at a time by specifying a skill name and target path. You run the initialization script for each new skill to ensure each gets its own directory structure, SKILL.md file, and assets folder.

Do I need yaml installed to use the skill creator?

Yes, yaml is a required dependency for the skill creator. You need it installed in your environment to parse and enforce the required fields in the SKILL.md frontmatter during initialization and validation.

What is the best way to package a skill for distribution?

The best way to package a skill for distribution is using the provided packaging script. It compiles your validated directory structure, including SKILL.md, scripts, references, and assets, into a consistent format ready for deployment.