Marp Slide Show/Deck Generator
v1.0.0Turn docs, notes, data, logs, screenshots, and code summaries into polished Marp slide decks.
Marp Slide Show/Deck Generator
Overview
Generate polished Marp slide decks from raw source material, then render them into the format the user wants. Focus on turning notes, data, and mixed inputs into a presentation with a clear takeaway, not a transcript dump.
If the user does not specify an output format, default to a rendered .html slideshow and also keep the .slides.md source deck.
Input Scope
This skill should work from almost any information that can be summarized into a presentation, including:
- notes, docs, reports, and memos
- tables, CSV, JSON, YAML, and metrics
- logs, transcripts, timelines, and research notes
- architecture docs, design docs, plans, and RFCs
- code snippets, API descriptions, and technical change summaries
- screenshots, images, and mixed structured + unstructured inputs
Workflow
- Identify the audience, purpose, and takeaway.
- Determine the requested output format from the user prompt, target filename, or explicit extension.
- If no format is specified, default to
.html. - Classify the input: numeric data, tabular data, text notes, logs, timeline, comparison, screenshots, code summary, or mixed.
- Extract the few facts that matter most.
- Choose a slide arc: title, context, key insights, supporting visuals, recommendation, close.
- Build the source deck as Marp markdown, typically named
*.slides.md. - Add visual structure with charts, diagrams, timelines, callouts, and section slides where useful.
- Render the deck into the requested format with the installed
marpCLI. - Verify the rendered deck in its target aspect ratio and confirm that no slide content is cropped or vertically cut off.
Output Rules
- Accept any source material that can be turned into a coherent presentation.
- Supported rendered outputs are
.html(default),.pdf,.pptx, notes text, single-slide.png/.jpeg, and multi-slide image export. - Unless the user explicitly asks for markdown only, produce a rendered artifact.
- If the user does not specify a format, render
.htmlby default. - Keep the Marp source deck as
*.slides.mdwhen rendering to another format. - If the user asks for multiple formats, render all requested formats from the same
*.slides.mdsource. - If the user asks for an unsupported format, ask one short question or offer the closest supported option.
- Use direct
marpCLI commands for rendering. - Use a strong title slide, then 4 to 8 content slides by default.
- Keep one idea per slide.
- Convert tables into short bullets or focused comparison slides when possible.
- Use numbers, percentages, trends, and deltas instead of vague summaries.
- Prefer short headers, short bullets, and purposeful whitespace.
- Include speaker-friendly structure if the user wants notes.
- If a slide is close to overflowing, split it into two slides instead of shrinking it until it becomes hard to read.
- Avoid combining large tables, multi-card layouts, and large callouts on the same slide unless you have confirmed the rendered slide still fits.
Visual Patterns
- Use
mermaidfor flows, timelines, funnels, and simple system diagrams. - Use comparison tables only when they improve readability.
- Use callout boxes for key takeaways.
- Use section divider slides for long decks.
- Use a consistent palette and avoid clutter.
- Favor simple, high-contrast layouts over dense decoration.
Deck Shape
- Title slide
- Context slide
- Insight slides
- Visual proof slides
- Recommendation or summary slide
- Optional appendix
Quality Check
- Does the deck answer the user’s question fast?
- Is each slide visually scannable?
- Are the main numbers and conclusions obvious?
- Does the deck feel designed, not auto-generated?
- Does every rendered slide fit fully in-frame with no clipped bottom content or hidden overflow?
Resources
See references/slide-patterns.md for slide archetypes, visual rules, and mapping guidance.
See references/output-formats.md for supported output formats, default behavior, and render commands.
references/
Use references for reusable guidance on slide structure and visual decisions.
assets/
No bundled assets are required for this skill.
Keep the deck concise, visual, and specific.
Version tags
Runtime requirements
Install
npm i -g @marp-team/marp-cli