1. What this skill is
Anthropic's repository demonstrates how a skill packages instructions, scripts, references, and assets around a SKILL.md file. It includes creative, technical, enterprise, and document examples.
2. What it can help with
A beginner can inspect the template, install the example-skills or document-skills plugin in Claude Code, and learn how narrowly described skills activate only for matching tasks.
3. Recommended first use
Browse the template and one simple skill before installing anything. In Claude Code, add the official marketplace, install only the set you need, then test it with a disposable file.
4. Requirements
Claude Code plugin installation requires a compatible Claude environment. API and Claude.ai usage follow separate product availability and account rules.
5. Who it suits
Useful for people who want official examples before creating or auditing their own Agent Skills.
6. Limits and safety
The repository is educational and does not guarantee identical behavior across Claude products. Document skills are source-available rather than open source, while many examples are Apache-2.0. Read every SKILL.md and bundled script before activation. Test with non-sensitive files, avoid broad filesystem access, and do not assume an official example is safe for every production policy.
7. Project and license
Repository content is provided under mixed: Apache-2.0 examples and source-available document skills; check the current LICENSE before reuse. Repository: https://github.com/anthropics/skills
Break the goal into input, action, and output before adding review checkpoints.
Keep examples, failure conditions, and review criteria so the tutorial stays reusable.