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 a
SKILL.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.
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.