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.
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.
Frequently Asked Questions
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.
Citations (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
Related on TokRepo
Source & Thanks
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.
Discussion
Related Assets
Claude-Flow — Multi-Agent Orchestration for Claude Code
Layers swarm and hive-mind multi-agent orchestration on top of Claude Code with 64 specialized agents, SQLite memory, and parallel execution.
ccusage — Real-Time Token Cost Tracker for Claude Code
CLI that reads ~/.claude logs and breaks down Claude Code token spend by day, session, and project — pluggable into your statusline.
SuperClaude — Workflow Framework for Claude Code
Adds 16+ slash commands, 9 cognitive personas, and a smart flag system to Claude Code in one pipx install.