write_md

Improves Markdown readability, plans report figures, and renders self-contained HTML reports.

5|1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/WissingChen/my_code_config --skill write-md-wissingchen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: write_md
Source: https://github.com/WissingChen/my_code_config/tree/main/my_skills/write_md
Command: npx skills add https://github.com/WissingChen/my_code_config --skill write-md-wissingchen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Long research reports often suffer from jargon-heavy language, walls of text, unplanned figures, and no portable reading format. This Skill enforces plain-language rewriting, conclusion-first structure, a two-pass figure planning and readability review, and conversion of final reports into self-contained HTML files. ## Core Features & Use Cases - Language and structure rewriting: Removes jargon, splits overloaded sentences, puts conclusions first, bolds key numbers, and applies a 30-second scan test, with before/after examples in references/rewrite-examples.md. - Two-pass report review: First pass produces a figure placement plan before figures exist; second pass validates readability, captions, and figure references after figures are embedded. - Self-contained HTML rendering: Converts a final REPORT.md into a single scrolling HTML file with inline CSS, base64-embedded figures, auto table of contents, and print-friendly layout using references/report-skeleton.html. - Use Case: After an experiment cycle finishes, hand the draft REPORT.md to this Skill to plan which figures are needed, then once figures are embedded, polish the prose and export a shareable offline HTML version. ## Quick Start Review my REPORT.md for readability, plan where figures should go, and then render the final version as a self-contained HTML file.

Frequently Asked Questions about write_md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the difference between a report HTML export and a slide deck?▼

Report HTML is a scrolling, self-contained reading document generated from REPORT.md with embedded figures and a table of contents. Horizontal paginated slide presentations belong to a separate slide deck skill, not this one.