Org Studio: Open-source dashboard for managing multi-agent AI teams

Org Studio is an open-source dashboard designed to manage teams of AI agents by applying organizational design principles. The tool addresses coordination challenges that arise when running multiple agents, moving beyond simple single-agent setups to structured team management.
Key Features
- Multi-runtime support: Connects to both OpenClaw and Hermes Agent simultaneously through a simple interface (discover, send, health). The registry routes everything automatically.
- Cross-runtime communication: A Hermes agent can mention an OpenClaw agent in a task comment using @mention syntax, with notifications routing to the correct runtime via a task board.
- Team topology with domain ownership: Applies real organizational design principles including mission, values, and domain boundaries.
- Event-driven task board: Agents pick up work instantly as tasks are created.
- Vision-driven sprints: Focuses on defining outcomes rather than individual tasks.
- Auto-detected feedback: Operating principles are automatically injected into agent context based on feedback, enabling agents to improve over time.
- Storage options: File storage by default with optional Postgres support.
Getting Started
Install with: npx create-org-studio@latest
This type of tool is useful for developers who have moved beyond single-agent setups and need structured coordination for multiple AI agents working together. The multi-runtime support specifically addresses the practical challenge of managing agents across different platforms.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Repo Tokens: GitHub Action Adds Token Count Badge for LLM Context Window Awareness
Repo Tokens is a GitHub Action that counts your codebase's size in tokens using tiktoken and displays a badge in your README showing what percentage of an LLM's context window it fills. The badge uses green for under 30%, yellow for 50-70%, and red for 70%+.

Xiaozhen: A Claude Code skill that digs three layers into root causes
Xiaozhen (小真) is a Claude Code skill that uses three mechanics—The Gift, Three Layers Deep, and The Prediction—to help users uncover what's actually bothering them rather than giving direct advice. It's installed with a one-line curl command and activated by typing /小真 in Claude Code.

SwiftUI Agent Skill: Enhancing View Development with AI
SwiftUI Agent Skill is an open-source tool that uses AI to improve SwiftUI view development by embedding best practices and optimizations.

Turn Your Knowledge Base into a Wiki + MCP Server for Claude
A demo of Akyn transforming a knowledge base (URL, PDF, Notion) into a wiki and exposing it as an MCP server, enabling Claude to query and write back — with OAuth, human-in-the-loop, and auto-sync.