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.
Installation avec revue préalable
Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.
npx -y tokrepo@latest install f49216f0-fc5b-4913-b78b-b07c2cbc2deb --target codexDry-run d'abord, confirmez les écritures, puis lancez cette commande.
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.
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.
How to use
- Browse the directory at the GitHub repository, organized by category (skills, agents, plugins, hooks, etc.).
- Find a skill, agent, or tool that matches your needs.
- Follow the linked repository's installation instructions, which are typically one-command installs.
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>/
| Category | Examples |
|---|---|
| Skills | Code review, testing, deployment, SEO |
| Agents | Research, content creation, debugging |
| Hooks | Pre-commit checks, auto-formatting |
| CLAUDE.md | Next.js, Django, Go, Rust templates |
Related on TokRepo
- Prompt Library — Prompts and skills for AI agents
- Coding AI Tools — AI development tools
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.
Questions fréquentes
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.
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.
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.
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.
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.
Sources citées (3)
- Awesome Claude Code GitHub— Curated directory of Claude Code ecosystem tools and extensions
- Anthropic Documentation— Claude Code skill system and extensibility
- Anthropic— Claude Code agent and plugin architecture
En lien sur TokRepo
Source et remerciements
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.
Fil de discussion
Actifs similaires
awesome-claude-code-setup — Claude Code Toolkit
awesome-claude-code-setup bootstraps slash commands, hooks, rules, and MCP helpers for Claude Code; verified 266 stars and a 30-second install script.
Awesome Claude Code & Skills — Curated List to Start Fast
Awesome Claude Code & Skills is a curated index of Claude Code resources and skill repos, helping you bootstrap a practical toolkit in one sitting.
Awesome Claude — Agents, MCP Servers, Skills & Hooks
Directory of Claude-centric agents, MCP servers, skills, hooks, and guides. Build a practical starter stack for Claude Code/Cursor.
Awesome Claude Code — Chinese Learning Hub (2026)
Awesome Claude Code is a Chinese learning hub for Claude Code: it links installation, pricing, workflows, subagents, MCP tools, and real project examples.