Atoo Studio: Open-Source Workspace for Managing Multi-Project Claude Code Workflows

A developer has released Atoo Studio, an open-source workspace designed specifically for managing workflows when using Claude Code across multiple projects. The tool was built over approximately 2.5 weeks to address the terminal and tab chaos that emerged from heavy Claude Code usage.
Core Problem and Approach
The creator explicitly states they wanted "not another chat wrapper, but a workspace that treats agent work more like software development itself." This distinguishes it from simple interface layers.
Specific Features Extracted from Source
- Session Forking: Allows forking sessions "like Git branches." This suggests versioning or parallel experimentation capabilities for agent interactions.
- Cross-Agent Continuation: Enables continuing "the same session across Claude Code, Codex CLI and Gemini CLI." This indicates session state persistence across different AI coding agent interfaces.
- Integrated Workspace Components: Keeps "preview, DevTools and logs in the same workspace." This consolidates development tools rather than scattering them across windows.
- Real Environment Execution: Lets "agents run real environments instead of just editing files." This implies the workspace provides execution contexts beyond file manipulation.
Development and Current Status
The tool was built using Claude Code as "one of the main tools" during development. It's currently in "very early alpha" with a public repository available. The creator is specifically seeking feedback on whether the session forking/cross-agent continuation approach and application layout represent a useful direction.
Availability
- GitHub Repository: https://github.com/atooai/atoo-studio
- Website: https://atoo.ai/
The tool appears targeted at developers who use multiple AI coding agents across different projects and want a more organized, development-like workflow management system.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reddit user measures MCP token overhead: 67K tokens consumed before any question
A developer measured their MCP server token overhead at 67,000 tokens consumed before typing a single question, with Playwright MCP using 13,600 tokens and GitHub MCP using 18,000 tokens idle. They replaced MCP with skills and CLI tools for lower context costs.

Galadriel: Open-Source Warm-Cache Harness for Persistent Claude Agents
Galadriel is a 3-tier stacked caching harness for Claude that reduces costs by 87% and latency to under 3s for 100K token prompts. Integrates MemPalace for persistent vector memory.

Automate GitHub PR review with Claude Code agents
A developer built an agent that processes GitHub mentions, spawns Claude Code workers to review or fix PRs, and only escalates ambiguous cases to humans.

Claude-ETA Plugin Adds Task Timing and Repair Loop Detection to Claude Code
Claude-ETA is a Claude Code plugin that times tasks, learns your actual velocity, and feeds real data back into Claude before it responds. It also detects repair loops by fingerprinting error content and intervenes after three identical failures.