Distributed intelligence marketplace - 130+ expert agents, coordination infrastructure, and community plugins for Claude Code
npx claudepluginhub gsornsen/myceliumDistributed intelligence system with 130+ expert agents across 11 domains, dual-mode coordination (Redis/TaskQueue/Markdown), real-time pub/sub messaging, and durable Temporal workflows. Like nature's mycelial networks.
Mycelium: Like nature's mycelial networks that communicate through chemical signals, distribute resources efficiently, and exhibit emergent intelligence - this Claude Code plugin creates an ecosystem of expert subagents that collaborate in real-time.
Mycelium is a comprehensive Claude Code plugin providing:
/infra-check, /team-status, /pipeline-status commands# Option 1: Plugin Marketplace (recommended)
/plugin marketplace add gsornsen/mycelium
/plugin install mycelium-core@mycelium
# Option 2: Direct from GitHub
claude plugin install git+https://github.com/gsornsen/mycelium.git
# Option 3: Local development
ln -s /path/to/mycelium ~/.claude/plugins/mycelium
Important: Restart Claude Code completely after installation to load all 130+ agents.
# Check infrastructure health
/infra-check
# Verify agents loaded (should see 119+ mycelium agents)
/agents
# Check coordination status
/team-status
@agent-name to activate specialists/team-status and /infra-check commands📖 New User? See .mycelium/modules/onboarding.md for complete setup guide.
🍄 Orchestrators (coordinate workflows)
/ | \
Agents Agents Agents (specialized experts)
\ | /
============================
Substrate (coordination)
- Redis (real-time)
- TaskQueue (structured)
- Markdown (offline)
============================
Key Terms:
| Category | Agents | Description |
|---|---|---|
| Core Development | python-pro, ai-engineer, javascript-expert, typescript-specialist, rust-developer | Primary language specialists |
| Infrastructure | devops-engineer, kubernetes-specialist, docker-expert, security-auditor | DevOps and deployment |
| Data & AI | data-engineer, ml-engineer, nlp-specialist, computer-vision-expert | ML and data science |
| Quality & Security | qa-engineer, test-automation-specialist, performance-engineer | Testing and optimization |
| Developer Experience | cli-developer, documentation-engineer, mcp-specialist | Tools and documentation |
| Meta-Orchestration | multi-agent-coordinator, workflow-orchestrator, task-distributor | Workflow coordination |
| + 5 more categories | See .mycelium/modules/agents.md |
📖 Learn More: See .mycelium/modules/agents.md for complete agent catalog.
Mycelium features fast, lazy-loading agent discovery (105x faster than traditional loading):
from scripts.agent_discovery import AgentDiscovery
from pathlib import Path