skill-creator

Create standardized Claude Skills with YAML frontmatter and documentation.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/martiendejong/autonomous-dev-system --skill skill-creator-martiendejong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/martiendejong/autonomous-dev-system/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/martiendejong/autonomous-dev-system --skill skill-creator-martiendejong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create standardized Claude Skills with proper YAML frontmatter, folder structure, and documentation, reducing setup errors and ensuring discoverability.

Core Features & Use Cases

  • Auto-generates a complete skill directory, including SKILL.md scaffolding, workflow templates, and validation checks.
  • Enforces YAML frontmatter requirements (name, description, allowed-tools, user-invocable) and provides a reusable template.
  • Integrates with CLAUDE.md indexing and offers a guided workflow for skill creation and onboarding.

Quick Start

Ask to create a new skill and Skill Creator will scaffold the directory, generate SKILL.md, and update CLAUDE.md.

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 with proper YAML frontmatter?

To create a Claude Skill with proper YAML frontmatter, use a skill generator to auto-scaffold the directory and enforce required fields like name, description, allowed-tools, and user-invocable. This ensures your skill passes frontmatter validation and is discoverable.

What is the best way to scaffold a directory for a new Claude workflow?

The best way to scaffold a directory for a new Claude workflow is to automate the creation of the folder structure, SKILL.md file, and documentation templates. This standardizes skill creation, reduces setup errors, and ensures proper indexing in CLAUDE.md.

Does Claude skill creation require specific frontmatter fields to be valid?

Yes, Claude skill creation requires specific frontmatter fields to be valid. Your SKILL.md must include name, description, allowed-tools, and user-invocable attributes in the YAML frontmatter to satisfy validation checks and enable auto-discoverable workflows.

How do I update CLAUDE.md indexing when adding a new skill?

To update CLAUDE.md indexing when adding a new skill, use an automated skill creator that scaffolds the directory and integrates the new skill documentation directly into CLAUDE.md. This guided workflow ensures your skill is immediately discoverable.

What are the limitations of manually scaffolding Claude Skills?

Manually scaffolding Claude Skills introduces setup errors, missing YAML frontmatter fields, and poor discoverability. Without an automated skill generator, developers face slower setup and risk failing frontmatter validation checks required for auto-discoverable workflows.

Can I generate workflow templates and documentation for Claude Skills automatically?

Yes, you can generate workflow templates and documentation for Claude Skills automatically. A skill creator tool scaffolds the complete skill directory, generates the SKILL.md file, and provides reusable templates to ensure proper structure and rapid setup.