
Ai Assisted Development
- 2 repo stars
- Updated January 7, 2026
- macgregor/claude-code-toolbox
Agents, skills, and commands for AI-assisted development workflows
About
ai-assisted-development is a Claude Code skill in the Automation & Workflows category. Agents, skills, and commands for AI-assisted development workflows
- ai-assisted-development
- Automation & Workflows
- AI-coding skill
Ai Assisted Development by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add macgregor/claude-code-toolbox/plugin install ai-assisted-development@claude-code-toolboxAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | January 7, 2026 |
| Repository | macgregor/claude-code-toolbox ↗ |
What it does
Agents, skills, and commands for AI-assisted development workflows
README.md
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:
- ARCHITECTURE.md - System design and lifecycle tracking
- docs/devcontainer.md - Isolated development environment
Building:
- CONTRIBUTING.md - Local development setup and testing
- docs/claude-code-reference.md - Platform features and constraints
Learning:
- docs/ai-learning-material.md - AI development resources