k lew

Lossless Markdown Readability
Turn Markdown documents into something readers with attention difficulties can actually get through: lead with the conclusion, break up paragraphs, shorten sentences, clarify actions, and eliminate noise. Unlike a general “help me improve the formatting” request, this skill is different in three ways. First, the scope of changes is controllable. You can change formatting only, leaving every word of the body untouched while rearranging markers, whitespace, and block order. Or you can change wording only without touching the formatting style. If you do not specify, both are changed. Use Light-Touch mode for documents that are sensitive to edits, such as specifications and API documentation; use Restructure mode for meeting notes and messy notes. Second, it never deletes information. When you ask a model to “simplify” something, the most common result is that it quietly drops two constraint conditions—and you may not notice right away. This skill follows one strict rule: rearrange, never delete. If the document is too long, content is collapsed or moved to an appendix. After editing, it also lists “what was intentionally not changed” so you can verify the result. Third, it removes AI-sounding language along the way. Contrarian framing, teaser-style colons, faux profundity, jargon, vague quantifiers, claims without numbers, and stacked subordinate clauses are not just matters of style. Each one makes readers spend extra attention. Yet these are exactly the patterns models are most likely to produce when rewriting content. The original project is a cross-agent skill with a deterministic script layer for scoring and lossless validation. It can be installed in Claude Code, Codex, Grok Build, Gemini CLI, Cursor, and opencode. The version on YouMind is prompt-only, with the rules included inline but without script-based validation. After editing, compare the result with the original to double-check numbers and exception conditions. Source code and rule library: github.com/tsonglew/adhd-md