jeremylongshore c2da5a787e Add Skill Quality Standards section
Add quality standards reference section with canonical links (AgentSkills.io
spec, Anthropic best practices, anthropics/skills repo) and concise criteria
table covering description style, progressive disclosure, no absolute paths,
and scoped tools.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 19:01:11 -06:00
2026-01-29 11:51:02 +03:00
2025-10-28 11:55:32 +03:00
2026-02-11 19:01:11 -06:00

claude-skills

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

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.

Table of Contents

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

Skills by Vercel Engineering Team

Skills by Cloudflare Team

Skills by Supabase Team

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

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 Neon Team

Skill by Cloudflare Engineer

Skill by ClickHouse

Skills by fal.ai Team

Skills by HashiCorp Team for Terraform

Skills by Sanity Team

Skills by Remotion Team

Skills by WordPress Development Team

Skills by Transloadit Team

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

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.

Canonical References

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.

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