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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).