0xfurai/claude-code-subagents
825 stars · Last commit 2025-10-15
A comprehensive collection of 100+ production-ready development subagents for Claude Code
README preview
# Claude Code Subagents Collection A comprehensive collection of specialized AI subagents for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), designed to enhance development workflows with domain-specific expertise. ## Overview This repository contains 100+ specialized subagents that extend Claude Code's capabilities. Each subagent is an expert in a specific domain, automatically invoked based on context or explicitly called when needed. All agents are configured with specific Claude models based on task complexity for optimal performance and cost-effectiveness. ## Available Subagents ### Programming Languages & Frameworks - **[bash-expert](agents/bash-expert.md)** - Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities - **[python-expert](agents/python-expert.md)** - Master advanced Python features, optimize performance, and ensure code quality - **[javascript-expert](agents/javascript-expert.md)** - Modern JavaScript development with ES6+, async patterns, and Node.js APIs - **[typescript-expert](agents/typescript-expert.md)** - TypeScript development with type safety, interfaces, and advanced features - **[java-expert](agents/java-expert.md)** - Java development with Spring Boot, enterprise patterns, and JVM optimization - **[go-expert](agents/go-expert.md)** - Go development with concurrency, channels, and idiomatic patterns - **[rust-expert](agents/rust-expert.md)** - Rust development with memory safety, ownership patterns, and systems programming - **[c-expert](agents/c-expert.md)** - C programming with memory management, system calls, and performance optimization - **[cpp-expert](agents/cpp-expert.md)** - Modern C++ with STL, templates, RAII, and smart pointers