AIAny
AI Agent2025
Icon for item

awesome-agent-skills

Curated index of 1,100+ official and community Agent Skills for extending AI agents across platforms — Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, OpenCode, and more. Focuses on hand-picked, engineering-authored skills, organized by vendor, paths, and quality guidance.

Introduction

The surge of agent ecosystems (Claude Code, Gemini CLI, Codex, Cursor, Copilot, etc.) created abundant “skills” but also a lot of low-quality, bulk-generated noise. This collection matters because teams need a vetted catalog of real skills they can install or call from MCP servers and client agents — not a sea of unmaintained snippets.

What Sets It Apart
  • Large, curated breadth: lists 1,100+ skills from both official dev teams (Anthropic, Google, Vercel, Stripe, Cloudflare, Hugging Face, Microsoft, etc.) and community projects, grouped by vendor and skill path so agents can find the correct MCP/skill path quickly. (So what: saves discovery time and reduces the risk of installing wrong or broken skills.)
  • Engineering-first selection: emphasizes skills produced and maintained by engineering teams (not bulk AI‑generated artifacts) and surfaces quality signals and links to official docs. (So what: better reliability for production or internal workflows.)
  • Multi-agent compatibility: documents installation/paths and usage patterns across Claude Code, Codex, Gemini CLI, Cursor, Copilot, OpenCode, Windsurf and other agent clients. (So what: makes cross-agent reuse and migration much easier.)
  • Practical governance notes: includes a prominent security notice and recommendations for reviewing skills before use. (So what: encourages safe adoption and reduces supply-chain risks.)
Who It's For and Trade-offs

Great fit if you maintain, extend, or prototype agent-driven workflows and want a single place to discover production-oriented skills across vendors. It’s especially useful for engineering teams building MCP servers, agent plugins, or CI workflows that call skills.

Look elsewhere if you need step-by-step installation guides, exhaustive API docs, or if you require security-audited code — the repo is a curated index and catalog, not an audit; every skill should still be reviewed before production use.

Where It Fits

Use this repo as a discovery and vetting layer in your agent toolchain: pick candidate skills here, review the source, and then install or adapt the skill into your MCP server or agent client. It functions as the middle layer between vendor skill catalogs and your internal deployment/playbook.

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.