ppt-publish

Publish built Slidev presentations to Vercel or GitHub Pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish a built Slidev presentation to public static hosting so users can share a live presentation URL without manual deployment steps.

Core Features & Use Cases

  • Targeted Deployment: Supports Vercel and GitHub Pages as deployment targets with guidance for both CI workflows and manual pushes.
  • Repository Validation: Checks git remotes, Vercel project configuration, and recommended workflow files before deploying.
  • Clear Outputs & Safety: Returns target used, deployment status, and live site URL while requiring explicit user confirmation before publishing.
  • Use Case: When a presenter asks to publish their Slidev deck, run the appropriate deployment path, surface errors, and provide the final URL.

Quick Start

Publish the presentation to Vercel and provide the live site URL and deployment status.

Frequently Asked Questions about ppt-publish

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

FAQPage Schema
How do I deploy a Slidev presentation to a public URL?

You can deploy a Slidev presentation by publishing the project's built dist directory to Vercel or GitHub Pages, which returns a live site URL and deployment status after explicit confirmation.

Can I use GitHub Pages for hosting Slidev decks?

Yes, GitHub Pages is a supported deployment target for hosting Slidev decks. The process verifies your git remotes and recommended workflow files before triggering the CI-driven publish workflow.

Does deploying Slidev to Vercel require manual configuration?

Deploying Slidev to Vercel automatically verifies existing Vercel project configuration and git remotes. It requires explicit user confirmation before pushing the dist directory and returning the final live URL.

What's the best way to automate Slidev deployment with CI?

Automating Slidev deployment with CI involves using the targeted deployment path, which verifies repository configuration and triggers the appropriate deployment command or workflow for Vercel or GitHub Pages.

Why does my Slidev hosting workflow need git remote validation?

Git remote validation is required before deploying Slidev hosting to ensure the repository is correctly linked to Vercel or GitHub Pages, preventing failed deployments and ensuring the CI-driven publish workflow triggers properly.