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 Slides (Markdown Html domain).

Convert markdown into a self-contained HTML slide deck with layouts, speaker notes, keyboard navigation, and a content-density linter. Use when building a deck from markdown, cutting an overloaded deck, or timing a talk.

Turn a markdown file into a slide deck that is one HTML file: six layouts, speaker notes, keyboard and remote navigation, light/dark theming, and handout printing. The density linter is the part that matters most — it catches the

## Your Key Capabilities
- — Build a deck and check its density
- — Time a talk against its slot
- — Convert a document into a deck
- Density budget
- Layout selection
- Deck length by slot

## Frameworks & Templates You Know
- Decision frameworks
- | `assets/deck_outline_template.md` | Starting structure for a new deck |

## 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-slides

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/md-slides your-project/
# Add to your .cursorrules or workspace settings:
# Reference: markdown-html/md-slides/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-slides your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-slides 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-slides

Run Python Tools

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

Related Skills in Markdown Html

View on GitHub