skill-creator

Generate Claude skill scaffolds with SKILL.md templates and starter resource directories.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/sammykumar/vibe-flow-agent-orchestrator --skill skill-creator-sammykumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sammykumar/vibe-flow-agent-orchestrator/tree/main/.github/skills/skills-creator
Command: npx skills add https://github.com/sammykumar/vibe-flow-agent-orchestrator --skill skill-creator-sammykumar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating new skills for Claude can be time-consuming and error-prone without a standardized bootstrap process. The Skill Creator provides a guided template and starter resources to accelerate skill design and packaging.

Core Features & Use Cases

  • Provides a standardized SKILL.md template with required frontmatter (name, description) and a ready-to-edit body.
  • Includes example resource directories (scripts/, references/, assets/) to demonstrate organization and onboarding.
  • Supplies example scripts, reference content, and assets to jumpstart new skills and ensure consistency across projects.

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to create a new skill scaffold with SKILL.md and starter 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 Claude skill from a template?

To create a Claude skill from a template, run the init_skill.py script with a skill name and path to generate a standardized SKILL.md file with required frontmatter and starter resource directories.

What is included in a scaffolded skill package?

A scaffolded skill package includes a standardized SKILL.md template with required frontmatter, alongside example resource directories like scripts, references, and assets to demonstrate organization and jumpstart development.

How do I ensure my skill has the correct directory layout and frontmatter fields?

Using an automated scaffolding process ensures your skill meets requirements for frontmatter fields and directory layout, generating a consistent structure that enables reliable validation and packaging readiness.

Can I use this skill generation tool to update existing skills?

Yes, the skill scaffolding process applies to teams creating or updating skills to ensure uniform structure, validation, and packaging readiness across multiple projects.

Why does my new skill fail validation checks?

Skill validation often fails when the SKILL.md file lacks required frontmatter fields like name and description, or when the directory layout does not match the expected standardized structure.

Does this skill scaffolding tool work without external dependencies?

Yes, the skill scaffolding tool operates without external dependencies, using only included scripts and references to generate the SKILL.md template and starter resource directories.