Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/vladolaru/claude-code-plugins/creating-md-slidesnpx skills add vladolaru/claude-code-plugins --skill creating-md-slidesgit clone --depth 1 https://github.com/vladolaru/claude-code-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vladolaru/claude-code-plugins/creating-md-slides)<a href="https://agentmods.dev/skills/vladolaru/claude-code-plugins/creating-md-slides"><img src="https://agentmods.dev/badge/skills/vladolaru/claude-code-plugins/creating-md-slides.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00054 | $0.01013 |
| Opus 5 | $0.00027 | $0.00507 |
| Sonnet 5 | $0.00011 | $0.00203 |
| Haiku 4.5 | $0.00005 | $0.00101 |
Grade A, and why
creating-md-slides scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Creating Markdown Slides
Convert Markdown to presentation slides in multiple formats (PDF, PPTX, HTML).
Workflow
digraph workflow {
"Content request" -> "Write slides.md";
"Write slides.md" -> "Run SlideGauge";
"Run SlideGauge" -> "Fix issues (if any)";
"Fix issues (if any)" -> "User reviews";
"User reviews" -> "Ask: Ready to convert?";
"Ask: Ready to convert?" -> "Convert to output format";
}
- Generate markdown content based on user's request
- Write to
.mdfile (e.g.,slides.md) - Run quality check (Marp slides only):
uvx --from git+https://github.com/nibzard/slidegauge slidegauge slides.md --text - Fix any failing slides (score < 70) before proceeding
- Tell user: "Created
slides.md(score: X/100). Review and edit if needed." - Ask before converting: "Ready to convert to PDF/PPTX/HTML?"
- Convert using appropriate tool
Quality thresholds: 70 = passing, 80 = good, 90+ = excellent. See marp-slide-quality skill for fix patterns.
Tool Selection
| Scenario | Tool | Command |
|---|---|---|
| Modern slides, quick output | Marp | marp slides.md -o slides.pdf |
| Academic, math-heavy | Pandoc Beamer | pandoc slides.md -t beamer -o slides.pdf |
| Editable PowerPoint | Pandoc PPTX | pandoc slides.md -o slides.pptx |
| Web presentation | reveal.js | pandoc slides.md -t revealjs -s -o slides.html |
Quick Commands
Marp (Recommended)
marp slides.md -o slides.pdf # PDF
marp slides.md -o slides.pptx # PowerPoint
marp slides.md -o slides.html # HTML
marp slides.md --theme gaia -o out.pdf # With theme
marp slides.md -o out.pdf --allow-local-files # With local images
Pandoc Beamer
pandoc slides.md -t beamer -o slides.pdf
pandoc slides.md -t beamer --pdf-engine=xelatex -o slides.pdf # Better fonts
pandoc slides.md -t beamer -V theme:metropolis -o slides.pdf # With theme
reveal.js
pandoc slides.md -t revealjs -s -o slides.html
pandoc slides.md -t revealjs -s -V theme=moon -o slides.html
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 149 lines · 54 tokens per session scan A 9764dfa6e646
creating-md-slides is a skill published in the GitHub repository vladolaru/claude-code-plugins (8 stars, last pushed yesterday), licensed MIT. It adds 54 tokens to every session and 1,013 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
slides
Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
deck-ljg-present
把 outline 1:1 铸成色块大字宣言 deck, 原文不动只做美化。三档主题 black / red / yellow.
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
skill-deck
Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.