slidev-syntax-guide

Create Slidev decks with frontmatter, slide separators, MDC, and notes.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/szeyu/open-ssyok-finance --skill slidev-syntax-guide-szeyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-syntax-guide
Source: https://github.com/szeyu/open-ssyok-finance/tree/main/.agents/skills/slidev-syntax-guide
Command: npx skills add https://github.com/szeyu/open-ssyok-finance --skill slidev-syntax-guide-szeyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slidev users often struggle to leverage Slidev's extended Markdown syntax and per-slide configuration, hindering complex presentations.

Core Features & Use Cases

  • Frontmatter and globals: configure themes, transitions, and metadata for the entire deck.
  • Slide separators and MDC: create multi-slide layouts with advanced formatting and components.
  • Notes and inline styling: add speaker notes and per-slide styling for polished talks.
  • Use Case: convert a standard Markdown deck into a feature-rich Slidev presentation with minimal edits.

Quick Start

Create a new Slidev deck by writing Markdown with frontmatter and slide separators, then render it to preview.

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 Slidev frontmatter for themes and transitions in a Markdown presentation?

Slidev frontmatter configures themes, transitions, and metadata for the entire presentation deck. You define these global options at the top of your Markdown file to establish the base layout and behavior before adding individual slide separators.

How do I add speaker notes and per-slide styling to a Slidev Markdown deck?

Speaker notes and per-slide styling are added using extended Slidev Markdown syntax. You apply optional per-slide options and inline styles directly within the Markdown file to create polished talks and customize individual slide configurations.

What is the best way to create multi-slide layouts with MDC in Slidev?

The best way to create multi-slide layouts is by using Slidev slide separators alongside MDC features. This approach allows you to incorporate advanced formatting and components directly within your Markdown presentation.

Can I convert a standard Markdown deck into a Slidev presentation without starting over?

Yes, you can convert a standard Markdown deck into a feature-rich Slidev presentation with minimal edits. By inserting slide separators and adding frontmatter, you can quickly enable advanced formatting and per-slide configuration.

Does Slidev support inline styles and cross-slide navigation for conference slides?

Slidev supports inline styles and cross-slide navigation specifically for complex presentations like conference slides. These features are enabled through the extended Markdown syntax, allowing advanced formatting and custom component integration.