11f0ff53d7513501ba40f202fe67c0421323da1c
A collection of Claude Skills, articles, tutorials, and videos from Anthropic and the community.
Awesome Claude Skills
Claude Skills are folders with instructions, scripts, and resources that teach Claude specific tasks. Skills can include executable code and are loaded only when needed, allowing you to maintain hundreds without performance impact. Multiple skills can run together for complex tasks like document creation, code testing, and data analysis.
⚡️ Maintained by the VoltAgent open-source AI agent framework community.
What a Basic Skill Looks Like?
---
name: api-tester
description: Test REST APIs and validate responses
---
# API Tester
Test HTTP endpoints and validate response structures.
## When to Use This Skill
Use this skill when you need to test API endpoints and verify response data.
## Instructions
When testing an API:
1. Send a request to the specified endpoint
2. Check the response status code
3. Validate the response body structure
4. Report any errors or unexpected results
## Response Validation
- Verify required fields exist
- Check data types match expected values
- Confirm nested objects have correct structure
See the official repo and creation guide for more details.
Official Claude Skills
Document Creation
Creative and Design
Development
Branding and Communication
| Skill | Description | |
|---|---|---|
| brand-guidelines | Apply Anthropic's brand colors and typography to artifacts | |
| internal-comms | Write status reports, newsletters, and FAQs |
Meta
| Skill | Description | |
|---|---|---|
| skill-creator | Guide for creating skills that extend Claude's capabilities | |
| template-skill | Basic template for creating new skills |
Community Skills
Productivity and Collaboration
Development and Testing
Specialized Domains
Articles and Tutorials
📚 Official
👥 Community
| Article | Description | |
|---|---|---|
| Simon Willison: Claude Skills | Introduction to Claude Skills | |
| Nick Nisi: Claude Skills | Getting started with Claude Skills | |
| Young Leaders: Skills, Commands, Subagents, Plugins | Comparison of Claude features |
🎥 Videos
| Video | ||
|---|---|---|
| Video 1 | ||
| Video 2 | ||
| Video 3 | ||
| Video 4 | ||
| Video 5 | ||
| Video 6 | ||
| Video 7 | ||
| Video 8 | ||
| Video 9 | ||
| Video 10 |
🤝 Contributing
- Submit new subagents via PR
- Improve existing definitions
- Add new Skills & docs & videos & articles
Description
Fork of VoltAgent/awesome-agent-skills (MIT) - Curated directory of 1,060+ official skills from Anthropic, Google, Stripe, HashiCorp, etc.