awesome-claude-skills

by VoltAgent

Pending

The awesome collection of Claude Skills and resources.

4,476stars
299forks
Added 12/27/2025
AI Agentsagent-skillsai-agentsawesome-listclaudeclaude-aiclaude-codeclaude-skillsskills
Installation
# Add to your Claude Code skills
git clone https://github.com/VoltAgent/awesome-claude-skills
README.md
<a href="https://github.com/VoltAgent/voltagent"> <img width="1500" height="500" alt="claude-skills" src="https://github.com/user-attachments/assets/39c54dfd-129e-4b43-8b92-20824a56e069" /> </a> <br/> <br/> <div align="center"> <strong>The awesome collection of Claude Skills with official and community-built resources. </strong> <br /> <br /> </div> <div align="center">

Awesome <a href="https://github.com/VoltAgent/voltagent"> <img alt="VoltAgent" src="https://cdn.voltagent.dev/website/logo/logo-2-svg.svg" height="20" /> </a>

Skills Count Last Update Discord GitHub forks

</div>

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.

Note: This Skills collection were originally created for Claude Code, but have since evolved into the Agent Skills open standard adopted by multiple AI coding assistants. This means skills listed here can also be used with Codex, Gemini CLI and other compatible tools. See the table below for paths and documentation.

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.

Skills Paths for Other AI Coding Assistants

| Tool | Project Path | Global Path | Official Docs | |------|-------------|-------------|---------------| | Antigravity | .agent/skills/ | ~/.gemini/antigravity/skills/ | Antigravity Skills | | Claude Code | `.claude/s...