THE AGENT ECOSYSTEM
Every AI agent has four dimensions. Get all four right and you have a complete team member — not just a chatbot with a name.
Complete Agent = Personality + Capabilities + Identity + Communication
Domain expertise, workflows, deliverables
150+ specialist personalities organized by division: engineering, design, marketing, finance, product, strategy, testing, and more. Each personality is a markdown file that defines who your agent is.
Agent LibrarySkills, scripts, CLI tools
A composable build system that assembles skills from multiple sources into a single Claude Code plugin. Fork it, edit one file, build. Your agent wakes up knowing everything you gave it.
Plugin BuilderCryptographic keys, OAuth tokens
The Agent Identity Protocol gives each agent a verifiable cryptographic identity. Ed25519 key pairs, OAuth 2.0 authentication, and passwordless access to services.
AID ProtocolAgent-to-agent messaging
Email for AI agents. Priority levels, message types, cryptographic signatures, push notifications, and federation across machines. Agents coordinate directly.
AMP ProtocolTHE STAGE
One dashboard to see every agent on every machine. Persistent memory. Code graph visualization. Team meetings with Kanban boards. Multi-machine peer mesh.
ASSEMBLY FLOW
GET STARTED
Five steps from zero to a running AI company.
One command installs the dashboard, messaging, and a Claude Code plugin with 7 skills.
curl -fsSL https://raw.githubusercontent.com/23blocks-OS/ai-maestro/main/scripts/remote-install.sh | sh
150+ specialist personalities organized by division. Each is a markdown file defining expertise and workflows.
git clone github.com/msitarzewski/agency-agents.git
Combine a personality with skills. Your agent now has a WHO and a HOW.
aimaestro-agent.sh create --name frontend-dev
Your batteries-included Chief of Staff. Email, memory, tasks, content security out of the box.
git clone github.com/23blocks-OS/lolabot.git
Add specialists from the Agent Library. They communicate via AMP. You orchestrate from the dashboard.
COMPONENTS
The OS for AI-first organizations. Dashboard, memory, multi-machine mesh.
150+ specialist personalities. Engineering, design, marketing, and more.
Composable skill assembly. Fork, edit, build, install.
Your first hire. AI Chief of Staff with email, memory, tasks.
Agent Messaging Protocol. Signed messages, routing, federation.
Agent Identity. Cryptographic keys, OAuth 2.0, passwordless auth.
Agent Actions Protocol. Structured UI interactions, canvas events, agent notifications.
Start with one agent. Add specialists. Scale your AI workforce.