skill-creator

Scaffold complete Claude Code skill directories from a minimal prompt with validation.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anthril/official-claude-plugins --skill skill-creator-anthril
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/anthril/official-claude-plugins/tree/main/plugins/skillops/skills/skill-creator
Command: npx skills add https://github.com/anthril/official-claude-plugins --skill skill-creator-anthril

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds production-ready Claude Code skills from a minimal prompt, generating frontmatter, structure, templates, and supporting files.

Core Features & Use Cases

  • Generate a complete skill skeleton (skill.md, reference.md, templates, examples) from a concise prompt.
  • Validate frontmatter, line counts, and optional components, ready for packaging and deployment.
  • Produce ready-to-use directories for rapid skill creation in projects.

Quick Start

Describe the new skill and let this tool scaffold the entire skill directory automatically.

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 from a minimal prompt?▼

To scaffold a Claude Code skill, provide a concise prompt and the tool automatically generates a complete, production-ready directory including SKILL.md, reference.md, templates, and example outputs.

What files are required for a valid Claude Code skill directory structure?▼

A valid Claude Code skill directory structure requires a SKILL.md file with proper frontmatter, alongside reference.md, templates, and example outputs, validated automatically to ensure line limits and metadata compliance.

Does skill scaffolding validate frontmatter and line limits automatically?▼

Yes, skill scaffolding performs a validation pass to ensure frontmatter requirements, line counts, and proper metadata are met before packaging and deployment.

Can I generate reusable skill templates for multiple software engineering projects?▼

Yes, you can generate reusable skill templates for multiple software engineering projects by providing concise prompts to rapidly create consistent, ready-to-use skill directories.

What is the best way to automate skill packaging and validation?▼

The best way to automate skill packaging and validation is using an end-to-end scaffolding tool that generates the complete directory structure and runs a validation pass on frontmatter and line limits.