openproseopenproseOfficialยท1 Agent Skills Included

mycelium

Git-native notes for cross-session agent collaboration

Attaches structured notes to git commits, files, and directories so coding agents share decisions, warnings, and context across sessions. Eliminates lost context between sessions without extra servers or databases, using only git and bash. Checks notes before touching files and leaves notes after work, keeping every future session informed.
npx skills add openprose/mycelium --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’