What problem does it solve? Analytical projects lose hard-won knowledge: decisions, gotchas, and conventions disappear between sessions and team members. This Skill scaffolds and maintains a Mycelium living repository, giving every project a persistent .living/ memory layer that records decisions, learnings, findings, and conventions across sessions. ## Core Features & Use Cases - Repository Initialization & Migration: Scaffold new or existing repos into mycelium-enabled living repositories with manifests, convention packs, hooks, and a .living/ knowledge layer; migrate older Mycelium repos to the current spec. - Knowledge Crystallization: Extract recurring patterns from .living/learnings.md into conventions, crystallize scientific findings into topic-based files with registries, and promote transferable knowledge to a global ~/.mycelium/knowledge/ system. - Cross-Project Transfer & Contribution: Cross-pollinate learnings across sibling projects in a meta-project, and package generalized conventions for contribution back to the network. - Use Case: A bioinformatics lab initializes Mycelium on an RNA-seq project; after each analysis session, decisions and learnings are logged, recurring pitfalls crystallize into conventions, and relevant insights automatically transfer to the lab's image-analysis project. ## Quick Start Ask the assistant to set up Mycelium and initialize this repository as a living repo.