mycelium
Git-native notes for cross-session agent collaboration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mycelium?โผ
Run `npx skills add openprose/mycelium --all -g -y` in your terminal to install the skill globally for your agent.
What problem does mycelium solve?โผ
It lets coding agents leave structured notes on git objects so decisions, warnings, and context survive between sessions instead of being forgotten.
Does mycelium need a server or database?โผ
No. It stores everything in git notes using only bash and git, and notes sync through normal git fetch and push once configured.
Does mycelium work with Claude Code?โผ
Yes. It ships a Claude Code plugin that injects relevant notes at session start, on file reads, and nudges the agent to leave notes after edits.
Are mycelium notes visible on GitHub?โผ
No. Git notes stay hidden from GitHub's web UI, diffs, and pull requests, so the note layer remains invisible unless you explicitly surface it locally.
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