BUILD · SKILL

SKILL.md in 60 seconds

START FROM A TEMPLATE
Blank skillResearch a topicWrite a social post
STEP 1
Identity
Name
Will be saved as .claude/skills/blank-skill/SKILL.md
Description
One-liner. Start with 'Use this skill when…' — this is what makes the skill auto-trigger.
Trigger phrases
Comma separated. Example: 'summarize the diff, code review, second opinion'
STEP 2
Body
Markdown. Use H2 sections like 'Output', 'Skip', 'Examples'.
PREVIEW
SKILL.md
.claude/skills/blank-skill/SKILL.md
106 char description2 triggers
---
name: blank-skill
description: Use this skill when the user wants to <do X>. Triggers on requests like 'do X', '<phrase>', 'help with X'.

Triggers on requests like 'do X', 'help with X'.
---

## What this skill does

Describe in 1–2 sentences.

## When to use it

- Bullet 1
- Bullet 2

## Output format

Describe what the skill returns.
Drop the file at the path above inside your project. Restart Claude Code or run /skills to see it picked up.