Presentation (Marp)

Turns an outline into a Marp slide deck exported to PDF, PPTX, or HTML.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · bc4ec98

Actually rendered a 4-slide Marp deck from the skill's own workflow (real HTML output, correct titles/content); the PDF/PPTX path the skill leads with hung indefinitely because marp-cli silently needs to download Chromium on first run, and the SKILL.md never mentions installing marp-cli at all.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 3/5

What Presentation (Marp) does

Converts text or an outline into Marp Markdown slides and shells out to the marp CLI to export a PDF, PowerPoint, or HTML deck. Triggers on requests for a presentation, slide deck, or pitch deck in English or Russian. Requires the marp CLI to be installed and on PATH, which the skill body never mentions as a prerequisite.

How to install Presentation (Marp)

git clone https://github.com/AlekseiUL/sprut-agent-kit
cd sprut-agent-kit
mkdir -p ~/.claude/skills
cp -r skills/presentation ~/.claude/skills/presentation

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Presentation (Marp)

  • /presentation Turns an outline into a Marp slide deck exported to PDF, PPTX, or HTML.

It also activates on plain-language prompts like these:

  • Turn this outline into a slide deck and export it as a PDF
  • Make me a pitch deck from these bullet points using Marp
  • Convert my talk notes into a PowerPoint presentation I can present from

Frequently asked questions

Is the Presentation (Marp) skill free?
Yes. The skill itself is free from AlekseiUL/sprut-agent-kit. SkillProof publishes the install command and an independent test verdict at no cost.
Does Presentation (Marp) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Actually rendered a 4-slide Marp deck from the skill's own workflow (real HTML output, correct titles/content); the PDF/PPTX path the skill leads with hung indefinitely because marp-cli silently needs to download Chromium on first run, and the SKILL.md never mentions installing marp-cli at all.
What is the Presentation (Marp) SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
How do I install Presentation (Marp)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Presentation (Marp) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.