# Ppt Deck

> When the user needs a presentation → PPT playbook (goal/audience → storyline → layout → accessibility → delivery).

- Skill: `cklxx/ppt-deck` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add cklxx/ppt-deck`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cklxx/ppt-deck/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: cklxx (https://skillmd.com/u/cklxx)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/cklxx/ppt-deck

---


# ppt-deck

Generate presentation decks from topic to deliverable PPTX/PDF, following storyline templates (SCQA, Pyramid, Before/After/Bridge), accessibility best practices, and 10/20/30 guidelines. All slide generation, layout, and export logic are handled by run.py.

## 调用

```bash
python3 skills/ppt-deck/run.py create --topic 'Q1 Review' --audience leadership --format pptx
```

