skill-creator

Design and package Claude skills with SKILL.md metadata and validation.

Updated May 7, 2026
One-click install
npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill skill-creator-tumeloramaphosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/TumeloRamaphosa/StudEx-Valley-OS/tree/main/.claude/skills/claudedesignskills/.claude/skills/skill-creator
Command: npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill skill-creator-tumeloramaphosa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides structured guidance for designing and packaging new Claude Skills so they are discoverable, safe, and reusable.

Core Features & Use Cases

  • Skill discovery metadata: Produces correct YAML frontmatter with a clear name and description for activation.
  • Operational instructions: Writes the Markdown body that defines what Claude should do when the skill triggers.
  • Reusable packaging structure: Guides creation of optional scripts, references, and assets in a predictable layout.
  • Validation and iteration workflow: Encourages running initialization, validation, and packaging steps to ensure readiness.

Quick Start

Use the skill-creator guidance to create a new skill directory with a root SKILL.md containing required YAML frontmatter, then add workflow content and optional scripts/references/assets before packaging it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Claude skills with correct YAML frontmatter and metadata?

To create Claude skills, you design a root SKILL.md file containing YAML frontmatter with required name and description fields, add operational Markdown instructions, and bundle optional scripts or references for packaging readiness.

What is the best way to package reusable automation workflows for Claude?

Packaging reusable automation workflows involves organizing deterministic scripts, references, and assets in a predictable directory layout, then running validation checks to ensure the skill triggers correctly and is discoverable.

Does a Claude skill require YAML frontmatter to function properly?

Claude skills require YAML frontmatter to function properly, specifically mandating the name and description fields for activation, while the Markdown body defines the operational instructions for domain workflows.

Can I bundle deterministic scripts and on-demand references into a single skill directory?

You can bundle deterministic scripts and on-demand references into a single skill directory by placing them alongside the root SKILL.md file, following a reusable packaging structure for predictable asset organization.

What files do I need to validate before publishing a Claude skill?

Validating a Claude skill requires checking the SKILL.md metadata structure, ensuring the YAML frontmatter is correct, and verifying that bundled scripts, references, and assets pass initialization and packaging readiness checks.

When should I not use the skill-creator approach for extending Claude?

You should avoid using the skill-creator approach for extending Claude when your task requires non-repeatable, one-off scenarios that do not benefit from structured skill discovery metadata or deterministic workflow packaging.