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.
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.
npx -y tokrepo@latest install 1fa30a19-40ef-4ae6-82c2-44431b66597c --target codexPrimero dry-run, confirma las escrituras y luego ejecuta este comando.
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.
Preguntas frecuentes
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.
Referencias (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
Relacionados en TokRepo
Fuente y agradecimientos
Created by affaan-m. Anthropic hackathon winner.
affaan-m/everything-claude-code — 140k+ stars
Discusión
Activos relacionados
Get Shit Done (GSD) — Meta-Prompting Dev System for Claude Code
A spec-driven development system with 48.6k GitHub stars. Adds phase-based planning, multi-agent execution, verification gates, and state persistence to Claude Code, Cursor, Gemini CLI and 9 more runtimes. Install with one npx command.
Claude Agent SDK — Build Agents with Claude Code Power
Anthropic's official TypeScript SDK for building AI agents with Claude Code's full capabilities — file editing, command execution, codebase understanding, and complex workflows. npm package.
pbi-cli — Power BI Skills for Claude Code
pbi-cli is a Python CLI that installs Claude Code skills for Power BI models and PBIR reports. Get started with pipx + `skills install`.
Claude Forge — Plugin Framework for Claude Code
Supercharge Claude Code with 11 AI agents, 36 commands, and 15 skills. The oh-my-zsh-inspired plugin framework with 6-layer security hooks. 5-minute install. 640+ GitHub stars.