What problem does it solve?
This Skill helps you create and edit hand-authored xmris documentation pages without breaking the docs build, test suite, or site navigation. It is designed for notebook-style tutorials, concept explainers, and contributor guides that must follow strict MyST and repository-specific rules.
Core Features & Use Cases
- Tutorial pages: Write executable notebooks under docs/notebooks/ that demonstrate xmris workflows and include hidden assertion cells for validation.
- Explainer pages: Draft conceptual pages under docs/explanation/ that answer why the library is designed a certain way, with live code cells when needed.
- Guide pages: Produce procedural contributor documentation under docs/contributing/ with clear step-by-step instructions and correct page structure.
- Documentation validation: Enforce frontmatter, headers, TOC membership, link safety, DOI freezing, and other page-level rules through the included checker.
Quick Start
Create or edit an xmris docs page that follows the correct genre template, then run the page checker before you finish.