skill-creator

Scaffold and validate Claude Code skills with standardized frontmatter and structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill Creator automates the scaffolding, validation, and enforcement of Claude Code skill structures, reducing errors and setup time for new and existing skills.

Core Features & Use Cases

  • Auto-generates a clean skill skeleton including SKILL.md frontmatter, ABOUTME headers, and a ready-to-edit outline.
  • Validates skill structure and frontmatter to ensure naming, description, and triggers follow conventions.
  • Provides templates and guidance for updating or creating skills, speeding up onboarding for new contributors.

Quick Start

Run creation with the Skill Creator to initialize a new skill, then tailor the YAML frontmatter, ABOUTME sections, and workflow instructions.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a Claude Code skill with consistent frontmatter and directory structure?

Skill validation ensures naming conventions, frontmatter keys, and basic structural elements follow Claude Code standards. It checks skill structure and frontmatter to guarantee descriptions, triggers, and ABOUTME headers are correctly configured before deployment.

How does skill frontmatter validation work for Claude Code?

Skill validation ensures naming conventions, frontmatter keys, and basic structural elements follow Claude Code standards. It checks skill structure and frontmatter to guarantee descriptions, triggers, and ABOUTME headers are correctly configured before deployment.

Do I need pyyaml installed to use the skill creation and validation scripts?

Standardizing skill scaffolding reduces misconfigurations and onboarding time for teams creating or updating Claude Code skills. It enforces consistent frontmatter and directory structure across skill runtimes, ensuring all contributors follow the same conventions.

What is the best way to standardize Claude Code skill structures across a team?

Standardizing skill scaffolding reduces misconfigurations and onboarding time for teams creating or updating Claude Code skills. It enforces consistent frontmatter and directory structure across skill runtimes, ensuring all contributors follow the same conventions.

Can I use skill templates to update existing Claude Code skills or only for creating new ones?

Skill templates and validation guidance support both creating new skills and updating existing ones. The validation script checks current skill structures against conventions, while templates provide the baseline for consistent frontmatter and ABOUTME headers.