slidev — slidev install slidev, AgentScripts, community, slidev install, ide skills, markdown-based presentation framework, Claude Code, Cursor, Windsurf

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

Agent Capability Analysis

The slidev skill by LuoAndOrder is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for slidev install, markdown-based presentation framework.

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

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
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

slidev

Install slidev, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is slidev?

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.

How do I install slidev?

Run the command: npx killer-skills add LuoAndOrder/AgentScripts. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for slidev?

Key use cases include: Creating new presentations from markdown content, Editing existing slides with Slidev-specific features, Generating slide decks from content, Modifying slide content using markdown syntax.

Which IDEs are compatible with slidev?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for slidev?

Requires Slidev framework installation. Limited to markdown-based presentation creation and editing. Slide files must be located in the packages/slides/ directory.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add LuoAndOrder/AgentScripts. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use slidev immediately in the current project.

Related Skills

Looking for an alternative to slidev or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

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
AI

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
AI