skill-creator

Generate Claude skill skeletons with SKILL.md frontmatter and starter resource directories.

Updated Oct 18, 2023
One-click install
npx skills add https://github.com/choidabom/devconfig --skill skill-creator-choidabom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/choidabom/devconfig/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/choidabom/devconfig --skill skill-creator-choidabom

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines creating new Claude skills by generating a ready-to-use SKILL.md skeleton and starter resources.

Core Features & Use Cases

  • Generates SKILL.md frontmatter templates with required name and description fields.
  • Creates starter resource directories (scripts/, references/, assets/) with example files for rapid iteration.
  • Provides a reusable wiring of a skill scaffold that can be customized and packaged.

Quick Start

Run the script to initialize a new skill directory, then customize SKILL.md and the example resources.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scaffolding for a new Claude skill and generate the required SKILL.md frontmatter?

To automate scaffolding for a new Claude skill, run the initialization script to generate a complete skill skeleton. This creates a ready-to-use SKILL.md file with required YAML frontmatter and starter resource directories for rapid iteration.

What files and directories are needed to package a Claude skill for distribution?

Packaging a Claude skill requires a SKILL.md file with YAML frontmatter containing name and description fields, alongside optional bundled resources. The scaffold automatically creates scripts, references, and assets directories with example files to support this workflow.

Does a valid SKILL.md template require specific YAML frontmatter fields?

Yes, a valid SKILL.md template requires YAML frontmatter with specific name and description fields. The skill scaffolding process automatically generates these required fields along with a functional body to ensure your template meets configuration standards.

Can I customize the starter resource directories after initializing a skill scaffold?

Yes, you can customize the starter resource directories after initializing the skill scaffold. Once the script creates the scripts, references, and assets directories with example files, you can modify these resources to fit your specific development workflow.

What is the best way to initialize a Claude skill template without manual setup?

The best way to initialize a Claude skill template without manual setup is to use an automated scaffolding script. It generates a complete directory structure and SKILL.md skeleton from a simple input, streamlining the creation process for developers.