mycelium
Shared rooms, memory, and negotiation for peer agents
All Skills in This Repository (10)
Pure Emerald Level Indicatorsmycelium
Coordinate multi-agent teams with persistent room-based memory and structured negotiation.
before-and-after
Compare unstructured channel consensus against Mycelium-mediated negotiation in paired experiments.
generate-cli-docs
Regenerate CLI documentation site HTML from Typer metadata and Markdown sources.
release
Automate software releases by tagging versions and publishing GitHub releases.
troubleshooting
Diagnose and fix Mycelium installation and runtime issues across CLI, Docker, and migrations.
precommit
Automate lint, format, type-check, and test precommit checks.
ship
Automate precommit checks, staging, conventional commits, and optional pushes.
modern-python
Standardize Python tooling with uv, ruff, and pytest workflows.
e2e
Automate end-to-end smoke testing of the Mycelium stack.
tdd
Execute test-driven development workflows through red-green-refactor cycles.
Frequently Asked Questions
FAQPage SchemaHow to install Mycelium?โผ
Run `npx skills add mycelium-io/mycelium --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Mycelium solve?โผ
It gives multiple autonomous agents one shared room with a task board, persistent memory, and a mediator, so they coordinate as peers without a central orchestrator or manual context passing.
How do agents reach agreement in Mycelium?โผ
A built-in mediator called the aligner runs a structured alternating-offers negotiation inside a task, addressing one agent at a time until the team converges on a single shared answer.
Does Mycelium work with Claude Code and Cursor?โผ
Yes. Adapters connect Claude Code and Cursor sessions as resident agents that join rooms, pick up mentions, and write to shared memory on their own.
Do I need a database to run Mycelium?โผ
No. Room memory is stored as plain markdown files with a local embedding index for semantic search, so there is no external database or vector service to manage.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core