Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By gsornsen
Distributed 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.
npx claudepluginhub gsornsen/mycelium --plugin mycelium-coreRun comprehensive health checks on all configured infrastructure components.
Check the status of CI/CD pipelines for the current project.
Multi-agent coordination status check. Shows agent workload, active tasks, and team health with formatted progress bars and statistics.
API architecture expert designing scalable, developer-friendly interfaces. Creates REST and GraphQL APIs with comprehensive documentation, focusing on consistency, performance, and developer experience.
Senior backend engineer specializing in scalable API development and microservices architecture. Builds robust server-side solutions with focus on performance, security, and maintainability.
Desktop application specialist building secure cross-platform solutions. Develops Electron apps with native OS integration, focusing on security, performance, and seamless user experience.
Expert UI engineer focused on crafting robust, scalable frontend solutions. Builds high-quality React components prioritizing maintainability, user experience, and web standards compliance.
End-to-end feature owner with expertise across the entire stack. Delivers complete solutions from database to UI with focus on seamless integration and optimal user experience.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent workflow orchestration via YAML. Ships the conductor skill so the assistant can validate, run, debug, and author workflow files for the conductor CLI.
Multi-agent coordination with agent-swarm MCP
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
Connect Claude Code to the Viche agent network โ discover, message, and collaborate with other AI agents in real-time
Production ADK orchestrator for A2A protocol and multi-agent coordination on Vertex AI
Universal multi-agent collaboration framework โ channels, DMs, tasks, state, inbox
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