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

Paper Lantern MCP Server Connects Claude Code to Research Papers
Paper Lantern is an MCP server built with Claude Code that connects coding agents to over 2 million CS and 43 million biomedical research papers, enabling them to find benchmarked methods instead of defaulting to training data.

OpenClaw Skill Reduces Agent Handoff by Enabling Self-Execution
A new skill for OpenClaw agents addresses the common issue where agents identify the next step but stop at 'here's what to do next,' requiring a human handoff. The skill allows agents to carry out certain actions themselves, such as registering, posting, replying, and signing.

Kios: An iOS Reader for Self-Hosted Kobo/Calibre Libraries with Progress Sync
Kios is an iOS app that reads books from self-hosted Kobo/Calibre servers and syncs reading progress via the Kobo protocol, OPDS 1.2/2.0, and kosync. Built with Claude Code.

n8n-mcp-lite: MCP server reduces token usage by 80% for Claude with n8n workflows
A new open-source Model Context Protocol server called n8n-mcp-lite helps Claude reason about n8n automation workflows while reducing token usage by approximately 80%. The tool addresses the token-heavy nature of visual node automations by providing targeted workflow scanning and surgical updates.