Everything Claude Code — 38 Agents 156 Skills System
Massive Claude Code enhancement with 38 specialized agents and 156 skills across 12 language ecosystems. Anthropic hackathon winner with multi-agent orchestration built in.
What it is
Everything Claude Code is a community-built plugin that bundles 38 specialized AI agents and 156 skills into a single installable package for Claude Code. It covers 12 language ecosystems and was an Anthropic hackathon winner.
The target audience is developers who use Claude Code daily and want ready-made agents for tasks like code review, testing, refactoring, and documentation across multiple languages without configuring each one individually.
How it saves time or tokens
Instead of writing custom prompts for each task, you get pre-tuned agents that already know the context for their specialty. Each agent carries its own skill set, so you skip the prompt-engineering loop. The multi-agent orchestration routes your request to the right specialist, reducing wasted tokens on generic completions.
How to use
- Install the plugin from the Claude Code plugin marketplace:
/plugin marketplace add affaan-m/everything-claude-code
- The 38 agents and 156 skills activate automatically based on your project context.
- Use natural language in Claude Code as usual. The orchestrator routes to the matching agent.
Example
# Install via plugin marketplace
/plugin marketplace add affaan-m/everything-claude-code
# Once installed, agents activate by context.
# For example, opening a Python file triggers the Python specialist agent.
# Opening a Rust file triggers the Rust agent.
Related on TokRepo
- AI Tools for Coding — Browse more coding-focused AI tools and workflows
- Prompt Library — Curated prompts that pair well with multi-agent setups
Key considerations
When evaluating Everything Claude Code for your workflow, consider the following factors. First, assess whether your team has the technical prerequisites to adopt this tool effectively. Second, evaluate the maintenance burden against the productivity gains. Third, check community activity and documentation quality to ensure long-term viability. Integration with your existing toolchain matters more than feature count alone. Start with a small pilot project before rolling out across the organization. Monitor resource usage during the initial adoption phase to identify bottlenecks early. Document your configuration decisions so team members can onboard independently.
Common pitfalls
- Installing on a machine with limited RAM may slow down agent initialization since 38 agents load context on demand.
- Not all 12 language ecosystems may be relevant to your project; unused agents add no overhead but can clutter skill listings.
- The plugin depends on a specific Claude Code version; check compatibility before updating either the plugin or Claude Code itself.
Frequently Asked Questions
It covers 12 language ecosystems. Each ecosystem has dedicated agents and skills tuned for that language's idioms, toolchain, and best practices.
No. After installing the plugin, agents activate automatically based on your project context. If you open a Python file, the Python-specialist agent handles requests. No manual routing required.
Check the plugin repository for version compatibility notes. The plugin tracks Claude Code releases, but there may be a short lag after major Claude Code updates before the plugin is updated.
Yes. You can selectively disable agents or skills through the plugin configuration. This keeps the skill list clean without affecting the agents you use.
No. It is a community-built plugin that won an Anthropic hackathon. It is not maintained or endorsed by Anthropic as an official product.
Citations (3)
- Everything Claude Code GitHub— Anthropic hackathon winner with multi-agent orchestration
- Everything Claude Code README— 38 agents and 156 skills across 12 language ecosystems
- Anthropic Claude Code Docs— Claude Code plugin marketplace installation
Related on TokRepo
Source & Thanks
Created by affaan-m. Anthropic hackathon winner.
affaan-m/everything-claude-code — 140k+ stars
Discussion
Related Assets
code-simplifier — Anthropic Official Cleanup Subagent
Anthropic's open-source post-task cleanup agent that Boris Cherny runs after every Claude Code session. Refactors for clarity without changing behavior.
Ralph Wiggum — Anthropic Official Autonomous Loop Plugin
Official Anthropic plugin that turns Claude Code into an autonomous loop. Adds /ralph-loop and /cancel-ralph for long-running self-improving task execution.