Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VoltAgent/awesome-claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

claude-skills

The awesome collection of Claude Skills with official and community-built resources.

Awesome Last Update Discord GitHub forks

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.


cta

Official Claude Skills

Document Creation

Creative and Design

Development

Branding and Communication

Meta

Community Skills

Productivity and Collaboration

Development and Testing

Context Engineering

Specialized Domains

Articles and Tutorials

📚 Official

👥 Community

🎥 Videos

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

  • Submit new skills via PR
  • Improve existing definitions
  • Add new docs & videos & articles
  • This is a curated list. We do not audit, endorse, or guarantee the security or correctness of listed projects.