skill-creator

Create and update Claude skills with templates and starter project structure.

5|5|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/open-vela/.claude --skill skill-creator-open-vela
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/open-vela/.claude/tree/main/skills/skill-creator
Command: npx skills add https://github.com/open-vela/.claude --skill skill-creator-open-vela

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a structured, repeatable approach for designing and documenting new Claude skills, helping teams convert expertise into reusable, maintainable AI tooling.

Core Features & Use Cases

  • Templates and scaffolding: Ready-to-use frontmatter, structure, and example resource directories to jumpstart skill creation.
  • Guidance for best practices: Clear rules for organization, progressive disclosure, and resource placement to keep SKILL.md lean and effective.
  • End-to-end workflow planning: Step-by-step guidance from initialization to packaging, ensuring consistent quality across skills.

Quick Start

Run the skill initializer to scaffold a new skill in your skills directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable Claude skills from existing workflows?▼

To create reusable Claude skills, use a structured approach with templates, scaffolding, and best-practice guidance to convert expertise into maintainable AI tooling. This ensures consistent organization and progressive disclosure across skill designs.

What is the best way to structure a SKILL.md file for progressive disclosure?▼

The best way to structure a SKILL.md file is by following clear rules for organization and resource placement to keep it lean. Using provided frontmatter templates and a starter project structure ensures effective progressive disclosure without overwhelming the context.

How do I scaffold a new skill project directory from scratch?▼

You can scaffold a new skill project directory by running the skill initializer. This generates a starter project structure complete with ready-to-use frontmatter, example resource directories, and foundational files to jumpstart development.

Do I need programming experience to build and package AI automation workflows?▼

You do not need extensive programming experience to build AI automation workflows if you use provided templates and scaffolding. The step-by-step guidance handles initialization through packaging, focusing on structured design rather than complex coding.

Why should I use a skill creation template instead of writing documentation manually?▼

Using a skill creation template ensures consistent quality and maintainability across teams. It provides a repeatable approach for documenting new Claude skills, preventing disorganization that often occurs when writing structure and frontmatter manually.

What are the limitations of using scaffolding for skill development?▼

The limitation of using scaffolding for skill development is that it provides a rigid starter structure. While it jumpstarts creation with frontmatter and directories, highly specialized workflows may require manual modifications beyond the standard template layout.