ワンクリックで
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 職業分類に基づく
| 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:
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.