What problem does it solve? Turning finished analytical work into a shareable document is slow and inconsistent: provenance gets lost, sections are written ad hoc, and quality checks happen late or never. This Skill converts completed Mycelium analyses into structured reports, PDFs, or manuscript sections by routing to the appropriate report convention pack installed in the repository. ## Core Features & Use Cases - Convention pack routing: Reads .living/conventions/ACTIVE_CONVENTIONS.yaml and hands off to the installed report pack (e.g., report-generator), which orchestrates planning brief, memory consultation, manifest, draft, three blind sub-agent reviewers, and recompile. - Staleness detection: Compares the installed pack version against the bundled plugin version and offers to refresh before drafting. - Fallback mode: Falls back to core writing conventions and a LaTeX report template (Title / Abstract / Methods / Results / Discussion) when no convention pack is installed. - Use Case: After finishing an RNA-seq differential expression analysis registered in Mycelium, invoke this Skill to produce a publication-ready PDF with provenance tracking and a QC checklist, then log reviewer-surfaced failure modes to .living/learnings.md. ## Quick Start Use the report skill to turn my completed analysis into a structured PDF report for my collaborators.