Claude Skill Generator
Generate a starter Claude Skill structure โ SKILL.md with YAML frontmatter, README.md, folder structure, and a files checklist. Fill in the form, copy or download the files, and review against official Claude documentation before use.
Skill Details
Human-readable name
Auto-generated from name
One per line
One per line
Optional
Optional
Examples
Resources
No resources
Scripts
No scripts
// Fill in skill name and purpose to generate outputโฆ
What is a Claude Skill?
A Claude Skill is a self-contained reusable instruction package that gives Claude a specific capability. Each skill lives in its own folder and contains a SKILL.md file that defines its purpose, instructions, output rules, and examples. Skills can also include resource files (schemas, templates, data) and scripts.
Generated file structure
invoice-data-extractor/ โโโ SKILL.md โ Main skill definition (YAML frontmatter + instructions) โโโ README.md โ Human-readable documentation โโโ resources/ โ โโโ invoice-schema.json โโโ scripts/
Common mistakes
Vague instructions
Instructions like "extract the data" are too vague. Specify exactly what to extract, how to handle missing fields, and what format to return.
Missing output rules
Without output rules the model chooses its own format. Define exactly what the output should look like.
No examples
Examples are the most effective teaching mechanism. Include at least one input/output example.
No constraints
Without constraints the model may exceed scope. Add explicit limits like "max 100 items" or "do not modify source data".
Privacy: This tool runs in your browser. Your skill details are never uploaded or stored.
Frequently Asked Questions
What is a Claude Skill?
What files does this tool generate?
Can I use the generated files directly?
What is YAML frontmatter in SKILL.md?
Is my data uploaded anywhere?
Related Tools
Coding Agent Generator
Generate starter instruction files for coding agents โ AGENTS.md, CLAUDE.md, GEMINI.md, Cursor Rules, Windsurf Rules, and generic instructions.
Agent Task Prompt Generator
Generate clear, structured task prompts for coding agents โ Claude Code, Cursor, Codex, Windsurf, Gemini CLI, and more.
Agent Tool Spec Generator
Generate human-readable and machine-friendly specifications for tools an AI agent can use โ Markdown spec, JSON spec, input schema, and usage examples.