ppt-preview

Build a static Slidev site from markdown and serve it locally with a preview URL.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Rory-X/slidev-ppt-agent --skill ppt-preview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppt-preview
Source: https://github.com/Rory-X/slidev-ppt-agent/tree/main/.agents/skills/ppt-preview
Command: npx skills add https://github.com/Rory-X/slidev-ppt-agent --skill ppt-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the friction of turning authored Slidev markdown into a viewable, shareable preview by automating the build and local hosting steps so stakeholders can review slides immediately.

Core Features & Use Cases

  • Build Slidev markdown into a static site for visual review and publishing.
  • Launch a Node-based static preview server that auto-retries ports and emits a PREVIEW_URL for easy sharing.
  • Use case: after an agent or author finishes slides-topic.md, run the preview to provide reviewers or CI pipelines with a live URL for rapid feedback and QA.

Quick Start

Run the build and start the preview server after slides are ready to obtain and share the generated preview URL.

Frequently Asked Questions about ppt-preview

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

FAQPage Schema
How do I build a Slidev markdown file into a static site for visual review?

To build a Slidev markdown file into a static site, run an automated npx slidev build process that compiles the slides and serves them locally for immediate visual review.

How can I get a live preview URL for my Slidev presentation during authoring?

You can get a live preview URL for your Slidev presentation by running a Node-based static preview server that automatically retries ports and emits a PREVIEW_URL on success.

Do I need any external dependencies to run a Slidev build and preview server?

No external dependencies are required to run the Slidev build and preview server, as the Skill operates standalone without listed components to automate the build and local hosting steps.

Can I use this Slidev preview in CI workflows for publishing validation?

Yes, you can use this Slidev preview in CI workflows for publishing validation, as it applies to authoring and CI workflows to provide reviewers with a live URL for rapid feedback.

What is the best way to share authored Slidev slides with stakeholders for QA?

The best way to share authored Slidev slides with stakeholders for QA is to launch the automated static preview server, which provides a shareable live URL for immediate stakeholder review.