assets/skills/ppt-publish/SKILL.md
Publish built PPT to static hosting (Vercel or GitHub Pages). Use when user requests deployment.
npx skillsauth add Rory-X/slidev-ppt-agent ppt-publishInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the user explicitly asks to publish/deploy the PPT to a live URL.
vercel or github-pages), use it directly.Follow the guidance in .agents/skills/deploy-to-vercel/SKILL.md:
git remote, .vercel/project.json, vercel whoami).vercel deploy dist -y --no-wait
Option A -- GitHub Actions (preferred if repo has remote):
.github/workflows/publish-gh-pages.yml exists.Option B -- Manual subtree push:
git subtree push --prefix dist origin gh-pages
Always return:
development
Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
development
Compose high-quality Slidev slides from outline and style plan. Use after outline is approved to write the final slides markdown.
development
Review a generated Slidev deck for visual, structural, and interaction issues. Use when user triggers /ppt-review or when completing the ppt-creator pipeline.
content-media
Deep multi-dimensional research for PPT topic. Use when preparing factual basis before designing a presentation.