KS
Killer-Skills

slidev — how to use slidev how to use slidev, what is slidev, slidev setup guide, slidev install, markdown-based presentation framework, slidev alternative, slidev vs reveal.js

v1.0.0
GitHub

About this Skill

Ideal for Developer Agents needing markdown-based presentation creation and editing capabilities with Slidev. slidev is a markdown-based presentation framework for developers, allowing them to create and edit slides using markdown files.

Features

Creates and edits presentation slides using markdown files (.slides.md or slides.md)
Generates presentations from markdown content
Supports Slidev-specific features for customizing slide decks
Stores slides in the packages/slides/ directory
Allows adding or modifying slide content

# Core Topics

LuoAndOrder LuoAndOrder
[0]
[0]
Updated: 1/19/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add LuoAndOrder/AgentScripts/slidev

Agent Capability Analysis

The slidev MCP Server by LuoAndOrder is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use slidev, what is slidev, slidev setup guide.

Ideal Agent Persona

Ideal for Developer Agents needing markdown-based presentation creation and editing capabilities with Slidev.

Core Value

Empowers agents to generate presentations from markdown content, leveraging Slidev-specific features and supporting files like *.slides.md. It streamlines the process of working with presentation slides using a markdown-based framework, enabling seamless content creation and modification.

Capabilities Granted for slidev MCP Server

Creating new presentations from markdown content
Editing existing slides with Slidev-specific features
Generating slide decks from content
Modifying slide content using markdown syntax

! Prerequisites & Limits

  • Requires Slidev framework installation
  • Limited to markdown-based presentation creation and editing
  • Slide files must be located in the packages/slides/ directory
Project
SKILL.md
3.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Slidev Skill

This skill helps create and edit presentation slides using Slidev, a markdown-based presentation framework for developers.

When to Use This Skill

Use this skill when the user asks to:

  • Create a new presentation or slide deck
  • Edit existing slides
  • Add or modify slide content
  • Work with Slidev-specific features
  • Generate presentations from content

Project Structure

Slides are located in packages/slides/ directory with:

  • Slide files: *.slides.md or slides.md
  • Components: components/ directory for Vue components
  • Configuration: package.json for dependencies

Running Slidev

Start the development server:

bash
1pnpm run slides [filename]

The dev server runs on http://localhost:3030 by default.

Slidev File Format

Frontmatter Configuration

Every Slidev file starts with YAML frontmatter:

yaml
1--- 2theme: seriph # or 'default' 3title: Your Presentation Title 4info: | 5 ## Presentation description 6 Additional info here 7class: text-center 8drawings: 9 persist: false 10transition: slide-left # fade-out, slide-up, etc. 11mdc: true 12duration: 10min 13---

Slide Separators

Slides are separated by ---:

markdown
1--- 2# Slide 1 3 4Content here 5 6--- 7# Slide 2 8 9More content

Slide Configuration

Individual slides can have frontmatter:

markdown
1--- 2layout: center 3class: text-center 4--- 5 6# Centered Slide

Common Layouts

  • default - Standard layout
  • center - Centered content
  • two-cols - Two column layout
  • image-right - Image on right side
  • cover - Cover slide

Two Column Layout Example

markdown
1--- 2layout: two-cols 3--- 4 5# Left Column 6 7Content here 8 9::right:: 10 11# Right Column 12 13Content here

Interactive Features

Click Animations

Use v-click for progressive reveals:

html
1<v-click> 2Content appears on click 3</v-click> 4 5<v-clicks> 6- Item 1 7- Item 2 8- Item 3 9</v-clicks>

Components

Use Vue components in slides:

Custom one are stored packages/slides/components directory

html
1<Counter :count="10" />

Code Blocks

Syntax highlighting with line highlighting:

markdown
1```ts {1|3|1-3} 2const message = "Hello" 3console.log(message) 4```

Presenter Notes

Add notes in HTML comments at the end of slides:

markdown
1--- 2# Slide Title 3 4Content 5 6<!-- 7These are presenter notes 8Only visible in presenter mode 9-->

Best Practices

  1. Keep slides focused - One concept per slide
  2. Use progressive disclosure - Reveal information with v-click
  3. Add presenter notes - Document your talking points
  4. Leverage layouts - Use built-in layouts for consistency
  5. Interactive components - Enhance with Vue components when needed

Common Commands

bash
1# Development 2pnpm run slides [filename] 3 4# Build static version 5pnpm --filter @chris-towles/slides run build 6 7# Export to PDF 8pnpm --filter @chris-towles/slides run export

Resources

Related Skills

Looking for an alternative to slidev or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication