Thebrownproject Space Agents
thebrownproject-space-agents is a Claude Code plugin for the Build phase that orchestrates multi-agent missions and voyages with coordinated autonomous execution.
Install Space Agents to orchestrate multi-agent missions and voyages in Claude Code with a Houston-style coordinator for autonomous objectives.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install thebrownproject-space-agents@thebrownproject/space-agentsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:thebrownproject/space-agents") and the paste-ready config with skillselion.get_install_config("plugin:thebrownproject/space-agents").
What it does
thebrownproject-space-agents is a Claude Code plugin that frames agent orchestration as coordinated missions: multiple agents autonomously advance objectives while a central coordinator—described in catalog keywords as Houston—keeps voyages aligned. Solo builders experimenting with multi-agent setups often hit chaos when every session spawns ad-hoc subagents without shared mission state; this plugin markets itself as the structuring layer for those runs. It fits the Build phase when you are composing agent tooling stacks, wiring parallel work, or prototyping autonomous workflows before production hardening. It is not a substitute for observability platforms or security review; treat orchestration as power that needs clear mission boundaries and human checkpoints. Community scale is early (low stars), so use it as an exploration framework and read SKILL.md triggers for how missions start and end. Compatible primarily with Claude Code and similar agent hosts that support plugin-command patterns.
Highlights
- Multi-agent orchestration framework branded around space missions and voyages
- Houston-style coordination metaphor for directing autonomous agent objectives
- Designed for Claude Code to execute work across agents while you retain oversight
- Single-plugin repo focused on orchestration rather than domain-specific MCP tools
- Keywords emphasize autonomous execution, multi-agent, and system-level coordination
Why builders use it
Solo builders who spin up multiple Claude agents lack a mission model, so parallel work duplicates effort or drifts from the objective.
After registration, you can run Space Agents orchestration so coordinated agents execute voyages toward defined missions instead of one-off chats.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is thebrownproject-space-agents for?
It is for Claude Code users building multi-agent setups who want mission-based orchestration and autonomous execution with a coordinator role.
When should I use thebrownproject-space-agents?
Use it during Build when decomposing large objectives into parallel agent missions, voyages, or long-running autonomous tasks.
How do I add thebrownproject-space-agents to my agent?
Install the thebrownproject/space-agents plugin in Claude Code, configure missions per the plugin docs, and invoke orchestration when starting multi-agent work.
Comments
Share how you use thebrownproject-space-agents, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.