AI & LLMs · Guide · AI & Prompt Tools
Anthropic Skills Explained
Skills as Anthropic's answer to Custom GPTs — markdown-defined, version-controlled in git, work in terminal. Anatomy + Skills vs Custom GPTs.
Anthropic Skills launched late 2025 as the answer to ChatGPT’s Custom GPTs — reusable, packaged behaviors for Claude. By 2026 they ship with Claude.ai, Claude Desktop, and Claude Code. Here’s the model.
Advertisement
What a Skill is
A directory with a SKILL.md file that defines a specific behavior + trigger keywords + optional tool access. When Claude detects the trigger condition, it loads the skill instructions and follows them.
Where Skills run
- Claude.ai web — user-loadable Skills.
- Claude Desktop — local Skills with filesystem access.
- Claude Code — project Skills in
.claude/skills/. - Anthropic API (Managed Agents) — embedded in agent flows.
Anatomy of a Skill
---
name: review-pr
description: Review a pull request for safety, performance, style. Use when asked to "review PR" or "code review".
---
# Instructions
1. Read the PR diff and surrounding context.
2. Flag: bugs, security issues, perf regressions, style violations.
3. Output a structured review with severity ratings.
# Examples
[1-2 ideal example reviews]Skills vs Custom GPTs
- Skills: markdown-defined, version-controlled in git, work in terminal.
- Custom GPTs: public marketplace, custom Actions for third-party APIs, no terminal version.
- Pick Skills for code-heavy or terminal-driven workflows; Custom GPTs for public-facing AI tools.
The 2026 Skill ecosystem
Anthropic ships ~30 official Skills (slack-gif-creator, theme-factory, doc-coauthoring, mcp-builder, etc.). Hundreds more in plugin marketplaces. The Skill+plugin combination is rapidly becoming the default Claude Desktop / Claude Code workflow.
Use these while you read
Tools that pair with this guide
- System Prompt GeneratorGenerate a structured system prompt for ChatGPT Custom GPTs, Claude Projects, Gemini Gems, or API workloads. Role + style + must/never + examples.AI & Prompt Tools
- Frontier AI Model TrackerLive tracker of every frontier AI model: Claude 4.x, GPT-5, Gemini 3 Pro, DeepSeek R1/V3.2, Kimi K2, Grok 4, Llama 4, Qwen 3.5, Mistral Large 3.AI & Prompt Tools
- AI Prompt GeneratorTurn a vague idea into a structured prompt. Pick role, task, context, constraints, and output format. Works with ChatGPT, Claude, and Gemini.AI & Prompt Tools
- AI Prompt LibraryBrowse a curated catalog of prompt templates for writing, coding, marketing, and research. One click to copy.AI & Prompt Tools
Advertisement
Continue reading
- AI & LLMsGitHub Copilot Pricing and ComparisonCompare free vs paid GitHub Copilot tiers and analyze it against ChatGPT, Cursor, and Tabnine. Find the best value plan instantly with this free online guide.
- AI & LLMsGitHub Copilot Features and CapabilitiesTest what Copilot really does — code accuracy, scope limits, debugging, web dev, legacy code, tests, docs, team customization. Free guide, no sign-up.
- AI & LLMsGitHub Copilot Security and Data HandlingAudit where your code goes, who sees it, training-data policy, network needs, and what happens when Copilot suggests broken code. Free, no sign-up.
- AI & LLMsAI Fluency SkillsThe 8 sub-skills of AI fluency: prompt structure, model selection, tool use, quality calibration, iteration, context management, cost awareness, privacy.
- AI & LLMsKimi K2 vs DeepSeek V3Two open-weight Chinese flagships. Kimi K2 = 1M context, DeepSeek V3.2 = top-tier reasoning + coding. Pick by use case.
- AI & LLMsHow to Pick an MCP ServerEvaluate MCP servers by workflow, official vs community, and transport. A free instant guide with trust and safety tips for granting access, no download required.