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

Awesome Claude Code Toolkit — 135 Agents, 176 Plugins

The most comprehensive Claude Code toolkit: 135 agents, 176+ plugins, 35 skills, 42 commands, 20 hooks, 15 rules, and 13 MCP configs. Apache 2.0 license, 1.1K+ GitHub stars.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Awesome Claude Code Toolkit
Comando de instalación directa
npx -y tokrepo@latest install 09c9dd4c-33aa-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con dry-run.

TL;DR
A curated collection of 135 agents, 176 plugins, 35 skills, and 42 commands for extending Claude Code.
§01

What it is

The Awesome Claude Code Toolkit is a curated collection of extensions for Claude Code. It packages 135 agents, 176+ plugins, 35 skills, 42 commands, 20 hooks, 15 rules, and 13 MCP configurations into a single installable repository. Each extension is documented with usage instructions and configuration examples.

The toolkit is aimed at Claude Code users who want to expand their agent's capabilities without building custom extensions from scratch. Whether you need a code reviewer, a security auditor, a database helper, or a deployment automation agent, this toolkit likely has an option.

§02

How it saves time or tokens

Instead of searching for individual Claude Code plugins across GitHub, this toolkit aggregates them in one place with standardized installation. The plugin marketplace integration means you can install extensions with a single command. Pre-configured hooks and rules automate common workflows like linting, testing, and formatting without manual setup.

The agents in the toolkit are pre-trained with role-specific system prompts, reducing the token overhead of explaining the agent's role in every conversation.

§03

How to use

  1. Install via the plugin marketplace:
/plugin marketplace add https://github.com/rohitg00/awesome-claude-code-toolkit
/plugin install act@act
  1. Or clone and install manually:
git clone https://github.com/rohitg00/awesome-claude-code-toolkit.git
cd awesome-claude-code-toolkit
./install.sh
  1. Browse available extensions by category and install the ones you need.
§04

Example

{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Write",
        "hooks": ["eslint --fix $CLAUDE_FILE_PATH"]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Write",
        "hooks": ["prettier --write $CLAUDE_FILE_PATH"]
      }
    ]
  }
}

This hook configuration automatically lints and formats files after Claude Code writes them. Add it to ~/.claude/settings.json to apply globally.

§05

Related on TokRepo

§06

Common pitfalls

  • Installing all 176 plugins at once slows down Claude Code's startup. Install only the plugins you actively use and remove unused ones.
  • Some agents require API keys for external services (databases, CI/CD platforms, cloud providers). Read the agent's README for prerequisites before installing.
  • Hook configurations can conflict if multiple hooks target the same tool event. Review your hooks configuration for overlapping matchers.

Preguntas frecuentes

Is the toolkit compatible with the latest Claude Code version?+

The toolkit is maintained to stay compatible with current Claude Code releases. Check the repository's README for the minimum required Claude Code version. Some plugins may lag behind after major Claude Code updates.

Can I contribute my own plugins to the toolkit?+

Yes. The toolkit accepts contributions via pull requests. Each plugin needs documentation, an install script, and example configuration. The repository provides a template for submitting new plugins.

Do I need to install all 176 plugins?+

No. The toolkit is modular. You install individual plugins, agents, or skills based on your needs. The marketplace command lets you browse and install specific extensions without downloading the entire collection.

Are the agents customizable?+

Yes. Each agent is defined by a system prompt and configuration file. You can modify the system prompt to adjust behavior, add domain-specific instructions, or change the default model settings.

Does the toolkit work with MCP servers?+

Yes. The toolkit includes 13 MCP configurations for services like GitHub, Slack, PostgreSQL, and Docker. These configurations are ready-to-use templates that you add to your .mcp.json file.

Referencias (3)
🙏

Fuente y agradecimientos

Created by rohitg00. Licensed under Apache 2.0.

awesome-claude-code-toolkit — ⭐ 1,100+

Thanks to rohitg00 for assembling the most feature-complete toolkit for Claude Code developers.

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