slidev-syntax-guide

Teach extended Markdown syntax and frontmatter for Slidev presentations.

34|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-syntax-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-syntax-guide
Source: https://github.com/yoanbernabeu/slidev-skills/tree/main/skills/content/slidev-syntax-guide
Command: npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-syntax-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slidev users often struggle to master extended Markdown syntax, frontmatter, and MDC components needed for advanced presentations. This skill provides a practical guide to leveraging Slidev's extended syntax to create rich, configurable slides with minimal friction.

Core Features & Use Cases

  • Extended Markdown coverage: slide separators, frontmatter blocks, speaker notes, MDC components, and slots for multi-column layouts.
  • Practical use cases: build decks with per-slide configuration, transitions, themes, and complex content layouts without custom tooling.
  • Use Case: Create a two-slide deck that demonstrates frontmatter-driven theming and per-slide transitions.

Quick Start

Create a simple two-slide Slidev document that uses a frontmatter block, a slide separator, and a notes section to see extended Markdown in action.

Frequently Asked Questions about slidev-syntax-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure per-slide transitions and themes in Slidev?

Per-slide transitions and themes in Slidev are configured using frontmatter blocks. You define specific transition properties and theme settings within the frontmatter at the top of each individual slide separator block.

What is the syntax for adding speaker notes to a Slidev presentation?

Speaker notes in Slidev are added using a specific notes section syntax within your markdown file. This extended markdown feature allows you to attach speaker notes directly to individual slides without custom tooling.

How do I create multi-column layouts in Slidev markdown?

Multi-column layouts in Slidev are created using slots and MDC components. By leveraging these extended markdown syntax features, you can build complex content layouts across your presentation slides.

Can I use MDC components directly in my Slidev presentation slides?

Yes, you can use MDC components directly in Slidev presentation slides. The extended markdown syntax supports MDC components, allowing you to embed rich, configurable content and slot-based layouts within your deck.

What is the best way to separate slides in a Slidev markdown file?

The best way to separate slides in a Slidev markdown file is by using slide separators. This extended markdown syntax divides your content into multi-slide decks, allowing individual frontmatter configuration for each slide.

Do I need custom tooling to build advanced Slidev presentations with frontmatter?

No, you do not need custom tooling to build advanced Slidev presentations. You can create decks with per-slide configuration, transitions, themes, and complex content layouts entirely using Slidev's extended markdown syntax and frontmatter.