What problem does it solve?
This Skill ensures all Markdown documentation is consistent, readable, and maintainable. It defines clear writing styles, structural guidelines, and validation rules, eliminating ambiguity and improving documentation quality across projects.
Core Features & Use Cases
- Style & Formatting Rules: Dictates language (Japanese, plain style), indentation, emoji usage, and the preference for Mermaid diagrams over external images.
- Content Principles: Emphasizes conciseness, avoiding code in specification documents, and consistent terminology for clarity.
- Markdownlint Validation: Integrates
markdownlint-cli2 for automated document validation, highlighting common errors and ensuring adherence to standards.
- Use Case: When writing a new
README.md or a technical specification, use this skill to ensure your document follows all team standards, from heading levels and list formatting to avoiding common markdownlint errors, making it easy for anyone to read and understand.
Quick Start
Explain the documentation standards for Markdown files, focusing on writing style, structure, and markdownlint validation.