DEV Community

William Wang
William Wang

Posted on

Top 10 Agent Skills Registries for Claude Code, Codex & Gemini CLI (2026)

The AI coding agent ecosystem exploded in 2026. Claude Code, OpenAI Codex CLI, Google Gemini CLI, Cursor, and GitHub Copilot all now support Agent Skills — modular markdown files (SKILL.md) that teach AI assistants new capabilities.

But where do you actually find good skills to install? Here are the 10 best agent skills registries and directories in 2026.


1. TokRepo — Open Agent Skills Registry

🔗 tokrepo.com

500+ skills across 6 categories: Skills, MCP Servers, Prompts, Scripts, Workflows, and Configs.

What makes TokRepo stand out:

  • Community-ranked — skills sorted by votes and real usage
  • Cross-platform — works with Claude Code, Codex CLI, Gemini CLI, Cursor
  • One-command install — every skill includes a ready-to-use install command
  • Searchable — full-text search with category filtering
  • Bilingual — English + Chinese interface

Best for: Developers who want a web-based registry with search, filtering, and community curation instead of browsing raw GitHub repos.

👉 Also check: Best MCP Servers | AI Prompts


2. Anthropic Official Skills Repository

🔗 github.com/anthropics/skills

The official skills repo from the creators of Claude Code and the SKILL.md specification. Contains the reference implementation and spec documentation.

Best for: Understanding the SKILL.md standard and finding officially maintained skills.


3. alirezarezvani/claude-skills

🔗 github.com/alirezarezvani/claude-skills

220+ skills covering engineering, marketing, product, compliance, and C-level advisory. Compatible with Claude Code, Codex, Gemini CLI, Cursor, and 8 more agents.

Best for: Finding specialized professional skills beyond just coding.


4. VoltAgent/awesome-agent-skills

🔗 github.com/VoltAgent/awesome-agent-skills

Community-curated awesome list featuring official skills from Anthropic, Google Labs, Vercel, Stripe, and community contributions.

Best for: Discovering officially published skills from major dev teams.


5. SkillsMP (Skills Marketplace)

🔗 skillsmp.com

Claims 700,000+ agent skills with intelligent filtering by occupation, author, and popularity. All skills use the open SKILL.md standard.

Best for: Sheer volume — if it exists, SkillsMP probably has it.


6. Antigravity Awesome Skills

🔗 github.com/sickn33/antigravity-awesome-skills

1,370+ skills with a CLI installer. Install everything at once with:

npx antigravity-awesome-skills --claude
Enter fullscreen mode Exit fullscreen mode

Best for: Bulk installing a large skill library in one command.


7. OpenAI Codex Skills Catalog

🔗 github.com/openai/skills

Official skills catalog for OpenAI Codex CLI. Includes installation guides and the Codex-specific skill format (compatible with SKILL.md).

Best for: Codex CLI users who want officially supported skills.


8. LobeHub Skills Marketplace

🔗 lobehub.com/skills

Part of the LobeHub ecosystem. Features skills for Claude Code, Codex, and other agents with a polished marketplace UI.

Best for: Visual discovery with a clean marketplace interface.


9. Cursor Marketplace

🔗 cursor.com/marketplace

Launched February 2026. Official Cursor plugin marketplace bundling MCP servers, skills, subagents, hooks, and rules.

Best for: Cursor users who want one-click plugin installs directly in the editor.


10. SkillRegistry.io

🔗 skillregistry.io

Dedicated SKILL.md file registry. Find and install skills for Claude, ChatGPT, and other AI agents.

Best for: Focused SKILL.md discovery without the noise of general-purpose marketplaces.


How to Install Agent Skills

All of these registries use the SKILL.md open standard (published by Anthropic at agentskills.io). Installation is typically one command:

Claude Code:

claude skill add <skill-name>
Enter fullscreen mode Exit fullscreen mode

Codex CLI:

codex plugin install <skill-name>
Enter fullscreen mode Exit fullscreen mode

Gemini CLI:

# Copy to ~/.gemini/skills/ or .agents/skills/
Enter fullscreen mode Exit fullscreen mode

Cursor:

/add-plugin <plugin-name>
Enter fullscreen mode Exit fullscreen mode

Which Registry Should You Use?

Registry Best For Skills Count
TokRepo Search + community ranking 500+
Anthropic Official Reference skills ~50
alirezarezvani Professional skills 220+
SkillsMP Volume 700K+
Antigravity Bulk install 1,370+
Cursor Marketplace Cursor users Growing

My recommendation: Start with TokRepo for curated, community-ranked skills, then explore the GitHub collections for niche needs.


What's your favorite skills registry? Drop a comment below!

Top comments (0)