Marp Slides
Description
MARP presentation skill for Claude Code — 22 curated example decks, SVG charts, dark/light themes, dashboard components
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
MARP Slides
A Claude Code skill for creating beautiful presentations using [MARP](https://marp.app) — SVG charts, dashboard components, dark/light themes, and 22 curated example decks to learn from.
What it does
Give Claude Code a topic and it builds a polished MARP deck. The skill teaches it how to compose slides using SVG charts, metric cards, gauges, sparklines, progress bars, expandable sections, and more — all in raw HTML inside Markdown.
The 22 example decks are the secret sauce. Instead of just knowing the building blocks, Claude reads real decks that look good and matches that quality bar.
Quick start
1. Install the skill
git clone https://github.com/robonuggets/marp-slides
2. Add it to Claude Code
Point Claude Code at the skill folder:
claude --add-dir ./marp-slides
Or add it manually to your project's `.claude/skills/` directory.
3. Install the VS Code extension
Install **Marp for VS Code** and enable these settings:
{
"markdown.marp.enableHtml": true,
"markdown.marp.allowLocalFiles": true
}
4. Ask for a presentation
Create a MARP presentation reviewing my Q1 sales data. Dark theme, include stat cards and a bar chart.
Make me a deck about my favorite coffee brewing methods. Editorial style, warm tones.
Build a fitness dashboard presentation from this CSV data.
What's included
marp-slides/
├── SKILL.md # The skill — rules, components, design system
└── examples/ # 22 curated reference decks
├── marp_facebook-ads.md # Data dashboard with SVG charts
├── marp_coffee.md # Editorial lifestyle deck
├── marp_fitness.md # Health tracking dashboard
├── marp_wine-tasting.md # Tasting notes with ratings
├── marp_travel.md # Travel guide with maps
├── marp_kids-party.md # Fun creative deck
└── ... 16 more examples
Example categories
| Category | Examples | St
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11