Gsornsen Mycelium
gsornsen-mycelium is a Claude Code plugin for the Build phase that provides distributed multi-agent orchestration with messaging, queues, and durable workflows.
Wire Claude Code into a distributed multi-agent coordination layer with pub-sub messaging, Redis task queues, and durable Temporal-style workflows.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install gsornsen-mycelium@gsornsen/myceliumBuilt 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:gsornsen/mycelium") and the paste-ready config with skillselion.get_install_config("plugin:gsornsen/mycelium").
What it does
gsornsen-mycelium is a Claude Code plugin described as distributed intelligence: a coordination stack for multiple expert agents rather than one-shot coding help. Indie builders and small teams shipping agent-heavy products use it when Claude Code must broker pub-sub events, Redis-backed task queues, and durable workflows so specialists do not trample each other or lose state mid-run. The catalog tags it orchestration with keywords spanning dualmode operation, realtime messaging, and workflow engines—signals that setup skews advanced and assumes you already run backing infra. It spans build-time agent wiring and operate-time infra because the same coordination graph follows you from prototype orchestrator to production workers. You get one plugin entry in the bundle; plan Redis, workflow workers, and clear agent boundaries before install. It is a poor fit if you only need a single skill for one API or a personality tweak with no distributed backend.
Highlights
- Distributed intelligence core for Claude Code with explicit multi-agent orchestration keywords
- Pub-sub and Redis task queue patterns for realtime expert agent messaging
- Dual-mode and durable workflow positioning aligned with Temporal-style long-running jobs
- Single-plugin bundle from gsornsen/mycelium under orchestration category
- Targets coordination across agents—not a single-purpose linter or deploy script
Why builders use it
Running several Claude-driven experts in parallel collapses without pub-sub coordination, queued tasks, and durable workflow state.
After registration, you can route Claude Code sessions through Mycelium-style distributed agent coordination instead of ad-hoc handoffs.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is gsornsen-mycelium for?
It is for developers building distributed agent systems on Claude Code who need coordination, queues, and durable workflows.
When should I use gsornsen-mycelium?
Use it when multiple expert agents must exchange realtime messages and survive long-running jobs across build and operate phases.
How do I add gsornsen-mycelium to my agent?
Install the gsornsen/mycelium Claude Code plugin bundle and connect your Redis, pub-sub, and workflow runtime per the repository docs.
Comments
Share how you use gsornsen-mycelium, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.