一键导入
ppt-publish
Publish built PPT to static hosting (Vercel or GitHub Pages). Use when user requests deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Publish built PPT to static hosting (Vercel or GitHub Pages). Use when user requests deployment.
用 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-publish |
| description | Publish built PPT to static hosting (Vercel or GitHub Pages). Use when user requests deployment. |
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: