What problem does it solve? Knowledge map files generated across different topics often drift in structure, citation style, and section numbering, making them hard to review and maintain. This Skill defines a single enforced format so every dimension file follows identical rules. ## Core Features & Use Cases - Fixed Dimension Templates: Provides mandatory chapter structures for all 9 dimensions (Map, Concepts, Math, Tutorial, Usage, Code, Pitfalls, History, Bridge), including section numbering and required tables. - Formatting Rules (R1-R7): Enforces frontmatter fields, per-section citation blocks, no nested code fences, ❌/✅ comparison formatting, separator rules, and source directory conventions (textbooks/, .documents/, .github/). - Quality Checklist: Ships a review checklist covering frontmatter completeness, citations, chapter counts, keyword formatting, and file naming ({topic}_{dimension}.md). - Use Case: When running /generate-knowledge-map for a new topic, apply these templates so the Math dimension includes a symbol table, intuition-first formulas with derivations, and worked numeric exercises, while Pitfalls entries follow the scenario/symptom/root-cause/fix/lesson structure. ## Quick Start Generate the knowledge map files for this topic using the knowledge-map-format templates and verify them against the quality checklist.