Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMar 28, 2026·2 min de lectura

Awesome Claude Code — Ecosystem Directory

Curated directory of Claude Code skills, agents, plugins, hooks, slash commands, and CLAUDE.md files. The definitive resource for Claude Code users.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Awesome Claude Code — Ecosystem Directory
Comando con revisión previa
npx -y tokrepo@latest install f49216f0-fc5b-4913-b78b-b07c2cbc2deb --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

TL;DR
A curated directory of Claude Code skills, agents, plugins, hooks, slash commands, and CLAUDE.md templates for extending Claude Code capabilities.
§01

What it is

Awesome Claude Code is a community-curated directory of the Claude Code ecosystem. It catalogs skills, agents, plugins, hooks, slash commands, and CLAUDE.md files that extend Claude Code's capabilities. The directory is organized by category, making it easy to discover tools for specific workflows like code review, testing, deployment, and content creation.

This resource targets Claude Code users who want to extend their setup beyond the defaults. Whether you need a code review skill, a deployment hook, or a CLAUDE.md template for your framework, the directory points you to the right repository.

§02

How it saves time or tokens

Without a central directory, finding Claude Code extensions requires searching GitHub, reading blog posts, and trial-and-error. Awesome Claude Code consolidates discoveries into a single, categorized list. Each entry includes a description, installation instructions, and the repository link. This cuts discovery time from hours to minutes.

§03

How to use

  1. Browse the directory at the GitHub repository, organized by category (skills, agents, plugins, hooks, etc.).
  2. Find a skill, agent, or tool that matches your needs.
  3. Follow the linked repository's installation instructions, which are typically one-command installs.
§04

Example

# Browse categories in the directory:
# - Skills (development, testing, deployment)
# - Agents (autonomous workflows)
# - Plugins (editor integrations)
# - Hooks (pre/post command actions)
# - CLAUDE.md templates (framework-specific)

# Install a skill you find
npx skills add <repo-org>/<repo-name>

# Or manually copy SKILL.md to your project
mkdir -p .claude/skills/<skill-name>
cp SKILL.md .claude/skills/<skill-name>/
CategoryExamples
SkillsCode review, testing, deployment, SEO
AgentsResearch, content creation, debugging
HooksPre-commit checks, auto-formatting
CLAUDE.mdNext.js, Django, Go, Rust templates
§05

Related on TokRepo

§06

Common pitfalls

  • Community skills vary in quality and maintenance. Check the repository's last commit date and issue count before relying on a skill for production workflows.
  • Some skills may conflict with each other if they override the same Claude Code behaviors. Test new skills in a separate project first.
  • The directory is community-maintained and may not include every available extension. Searching GitHub directly can surface newer tools not yet listed.

Preguntas frecuentes

How do I contribute to Awesome Claude Code?+

Submit a pull request to the GitHub repository with your skill, agent, or tool. Follow the contribution guidelines in the README, which typically require a brief description, installation instructions, and a link to your repository.

Are all listed tools free?+

Most tools in the directory are open source and free. Some may have premium features or require API keys for external services. Check individual repository licenses.

How often is the directory updated?+

The directory is community-maintained and updated through pull requests. Popular directories receive frequent updates, but there may be a lag for newly released tools.

Can I use these tools with Claude Desktop?+

Some tools are Claude Code-specific (skills, hooks), while others (MCP servers, CLAUDE.md patterns) work with Claude Desktop as well. Check individual tool documentation for compatibility.

What is the difference between skills and plugins?+

Skills are SKILL.md files that extend Claude Code's knowledge and capabilities. Plugins are deeper integrations that may modify Claude Code's behavior through hooks, custom commands, or external tool connections.

Referencias (3)
🙏

Fuente y agradecimientos

Created by hesreallyhim. Licensed under CC BY-NC-ND 4.0. awesome-claude-code — ⭐ 33,500+

Thanks to hesreallyhim for curating the definitive Claude Code ecosystem directory.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados