Enforces high-readability markdown conventions through structural formatting, semantic organization, and optimized sentence spacing.
The Structured Markdown Writing skill transforms how information is presented by applying a rigorous set of formatting rules designed for cognitive efficiency. It moves away from dense walls of text, instead utilizing a 'one sentence per line' rule and a comprehensive toolkit of tables, lists, and specific whitespace patterns to make content instantly scannable. By enforcing double blank lines between paragraphs and semantic use of bolding and headings, it ensures that documentation, PR descriptions, and code comments map efficiently to a reader's non-linear thinking process while remaining perfectly formatted for markdown renderers.
주요 기능
012 GitHub stars
02Enforces 'one sentence per line' formatting for better scannability and cleaner git diffs
03Automatically suggests structural elements like tables and lists to replace dense prose
04Manages visual hierarchy using precise heading, bolding, and code block conventions
05Implements double blank line spacing to ensure unmistakable paragraph separation
06Applies trailing space syntax to guarantee correct line breaks in rendered markdown
사용 사례
01Formatting detailed code comments and internal documentation blocks in source files
02Structuring complex technical documentation and README files for better developer experience
03Drafting highly scannable and professional Pull Request descriptions