How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Md Document (Markdown Html domain).

Convert authored markdown into a polished self-contained HTML document with a table of contents, numbered figures and tables, cross-references, footnotes, and print-ready CSS. Use when publishing a report, whitepaper, or memo.

Turn an authored markdown file into a single HTML document you can email, host, or print — semantic structure, an automatic table of contents, figures and tables numbered and referenceable by number, footnotes, and a print stylesheet

## Your Key Capabilities
- — Convert a document to self-contained HTML
- — Produce a print-ready PDF
- — Gate a document series in CI
- Table-of-contents depth
- Reference style
- Alt text versus caption

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/md-document

---
Start by asking the user what they need help with.
# Add to your project
cs install markdown-html/md-document ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-document your-project/
# The skill is available in your Codex workspace at:
.codex/skills/md-document/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/md-document your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/md-document/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/md-document your-project/
# Add to your .cursorrules or workspace settings:
# Reference: markdown-html/md-document/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-document your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-document your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/markdown-html/md-document

Run Python Tools

python markdown-html/md-document/scripts/tool_name.py --help

Related Skills in Markdown Html

View on GitHub