Discover and explore top open-source AI tools and projects—updated daily.
notqueSpecialized AI agent system
New!
Top 90.4% on SourcePulse
The claude-code-toolkit provides an AI agent system designed to enhance large language models like Claude Code, transforming them into specialized teams. It introduces a /do router that directs tasks to domain-specific agents, applying structured workflows and methodologies for tasks like debugging, thereby offering domain expertise and managed workflows without manual overhead. This system aims to provide domain expertise and structured workflows automatically, built over a year of daily use.
How It Works
The core innovation is the /do router, which acts as an intelligent dispatcher. When a user issues a command (e.g., /do debug this Go test), the router identifies the domain (Go testing) and selects a specialized agent. This agent then applies a predefined debugging methodology and enforces gated phases, ensuring structured and expert-level task execution. This approach aims to deliver domain expertise and consistent workflows automatically, without requiring the user to manage the underlying complexity.
Quick Start & Requirements
install.sh script.
git clone https://github.com/notque/claude-code-toolkit.git ~/claude-code-toolkit
cd ~/claude-code-toolkit
./install.sh --symlink
start-here.md.Highlighted Details
/do router for task delegation to specialized AI agents.Maintenance & Community
No specific details on contributors, sponsorships, community channels (like Discord/Slack), or roadmaps are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The README does not explicitly list limitations. However, its reliance on "Claude Code" suggests it might be tailored for a specific LLM or environment, and the "built over a year of daily use" implies a mature but potentially opinionated system. Further investigation into start-here.md and the codebase would be needed to uncover specific constraints or unsupported scenarios.
1 day ago
Inactive
msitarzewski