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.
Instalación lista para agent
Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.
npx -y tokrepo@latest install 09c9dd4c-33aa-11f1-9bc6-00163e2b0d79 --target codexEjecutar después de confirmar el plan con dry-run.
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.
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.
How to use
- Install via the plugin marketplace:
/plugin marketplace add https://github.com/rohitg00/awesome-claude-code-toolkit
/plugin install act@act
- Or clone and install manually:
git clone https://github.com/rohitg00/awesome-claude-code-toolkit.git
cd awesome-claude-code-toolkit
./install.sh
- Browse available extensions by category and install the ones you need.
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.
Related on TokRepo
- AI coding tools -- Explore more developer tools for AI-assisted coding
- Prompt library -- Browse reusable prompts and skill templates
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
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.
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.
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.
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.
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)
- Awesome Claude Code Toolkit GitHub— 135 agents, 176+ plugins, 35 skills, 42 commands
- Toolkit License— Apache 2.0 license
- Claude Code Documentation— Claude Code hooks and configuration system
Relacionados en TokRepo
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
Activos relacionados
Awesome Claude Code Subagents — 130+ Specialized Agents
Install 130+ specialized Claude Code subagents across 10 categories: core dev, language experts, infra, security, data/AI, DevEx, and business. Plugin-based with 16.7K GitHub stars.
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-notes — Agents, Skills & Hooks
A production asset library for Claude Code and AI coding harnesses: 28 agents, 125 skills, 60 commands, plus hooks, rules, and MCP configs.
Awesome QA Skills — Test Skills for Codex & Claude
Awesome QA Skills organizes reusable testing skills for Codex, Cursor, and Claude Code; verified 58 stars with copy-based installs and all-tool scripts.