Skip to content

macgregor/claude-code-toolbox

Repository files navigation

Claude Code Toolbox

Infrastructure for agent coordination. Track agent execution, persist context across sessions, and build multi-agent workflows.

What This Does

The ai-assisted-development plugin observes agent execution via hooks and stores:

  • User prompts and agent outputs
  • Agent-created artifacts
  • Session logs pruned to request boundaries
  • Complete audit trail

Agents coordinate without coupling. They output tags; the system extracts them. No special tools required.

See ARCHITECTURE.md for design details.

Quick Start

Install

git clone https://github.com/macgregor/claude-code-toolbox.git
cd claude-code-toolbox
make install-plugin

Use on Your Projects

Navigate to any repository and use Claude Code normally. The plugin tracks execution automatically:

cd ~/your-project
claude

Check .toolbox/events/ for captured context and artifacts.

Documentation

Using:

Building:

Learning:

About

Agents, Skills, Commands, research and other tools for Claude Code, wrapped in Marketplace/Plugin for distribution

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors