Turn a Markdown document into a shareable, styled HTML page by asking Claude.
Automatically get a document style suited to literary, technical, or product content.
Generate a floating table of contents from a document's headings.
Render documents written in over 17 scripts, including right-to-left languages like Arabic.
| yukiovob/mdrise | 0-bingwu-0/live-interpreter | 0xkaz/llm-governance-dashboard | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | — | Python | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | 1/5 | 2/5 | 4/5 |
| Audience | writer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Claude with skill support installed, no other infrastructure needed.
mdrise is a plugin for the Claude AI assistant that converts Markdown files into styled, shareable HTML pages. The project addresses a practical tension: AI tools naturally write in Markdown because it is clean for version control and easy to feed back into other programs, but Markdown renders as plain, unpolished text when shared with people. mdrise bridges this gap so you can stay in Markdown for editing and collaboration, then generate a polished HTML page whenever you need to share something. When you tell Claude something like "turn this into a webpage," the skill produces a single self-contained HTML file with all its styling embedded. The content of the original Markdown is preserved exactly, every word appears unchanged, with no rewriting or summarizing. The visual style is chosen automatically based on the type of document detected: literary content, technical documentation, and product pages each receive a distinct aesthetic treatment. A floating table of contents is generated from the document's headings and scrolls with you. The skill supports more than 17 writing scripts, including Latin, Chinese, Japanese, Korean, and Arabic with right-to-left layout, with appropriate font recommendations for each. To avoid redundant work, mdrise stores a SHA-256 fingerprint of the source Markdown inside each generated HTML file. The next time you ask Claude to render the same document, the skill compares the fingerprint against the current file content and skips regeneration if the source has not changed. The HTML output is a single file with CSS inlined, making it easy to attach to an email or share directly. The project is released under the MIT license.
A Claude AI skill that turns Markdown files into polished, self-contained HTML pages with automatic styling, table of contents, and multilingual support.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly writer.
This repo across BitVibe Labs
Verify against the repo before relying on details.