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

MCP Server for Semantic Search in Obsidian Vaults
A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.

Hands-On with Tencent's Model: Strong for Agentic Workflows, Weak for Complex Coding
Tencent's model scores 8/10 for agentic tasks with low hallucination rates, but fails on complex coding like Notion API schemas. Avoid for backend logic.

CLI-Anything-WEB: Open-source plugin that reverse-engineers any website into a Python CLI for Claude Code
CLI-Anything-WEB is an open-source Claude Code plugin that watches your browser traffic, reverse-engineers the protocol, and generates a full Python CLI with auth, tests, and --json support. 19 sample CLIs included for sites like Reddit, Booking, Airbnb, ChatGPT, and LinkedIn.

Jan Adds One-Click OpenClaw Installation with Jan-v3-Base Model Integration
Jan now supports one-click installation of OpenClaw with direct integration to the Jan-v3-base model, keeping all operations local and private on your computer.