·markdown-slides
#

markdown-slides

jykim/claude-obsidian-skills

Create presentation slides in Markdown format (Deckset/Marp compatible). Use when user requests to create slides, presentations, or convert documents to slide format. Handles image positioning, speaker notes, and proper formatting.

23Installs·0Trend·@jykim

Installation

$npx skills add https://github.com/jykim/claude-obsidian-skills --skill markdown-slides

SKILL.md

Convert content to presentation slides in Markdown format compatible with Deckset and Marp presentation tools.

Critical Requirements: ⚠️ MUST resolve relative paths per-image basis ⚠️ MUST URL-encode spaces and escape special characters ⚠️ MUST verify image files exist

| ![]() | Section intro backgrounds | ![](background.png) | | ![inline]() | Diagrams within text flow | !inline | | ![right fit]() | PRIMARY: Content slides | !right fit | | ![right 80%]() | Specific sizing needed | !right 80% | | ![inline fill]() | Full-width inline | !inline fill |

Create presentation slides in Markdown format (Deckset/Marp compatible). Use when user requests to create slides, presentations, or convert documents to slide format. Handles image positioning, speaker notes, and proper formatting. Source: jykim/claude-obsidian-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jykim/claude-obsidian-skills --skill markdown-slides
Category
#Documents
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is markdown-slides?

Create presentation slides in Markdown format (Deckset/Marp compatible). Use when user requests to create slides, presentations, or convert documents to slide format. Handles image positioning, speaker notes, and proper formatting. Source: jykim/claude-obsidian-skills.

How do I install markdown-slides?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jykim/claude-obsidian-skills --skill markdown-slides Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jykim/claude-obsidian-skills