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

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.