Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Build and publish your own AI skills with guided templates
claude install anthropics/skills/skill-creatorStep-by-step skill authoring assistant that handles metadata, trigger conditions, tool definitions, and testing.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: skill-creator
description: |
Meta-skill for creating new SKILL.md files. Trigger when the user wants to
create, write, or scaffold a new skill. Phrases: "create a skill", "new skill",
"write a SKILL.md", "scaffold skill", "build a skill".
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
---
# Skill Creator
Guided workflow for building well-structured SKILL.md files that work with
Claude Code, Cursor, Codex, and other AI harnesses.
## Skill file anatomy
```markdown
---
name: my-skill
description: |
When to trigger this skill. Be specific about phrases and contexts.
This is what the harness reads to decide when to activate.
allowed-tools:
- Bash(specific commands *)
- Read
- Write
- Edit
---
# Skill Title
One paragraph explaining what this skill does.
## Steps
1. Step-by-step instructions the AI should follow
2. Each step should be actionable and specific
3. Include example commands where relevant
## Rules
- Constraints and guardrails
- Quality bars and conventions to follow
```
## Workflow
1. **Ask** what the skill should do and when it should trigger
2. **Draft** the frontmatter with precise trigger phrases
3. **Write** clear, step-by-step instructions
4. **Scope** the allowed-tools to minimum necessary
5. **Test** by invoking the trigger phrases
## Best practices
- Keep descriptions under 3 lines - they are matched against user input
- Be specific about trigger phrases (not "when coding" but "when writing tests")
- Limit allowed-tools to what the skill actually needs
- Include example commands and expected outputs
- Add a "Rules" section for guardrails
## Example usage
- "Create a skill for writing database migrations"
- "Build a SKILL.md that handles PR descriptions"
- "Scaffold a code review skill"
mkdir -p ~/.claude/skills/skill-creator~/.claude/skills/skill-creator/SKILL.mdResulting file structure:
~/.claude/
skills/
skill-creator/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Skill Creator
Turn one prompt into a parallel pipeline across Claude, Codex, Gemini, and Cursor agents -- then get a unified result back
Both used by Software Engineer
Build production AI applications with streaming, tools, and agent patterns
Both used by Software Engineer
Generate typed API clients and webhook handlers from specs
Both used by Software Engineer
Control a browser from your AI editor - navigate, screenshot, interact
Both used by Software Engineer
Find performance bottlenecks and memory leaks with fix suggestions
Both used by Software Engineer
Generate comprehensive test suites covering E2E, a11y, and regression
Both used by Software Engineer
Skill Creator