بنقرة واحدة
ppt-preview
Build Slidev deck and start local preview server. Use after slides are written to provide a viewable URL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build Slidev deck and start local preview server. Use after slides are written to provide a viewable URL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Visual style decision-making for PPT based on research and audience context. Use after research phase to select archetype, tokens, and layout strategy.
Top-tier PPT structure architect using Pyramid Principle. Use after research and style decision to generate a logically rigorous outline.
Compose high-quality Slidev slides from outline and style plan. Use after outline is approved to write the final slides markdown.
Review a generated Slidev deck for visual, structural, and interaction issues. Use when user triggers /ppt-review or when completing the ppt-creator pipeline.
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.
Top-tier PPT structure architect using Pyramid Principle. Use after research and style decision to generate a logically rigorous outline.
| name | ppt-preview |
| description | Build Slidev deck and start local preview server. Use after slides are written to provide a viewable URL. |
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 first