Necati Özmen a8b3724d2c Merge pull request #5 from VoltAgent/update-tables
refactor: table view
2025-12-18 20:35:14 +03:00
2025-10-28 20:27:21 +03:00
2025-10-28 11:55:32 +03:00
2025-12-18 20:34:23 +03:00

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.

Maintaining by the VoltAgent open-source community

If you find this helpful, starring the VoltAgent framework repo is more than enough support 🙏

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

Meta

Community Skills

Productivity and Collaboration

Development and Testing

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
Description
Fork of VoltAgent/awesome-agent-skills (MIT) - Curated directory of 1,060+ official skills from Anthropic, Google, Stripe, HashiCorp, etc.
Readme 346 KiB