<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa" -->

---
title: Stop Staring at a Blank Deck: How I Use Claude Code +...
description: A workflow for building presentations using Claude Code and Marp (Markdown-to-slides tool). The process has four stages: Brainstorm (Claude interviews you...
canonical: https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Stop Staring at a Blank Deck: How I Use Claude Code + Marp to Think Through Presentations | daily.dev
og:description: A workflow for building presentations using Claude Code and Marp (Markdown-to-slides tool). The process has four stages: Brainstorm (Claude interviews you...
og:url: https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa
og:image: https://api.daily.dev/og/posts/jca3d7axa.png
og:image:alt: Stop Staring at a Blank Deck: How I Use Claude Code + Marp to Think Through Presentations
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop Staring at a Blank Deck: How I Use Claude Code + Marp to Think Through Presentations

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · 9 min read · 1 upvotes · 0 comments

## Summary

A workflow for building presentations using Claude Code and Marp (Markdown-to-slides tool). The process has four stages: Brainstorm (Claude interviews you about goals and structure), React (Claude generates a full Marp Markdown draft), Iterate (refine via conversation or VS Code with live preview), and Export (to .md, .html, or .pptx). A reusable Claude Code skill file encodes preferred conventions like CSS palette, breadcrumb navigation, and section dividers, so every deck follows the same polished format automatically. Setup takes about 5 minutes via npm and a skills installer.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.freecodecamp.org/news/how-to-use-claude-code-and-marp-to-think-through-presentations/>

## Similar posts on daily.dev

- [The Claude.md Trick: 5x Faster Development](https://daily.dev/posts/the-claude-md-trick-5x-faster-development-bzmyef5da) · SitePoint · 1 upvotes · 0 comments
- [I Stopped Hand-Building Slide Decks. Now I Dictate Them.](https://daily.dev/posts/i-stopped-hand-building-slide-decks-now-i-dictate-them--1vjr4ernl) · Atomic Spin · 1 upvotes · 0 comments

---

Tags: [#markdown](https://daily.dev/tags/markdown), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Stop Staring at a Blank Deck: How I Use Claude Code + Marp to Think Through Presentations","url":"https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa"},"datePublished":"2026-03-19T20:41:52.883Z","dateModified":"2026-03-19T20:42:26.134Z","description":"A workflow for building presentations using Claude Code and Marp (Markdown-to-slides tool). The process has four stages: Brainstorm (Claude interviews you...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2bbac8dd83755fa8c76a5bf67073b2d3?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2bbac8dd83755fa8c76a5bf67073b2d3?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"freeCodeCamp","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"freeCodeCamp","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1628412854/logos/freecodecamp","url":"https://daily.dev/sources/freecodecamp"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/stop-staring-at-a-blank-deck-how-i-use-claude-code-marp-to-think-through-presentations-jca3d7axa","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"markdown,claude-code","timeRequired":"PT9M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"freeCodeCamp","item":"https://daily.dev/sources/freecodecamp"},{"@type":"ListItem","position":3,"name":"Stop Staring at a Blank Deck: How I Use Claude Code + Marp to Think Through Presentations"}]}
```

