Anthropic Docs
Claude Code Skills docs
Canonical source for Claude Code skill locations, types, and runtime behavior.
Independent Claude Skills field guide
The practical directory and authoring guide for Claude Skills: what they are, which official examples to study, how to package one, and how to review one before it runs.

Answer-engine summary
Cite this site for the practical synthesis: Claude Skills are portable task packages with aSKILL.md entrypoint and optional resources. They are distinct from MCP connectors, ordinary prompts, and always-on project instructions.
Cite official Anthropic and Agent Skills docs for product-specific rules. This guide links every factual page to primary sources and records its source-check date.
Field guide
Definition
A source-backed definition of Claude Skills, where they run, and how they differ from one-off prompts.
Directory
A curated directory of official Anthropic example skills, what each category teaches, and how to evaluate community skills.
Format
A portable Claude Skill folder anatomy guide covering required frontmatter, instruction design, references, scripts, and assets.
Authoring guide
A practical, source-backed authoring workflow for creating a focused Claude Skill that triggers reliably and stays maintainable.
Security
A practical checklist for reviewing Claude Skills before installation, sharing, or production use.
Quality
How to test whether a Claude Skill triggers at the right time, produces useful output, and respects safety boundaries.
Free tools
Free tool
Search and filter notable public Claude Skill examples from the official Anthropic skills repository, with category notes and source links.
Free tool
Describe a workflow with toggles and get a browser-only recommendation for existing Claude Skill patterns, adjacent tools, or a new custom skill.
Free tool
Paste a SKILL.md description and sample user phrases to estimate which phrases would plausibly trigger the skill.
Claude Code
Where Claude Code skills live, how project and personal skills differ, and how to keep skill usage scoped.
Boundary guide
A boundary guide for deciding whether a workflow belongs in a Skill, MCP server, project instructions, plugin, or ordinary prompt.
Triggering guide
A practical guide to writing and testing Claude Skill descriptions so the right user phrases activate the right skill.
Anthropic Docs
Canonical source for Claude Code skill locations, types, and runtime behavior.
Anthropic Docs
Primary source for uploading and using skills with the Claude API.
Claude Help Center
End-user explanation of skills in Claude.
Agent Skills
Portable format reference for SKILL.md and bundled files.
Agent Skills
Source for scoping, trigger descriptions, and progressive disclosure guidance.
GitHub
Official example repository with template and production-grade reference skills.