awesome-agent-skills

by VoltAgent

Pending

Claude Code Skills and 200+ agent skills from official dev teams and the community, compatible with Codex, Antigravity, Gemini CLI, Cursor and others.

5,809stars
408forks
Added 1/30/2026
AI Agentsagent-skillsai-agentsantigravity-skillsawesome-listclaude-codeclaude-code-skillsclaude-skillscodex-skillscursor-skillsgemini-skillsopencode-skillsskills
Installation
# Add to your Claude Code skills
git clone https://github.com/VoltAgent/awesome-agent-skills
README.md
<a href="https://github.com/VoltAgent/voltagent"> <img width="1500" height="801" alt="claude-skills" src="https://github.com/user-attachments/assets/3a9d4cb3-04bd-4fb1-9146-fd3b53d26961" /> </a> <br/> <br/> <div align="center"> <strong>A curated collection of official Agent Skills from leading development teams and the community. </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 Agent Skills

Agent Skills are folders with instructions, scripts, and resources that teach AI coding assistants specific tasks

This collection features official skills published by leading development teams, including Anthropic, Google Labs, Vercel, Stripe, Cloudflare, Trail of Bits, Sentry, Expo, Hugging Face, and more, alongside community-built skills.

Compatible with Claude Code, Codex, Antigravity, Gemini CLI, Cursor, GitHub Copilot, OpenCode, Windsurf, and more. See the table below for paths and documentation.

The most contributed Agent Skills repository, built and maintained together with the 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.

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/skills/ | ~/.claude/skills/ | [Claude Code Skills]...