Necati Özmen 935a2f1fce Merge pull request #40 from VoltAgent/minor-update
docs: update README to clarify the adoption of Agent Skills standard
2026-01-20 23:26:18 +03:00
2025-10-28 20:27:21 +03:00
2025-10-28 11:55:32 +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.

Note: Claude Skills have now become the Agent Skills 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/skills/ ~/.claude/skills/ Claude Code Skills
Codex .codex/skills/ ~/.codex/skills/ Codex Skills
Cursor .cursor/skills/ ~/.cursor/skills/ Cursor Skills
Gemini CLI .gemini/skills/ ~/.gemini/skills/ Gemini CLI Skills
GitHub Copilot .github/skills/ ~/.copilot/skills/ Copilot Skills
OpenCode .opencode/skills/ ~/.config/opencode/skills/ OpenCode Skills
Windsurf .windsurf/skills/ ~/.codeium/windsurf/skills/ Windsurf Cascade Skills

cta

Official Claude Skills

Document Creation

Creative and Design

Development

Branding and Communication

Meta

Skills by Vercel Engineering Team

Security Skills by Trail of Bits Team

Skills by Sentry team for their dev team.

Skill by Cloudflare Engineer

  • dmmulroy/cloudflare-skill - Comprehensive Cloudflare platform reference docs for AI/LLM consumption. Covers Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking, security, and infrastructure-as-code.

Skills by Hugging Face Team

Official AI agent skills from the Hugging Face team for ML workflows.

Skills by Expo Team

Official AI agent skills from the Expo team for building, deploying, and debugging Expo apps.

Community Skills

Productivity and Collaboration

Development and Testing

Context Engineering

Specialized Domains

n8n Automation

Other

  • materials-simulation-skills - Agent skills for computational materials science: numerical stability, time-stepping, linear solvers, mesh generation, simulation validation, parameter optimization, and post-processing
  • wrsmith108/varlock-claude-skill - Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits
  • SHADOWPR0/beautiful_prose - Hard-edged writing style contract for timeless, forceful English prose without AI tics

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

  • Submit new skills via PR
  • Improve existing definitions
  • Add new docs & videos & articles

Note: Please don't submit skills you created 3 hours ago. We're now focusing on community-adopted skills, especially those published by development teams and proven in real-world usage. Quality over quantity.

  • This is a curated list. We do not audit, endorse, or guarantee the security or correctness of listed projects.
Description
Fork of VoltAgent/awesome-agent-skills (MIT) - Curated directory of 1,060+ official skills from Anthropic, Google, Stripe, HashiCorp, etc.
Readme 346 KiB