Development workflow agents for Claude Code. Research, synthesize, design, and review -- with structured output and validation.
The ai-assisted-development plugin provides specialized agents for common development tasks:
- Web Research -- Structured web research with validated report output
- Codebase Research -- Architectural analysis of repositories
- Synthesis -- Combine research reports into focused insights
- Document Reviewer -- Quality analysis of markdown documentation
- Statusline -- Shows plugin version and installation status in Claude Code
Agents produce validated, structured output using templates and validation scripts.
git clone https://github.com/macgregor/claude-code-toolbox.git
cd claude-code-toolbox
make install-pluginNavigate to any repository and use Claude Code normally:
cd ~/your-project
claudeInvoke agents via commands (e.g. /web-research "topic") or spawn them directly.
- CONTRIBUTING.md - Local development setup and testing
- docs/devcontainer.md - Isolated development environment
- docs/claude-code-reference.md - Platform features and constraints
- docs/ai-learning-material.md - AI development resources