Necati Özmen e08f775117 Merge pull request #51 from sylvainkalache/add-rootly-incident-responder
Add rootly-incident-responder skill
2026-01-28 08:22:52 +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 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/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

social

Official Claude Skills

Document Creation

Creative and Design

Development

Branding and Communication

Meta

Skills by Google Labs (Stitch)

Agent Skills for the Stitch MCP server, compatible with Claude Code, Gemini CLI, Cursor, and more.

Skills by Vercel Engineering Team

Security Skills by Trail of Bits Team

Skills by Sentry team for their dev team.

Skills by Cloudflare 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 Stripe Team

Skills by Better Auth Team

Skills by Tinybird Team

Skills by Neon Team

Skills by Supabase Team

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.

Marketing Skills

  • coreyhaines31/marketingskills - 23+ marketing skills covering SEO, copywriting, email sequences, A/B testing, paid ads, pricing strategy, and CRO

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
  • SeanZoR/claude-speed-reader -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

  • Submit new skills via PR
  • Improve existing definitions

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.

Contributor ♥️ Thanks

Contributors

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