SkillsApr 9, 2026·3 min read

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.

AI
AI Open Source · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

Install via plugin marketplace:

/plugin marketplace add https://github.com/rohitg00/awesome-claude-code-toolkit
/plugin install act@act

Or install via git clone:

git clone https://github.com/rohitg00/awesome-claude-code-toolkit.git
cd awesome-claude-code-toolkit
npm install
./install.sh --profile full

For specific categories only:

./install.sh --profile frontend
./install.sh --profile backend
./install.sh --profile devops

Intro

Awesome Claude Code Toolkit is the most comprehensive toolkit for Claude Code with 1,100+ GitHub stars, offering 135 specialized agents, 176+ production plugins, 35 curated skills (plus 400,000+ via SkillKit), 42 commands, 20 hooks, 15 multi-language rules, and 13 MCP configurations. It covers the entire development lifecycle from code review to DevOps to security auditing. Licensed under Apache 2.0 and actively maintained.

Best for: development teams wanting a batteries-included Claude Code setup covering all domains. Works with: Claude Code, compatible with Cursor and Codex via manual install.


What's Included

176+ Production Plugins

Organized by domain:

Domain Plugin Count Examples
Accessibility 5+ WCAG compliance, screen reader testing
API Design 10+ REST, GraphQL, OpenAPI validation
Backend Architecture 15+ Microservices, event sourcing, CQRS
Code Review 10+ Quality gates, style enforcement
DevOps 20+ CI/CD, monitoring, infrastructure
Frontend 15+ React, Vue, Angular patterns
Security 10+ OWASP, vulnerability scanning
Testing 10+ Unit, integration, e2e automation

135 Specialized Agents

Organized across 10 categories matching development team roles:

  • Core Development (API, frontend, backend, mobile)
  • Language Specialists (TypeScript, Python, Go, Rust, and 20+ more)
  • Infrastructure (Docker, K8s, Terraform, cloud)
  • Quality & Security (code review, pentesting, compliance)
  • Data & AI (ML, LLM, data engineering)
  • Developer Experience (docs, CLI, refactoring)
  • Specialized Domains (blockchain, fintech, gaming)
  • Business & Product (PM, technical writing, UX)
  • Meta & Orchestration (multi-agent coordination)
  • Research & Analysis

35 Curated Skills + 400K via SkillKit

Hand-picked skills for common workflows, plus integration with SkillKit for access to 400,000+ community skills.

42 Commands

Slash-style shortcuts for rapid workflow execution:

  • /plan — Generate implementation plans
  • /review — Code review with quality scoring
  • /deploy — Deployment automation
  • /test — Test generation and execution

20 Hooks

Lifecycle event handlers for automation:

  • Pre-commit quality gates
  • Post-deploy notifications
  • Error handling and recovery
  • Context preservation

15 Multi-Language Rules

Code enforcement guidelines covering:

  • Common (applies to all languages)
  • TypeScript, Python, Go, Java, Kotlin, Rust, C++, PHP, Perl
  • Each with idiomatic patterns and best practices

13 MCP Configurations

Pre-configured MCP server setups for popular integrations.

Installation Profiles

Profile Includes
full Everything — all agents, plugins, skills, rules
frontend Frontend-focused agents, React/Vue plugins
backend Backend agents, API design, database plugins
devops Infrastructure agents, CI/CD, monitoring
security Security agents, OWASP plugins, compliance

FAQ

Q: What is Awesome Claude Code Toolkit? A: The most comprehensive Claude Code toolkit offering 135 agents, 176+ plugins, 35 skills, 42 commands, 20 hooks, 15 rules, and 13 MCP configs for full-stack development.

Q: Is it free to use? A: Yes, open source under the Apache 2.0 license.

Q: Can I install only specific parts? A: Yes, use installation profiles (--profile frontend, --profile devops, etc.) to install only what you need.


🙏

Source & Thanks

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.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets