d04496be47217284e49561c5bb8dd55679b3399c
The awesome collection of Claude Skills with official and community-built resources.
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.
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
| anthropics/brand-guidelines | Apply Anthropic's brand colors and typography to artifacts | |
| anthropics/internal-comms | Write status reports, newsletters, and FAQs |
Meta
| anthropics/skill-creator | Guide for creating skills that extend Claude's capabilities | |
| anthropics/template-skill | Basic template for creating new skills |
Community Skills
Productivity and Collaboration
Development and Testing
Specialized Domains
Articles and Tutorials
📚 Official
👥 Community
| Article | ||
|---|---|---|
| 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
🤝 Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
- Submit new skills via PR
- Improve existing definitions
- Add new docs & videos & articles
Description
Fork of VoltAgent/awesome-agent-skills (MIT) - Curated directory of 1,060+ official skills from Anthropic, Google, Stripe, HashiCorp, etc.