Skills
Last verified: 14 April 2026 | Applies to: All plans (Free, Pro, Max, Team, Enterprise)
In 30 seconds
Section titled “In 30 seconds”Skills let you encode your team’s way of doing things (your report formats, your processes, your terminology) so Claude follows them without being reminded every session. Instead of re-explaining your weekly ops report structure or your onboarding checklist each time, you write it once as a skill and Claude loads it automatically when relevant. Skills work on all plans, including Free, and you can create your own in minutes.
What it does
Section titled “What it does”graph LR
A[Skill folder] --> B[SKILL.md]
B --> C[Claude discovers skill]
C --> D{Relevant to request?}
D -->|Yes| E[Load and execute]
D -->|No| F[Skip]
How skills work: Claude uses “progressive disclosure”: it reviews available skills, determines which are relevant to your request, and loads only the necessary information. This keeps responses focused without overloading context.
Types of skills:
| Type | What it is | How to get it |
|---|---|---|
| Anthropic Skills | Pre-built by Anthropic for document creation (Excel, Word, PowerPoint, PDF) | Activate automatically when relevant |
| Custom Skills | Created by you using markdown instructions + optional scripts | Upload via Settings → Capabilities as ZIP files |
| Organisation Skills | Distributed by Team/Enterprise admins to all members | Provisioned org-wide with default enable/disable |
| Partner Skills | Built by companies like Notion, Figma, Atlassian | Browse at claude.com/connectors |
Skill structure:
my-skill/ SKILL.md ← Required: instructions with YAML frontmatter scripts/ ← Optional: executable Python/JavaScript data/ ← Optional: reference files, templatesSKILL.md format:
---name: weekly-reportdescription: Creates our standardised weekly ops report.---
# Weekly Operations Report
When asked to create a weekly report, follow this structure:
## Required Sections1. Key metrics (revenue, orders, NPS)2. Wins from this week3. Blockers and risks4. Next week priorities5. Asks from leadership
## Formatting- Keep it under 500 words- Use bullet points, not paragraphs- Lead with the number, then the contextHow to set it up
Section titled “How to set it up”To use built-in skills:
- Go to Settings → Capabilities
- Ensure “Code execution and file creation” is enabled
- Toggle individual skills on/off in the Skills section
To create a custom skill:
- Create a folder with a
SKILL.mdfile (see format above) - Add optional scripts and reference files
- ZIP the folder
- Upload via Settings → Capabilities → Upload skill
To manage organisation skills (Team/Enterprise): Admins can provision approved skills org-wide with default enable/disable settings.
How operators actually use it
Section titled “How operators actually use it”Skills encode institutional knowledge: the stuff that’s currently trapped in your head, buried in a Google Doc, or explained verbally to every new hire.
Build your first skill in 10 minutes
Section titled “Build your first skill in 10 minutes”This walkthrough creates a “Weekly Ops Report” skill. By the end, Claude will generate a standardised report every time you ask, following your exact structure.
Step 1: Create the folder structure
Section titled “Step 1: Create the folder structure”Create a folder on your computer with this layout:
weekly-ops-report/ SKILL.mdThat is all you need. Scripts and data files are optional. The only required file is SKILL.md.
Step 2: Write the SKILL.md file
Section titled “Step 2: Write the SKILL.md file”Open a text editor and paste the following into SKILL.md:
---name: weekly-ops-reportdescription: Generates our standardised weekly operations report with metrics, wins, blockers, and priorities.---
# Weekly Operations Report
When the user asks for a weekly report, weekly ops report, or weekly summary, follow this structure exactly.
## Report sections
1. **Key metrics**: Revenue (week to date), orders (week to date), NPS score (latest). Lead with the number, then one sentence of context.2. **Wins**: 2-3 things that went well this week. Be specific: name the project, the person, or the result.3. **Blockers and risks**: Anything slowing the team down or likely to cause problems next week.4. **Next week priorities**: Top 3 priorities for the coming week, in order of importance.5. **Asks from leadership**: Decisions or resources needed from leadership. If none, say "None this week."
## Formatting rules
- Keep the entire report under 500 words- Use bullet points, not paragraphs- Lead every metric with the number, then the context- Use plain language. No jargon, no filler.- Date the report with the current week's Monday dateStep 3: Upload the skill
Section titled “Step 3: Upload the skill”- ZIP the
weekly-ops-reportfolder - Open Claude Desktop and go to Settings, Capabilities, Upload skill
- Select your ZIP file
- The skill appears in your skills list. Toggle it on.
Step 4: Test it in Cowork
Section titled “Step 4: Test it in Cowork”Open a Cowork session and type:
Write this week's ops report.Claude loads the skill automatically and follows your structure. If you have data files, connectors, or spreadsheets in your Cowork folder, Claude pulls the numbers from them. If not, it asks you for the figures.
Review the output. If you want to adjust the structure, edit SKILL.md, re-zip, and re-upload. Each iteration takes under a minute.
For a more detailed guide covering advanced skill features, scripts, and organisation-wide distribution, see Building Skills.
Related
Section titled “Related”- Plugins: bundles that contain skills + connectors + commands
- Building a Plugin: create a full plugin (not just a skill)
- Custom Skills Guide: Anthropic’s official documentation
Something wrong or outdated? Let us know →
Get weekly workflows. Subscribe to the newsletter.