skill-creator

Create structured Claude Skill units with YAML frontmatter and resource scaffolds.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/velamints2/clawbot-lab --skill skill-creator-velamints2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/velamints2/clawbot-lab/tree/main/skills/skill-creator
Command: npx skills add https://github.com/velamints2/clawbot-lab --skill skill-creator-velamints2

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill authors need a clear, repeatable blueprint to design, structure, and package Claude skills. This guide provides a consistent template for building Skill units with frontmatter, a focused body, and bundled resources.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter with required fields (name and description) to drive discovery and activation.
  • Structured guidance for organizing reusable resources (scripts, references, and assets) to support deterministic tasks and on-demand access.
  • Clear packaging and validation workflow to produce distributable .skill files for distribution and reuse.

Quick Start

Edit SKILL.md to complete the name and description and set up the scripts/, references/, and assets/ directories as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package Claude skills for distribution?

Claude skill creation requires a SKILL.md file with valid YAML frontmatter specifying name and description, alongside structured directories for scripts, references, and assets to ensure deterministic task execution.

What is the required frontmatter format for a Claude skill?

Valid Claude skill frontmatter requires YAML syntax with mandatory name and description fields to drive discovery and activation, supporting a structured SKILL.md body for workflow extensions.

How do I structure bundled resources when creating a skill?

You structure bundled resources by organizing reusable components into dedicated scripts, references, and assets directories, which supports deterministic tasks and on-demand access during skill execution.

Do I need YAML validation to create a Claude skill?

Yes, YAML validation is required to ensure frontmatter validity for your Claude skill, specifically confirming that the mandatory name and description fields are correctly formatted for proper discovery.

What's the best way to design a workflow for extending Claude's capabilities?

The best way to design a workflow for extending Claude's capabilities is using a repeatable blueprint that standardizes SKILL.md frontmatter, organizes reusable resources, and validates the packaging workflow for distributable files.