assets/skills/ppt-preview/SKILL.md
Build Slidev deck and start local preview server. Use after slides are written to provide a viewable URL.
npx skillsauth add Rory-X/slidev-ppt-agent ppt-previewInstall 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.
After slides-<topic>.md has been written and is ready for visual review.
npx slidev build <slides-file> --out <artifact-dir>/site
node scripts/static-preview-server.js --dir=<artifact-dir>/site --port=3045
The server auto-retries ports if occupied. It prints PREVIEW_URL=http://... on success.
<artifact-dir>/site/After returning the preview URL, inform the user of available export options:
预览地址:http://localhost:3045
如需导出文件:
- 导出 PPTX:npx slidev export <slides-file> --format pptx
- 导出 PDF:npx slidev export <slides-file>
- 导出 PNG:npx slidev export <slides-file> --format png
也可以让我直接帮你执行导出命令,或使用 `/ppt-publish` 发布到线上。
playwright-chromium: npm install -D playwright-chromium--with-clicks is enabled by default (each v-click step becomes a separate page)npx slidev export <slides-file> --format pptx --with-clicks falseIf the user requests PPTX export, run:
npx slidev export <slides-file> --format pptx --output <artifact-dir>/slides.pptx
npm install -D playwright-chromium firstdevelopment
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.