Skip to content

VoltAgent/awesome-agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

214 Commits
 
 
 
 
 
 

Repository files navigation

claude-skills

A curated collection of official Agent Skills from leading development teams and the community.

Awesome Agent Skills

Unlike many bulk-generated skill repositories, this collection focuses on real-world Agent Skills created and used by actual engineering teams, not mass AI‑generated stuff.

This collection features official skills published by leading development teams, including Anthropic, Google Labs, Vercel, Stripe, Cloudflare, Netlify, 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.

🔒 Security Notice

Skills in this list are curated, not audited. They may be updated, modified, or replaced by their original maintainers at any time after being added here.

Before installing or using any Agent Skill, review potential security risks and validate the source yourself.

Recommended tools:

Agent skills can include prompt injections, tool poisoning, hidden malware payloads, or unsafe data handling patterns. Always review the code and use skills at your own discretion.

Table of Contents

Official Claude Skills Skills by Vercel Skills by Cloudflare
Skills by Netlify Skills by Supabase Skills by Google Gemini
Skills by Google Labs (Stitch) Skills by Hugging Face Skills by Stripe
Skills by CallStack Skills by Trail of Bits Skills by Expo
Skills by Sentry Skills by Better Auth Skills by Tinybird
Skills by Microsoft Skills by Neon Skills by Cloudflare Engineer
Skills by ClickHouse Skills by fal.ai Skills by HashiCorp
Skills by Sanity Skills by Remotion Skills by WordPress
Skills by Transloadit Skills by Firecrawl Skills by OpenAI
Skills by Replicate Skills by Typefully Skills by Binance
Marketing Skills by Corey Haines Product Manager Skills by Dean Peters Community Skills
Skill Quality Standards

social

Official Claude Skills

Skills by Vercel Engineering Team

Skills by Cloudflare Team

Skills by Netlify Team

Skills by Supabase Team

Skills by Google Gemini

Skills by Google Labs (Stitch)

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

Skills by Hugging Face Team

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

Skills by Stripe Team

Skills by CallStack

Security Skills by Trail of Bits Team

Skills by Expo Team

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

Skills by Sentry team for their dev team.

Skills by Better Auth Team

Skills by Tinybird Team

Skills by Microsoft

Domain-specific knowledge for Azure SDK and Foundry development.

.NET Skills

Java Skills

Python Skills

Rust Skills

TypeScript Skills

General Skills

Skills by fal.ai Team

Skills by HashiCorp Team for Terraform

Skills by Sanity Team

Skills by WordPress Development Team

Skills by Transloadit Team

Skills by Firecrawl Team

Skills by OpenAI

Official curated skills from OpenAI's skills repository.

Marketing Skills by Corey Haines

Official marketing skills by Corey Haines, covering the full SaaS marketing stack from SEO and copywriting to growth, CRO, and paid acquisition.

Skills by Binance

Official Web3 and trading skills from the Binance team. Includes crypto market data, on-chain analytics, token security auditing, and spot trading via the Binance API.

  • binance/crypto-market-rank - Query crypto market rankings including trending tokens, smart money inflows, meme rankings, and top trader PnL leaderboards
  • binance/meme-rush - Track real-time meme token lists from launchpads (Pump.fun, Four.meme) and AI-powered hot market topics ranked by net inflow
  • binance/query-address-info - Retrieve all token holdings and portfolio positions for any wallet address on BSC, Base, or Solana
  • binance/query-token-audit - Audit token security to detect scams, honeypots, and malicious contracts across BSC, Base, Solana, and Ethereum
  • binance/query-token-info - Search tokens and fetch metadata, real-time market data, and K-Line candlestick charts by keyword or contract address
  • binance/trading-signal - Monitor on-chain Smart Money buy/sell signals with price, max gain, and exit rate data on Solana and BSC
  • binance/spot - Place and manage spot trading orders on Binance via API key authentication, supporting mainnet and testnet

Skills by Neon

Skills by Cloudflare Engineer

Skill by ClickHouse

Skills by Remotion

Skills by Replicate

Skills by Typefully

  • typefully/typefully - Create, schedule, and publish social media content across X, LinkedIn, Threads, Bluesky, and Mastodon

Product Manager Skills by Dean Peters

46 battle-tested product management skills by Dean Peters. Frame problems, hunt opportunities, scaffold validation experiments, and kill bad bets fast — with frameworks from Teresa Torres, Geoffrey Moore, Amazon, MITRE, and more.

Component Skills

Interactive Skills

Workflow Skills

Community Skills

Marketing

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
  • ReScienceLab/opc-skills - Agent skills for solopreneurs with SEO, geo, and LLM tools
  • SeanZoR/claude-speed-reader -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting
  • Skill_Seekers -Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.
  • blader/humanizer - Remove signs of AI-generated writing from text, making it sound more natural and human

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 .agents/skills/ ~/.agents/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

Skill Quality Standards

As the ecosystem grows, consistent quality helps agents discover and use skills reliably. The following references and criteria keep the bar high.

Quality Criteria

Area Guideline
Description Write in third person. State what the skill does and when to use it. Use specific keywords agents can match on (e.g., "PostgreSQL migration" not "database stuff").
Progressive disclosure Keep top-level metadata under ~100 tokens. Skill body should stay below 500 lines. Load resources (large docs, schemas) on demand, not inline.
No absolute paths Never hard-code machine-specific paths like /Users/alice/. Use relative paths or well-known variables ($HOME, $PROJECT_ROOT).
Scoped tools Request only the tools the skill actually needs. Avoid blanket "tools": ["*"]. Declare tool dependencies explicitly.

🤝 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.

Contributor ♥️ Thanks

Contributors

License

MIT License - see LICENSE

This is a curated list. Skills listed here are created and maintained by their respective authors and teams, not by us. We select community-adopted, proven skills and do not audit, endorse, or guarantee the security or correctness of listed projects. They are not security-audited and should be reviewed before production use.

If you find an issue with a listed skill or want your skill removed, please open an issue and we'll take care of it promptly.

Releases

No releases published

Packages