원클릭으로
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: