What problem does it solve? Turning concepts, mechanisms, or research findings into a readable, self-contained Markdown explainer is tedious: you need consistent structure, a glossary, a working table of contents with correct GitHub anchors, and diagrams that render on GitHub. This Skill produces one polished GFM document from a fixed template and validates it mechanically before delivery. ## Core Features & Use Cases - Template-driven generation: Fills a fixed template (frontmatter, summary, TOC, glossary, body) so every explainer has the same structure, and updates existing exmd files by rewriting only the body and the updated date. - GFM and Mermaid rules: Enforces GitHub-flavored Markdown only (no raw HTML, images, emoji, or arrow characters) and Mermaid diagrams without colors or rounded nodes so they render in both light and dark themes. - Automated validation: Ships a Python checker that verifies frontmatter fields, heading hierarchy, TOC-to-heading anchor matching, glossary table shape, and Mermaid syntax rules, and the document is not delivered until it passes. - Use Case: Ask for an explanation of a technical concept you just discussed or researched; the Skill writes a dated Markdown file with summary, glossary, TOC, and Mermaid diagrams that you can paste directly into GitHub, VS Code, or Obsidian. ## Quick Start Explain how OAuth 2.0 authorization code flow works as a single Markdown document with a glossary and Mermaid sequence diagram.