Skills
You should not need to explain the same method to an agent every time you work. You should also not need one enormous instruction file that covers every possible task. Skills let you save a useful way of working and make it available when the agent needs it.
Use this module when you have found yourself repeating instructions, rebuilding the same workflow, or correcting the same mistake across conversations. A one-time prompt disappears with the conversation. A giant instruction file loads too much information whether the current task needs it or not.
The resources below show how skills package instructions, references, and code so an agent can load them when they become relevant. They also show when a small reusable skill is more useful than another prompt, and what well-made skills look like in practice.
Starting Points
-
Start with Anthropic’s Introducing Agent Skills. It explains why skills exist and shows them used for documents, spreadsheets, presentations, and organization-specific work.
-
See how skills work in Anthropic’s Equipping Agents for the Real World with Agent Skills, then inspect the open Agent Skills specification. The diagrams show how an agent discovers and loads relevant material. The specification shows the portable folder and
SKILL.mdformat behind it. -
Browse Anthropic’s official skills repository and Zo Computer’s Agent Skills Registry. Anthropic provides complete examples for documents, spreadsheets, presentations, design, and communication. Zo shows skills for research, organization, personal projects, recurring briefings, and everyday tasks.
Deep Dive
A few examples to get your imagination going:
- Browse large directories at Awesome Claude Skills, skills.sh, and Awesome Agent Skills.
- Explore OpenAI’s Skills Catalog for Codex for maintained examples involving PDFs, images, transcription, notebooks, research, meetings, and knowledge capture.
- Explore Zo skills for a morning briefing, syllabus reminders, receipt tracking, study flashcards, plant care, and a Pitchfork-to-Spotify playlist.
- Browse Eigent’s Agent Skills for research, writing, productivity, art, and media workflows.
- Browse Scientific Agent Skills for literature reviews, scientific writing, research planning, diagrams, presentations, and access to scientific databases.
- Browse Marketing Skills for copywriting, editing, launch planning, customer research, and marketing strategy.
- Explore Emil Kowalski’s AI Skills for Design Engineers for interface design, animation, motion vocabulary, and visual polish.
- Explore HeyGen’s HyperFrames for explainers, slideshows, captions, motion graphics, music videos, and product-launch videos.
- Explore Anthropic’s examples for co-writing documents, internal communication, visual design, and animated GIFs.