PPT Design Skill is a workflow for creating native, editable PowerPoint presentations from requirements, combining content planning, visual design, generation, and image-based review. It is intended for professional presentations such as proposals, strategy decks, investor materials, and formal reports. The catalogue entries provide the instructions and skill used by coding agents to carry out this workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sunchaokun/ppt-design-skill/skillnpx skills add sunchaokun/PPT-Design-Skill --skill skillgit clone --depth 1 https://github.com/sunchaokun/PPT-Design-SkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sunchaokun/ppt-design-skill/skill)<a href="https://agentmods.dev/skills/sunchaokun/ppt-design-skill/skill"><img src="https://agentmods.dev/badge/skills/sunchaokun/ppt-design-skill/skill.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00035 | $0.03937 |
| Opus 5 | $0.00017 | $0.01969 |
| Sonnet 5 | $0.00007 | $0.00787 |
| Haiku 4.5 | $0.00003 | $0.00394 |
Grade A, and why
ppt-design-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 363 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Design Skill
This skill is a presentation design director and delivery workflow. The
pptx-designer Python package is the rendering engine; this skill decides
what should be designed, how it should be structured, how it should look, and
whether the rendered result actually satisfies the user's need.
The design framework below keeps the mature design judgment, content rules,
domain paradigms, and quality standards that make the workflow reliable. The
implementation engine is the public pptx-designer Python library.
Designer mindset
Act as a senior presentation designer. Make decisions from the audience and the communication goal, not from the list of available Python functions.
- Audience first: decide what the audience must understand, remember, feel, or do before choosing a layout.
- Restraint over decoration: one clear accent system is better than random effects; every element must earn its place.
- Systematic thinking: a deck is one visual system, not independent pages. Lock margins, spacing rhythm, typography, color roles, corner treatment, image treatment, and component language.
- Intentional variation: vary page architecture and density when the story changes, not merely to make pages look different.
- Explain decisions: be able to state why a page uses a figure, chart, comparison, diagram, image, or sparse statement for this audience.
Stop before writing code
For a new delivery-grade presentation task, initialize the task from
templates/task-init/ and keep task-specific requirements in those task
files. Run init_presentation_task.py from the loaded Skill's scripts/
directory (use its absolute path if the working directory is the project):
python <skill-root>/scripts/init_presentation_task.py --project <project-root> --name <lowercase-task-slug>. It creates an isolated
<project-root>/ppt_tasks/<task-slug>/ and refuses to overwrite it. Do not
begin implementation while a required research or direction decision remains
unresolved.
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 377 B
- references/content-schema.md 1.0 KB
- references/design-direction-coach.md 5.2 KB
- references/design-principles.md 5.1 KB
- references/domain-paradigms.md 1.5 KB
- references/install-and-runtime.md 3.1 KB
- references/public-api.md 4.7 KB
- references/qa-and-delivery.md 5.4 KB
- references/template-brand.md 2.5 KB
- references/workflow.md 7.7 KB
- scripts/check_runtime.py 1.4 KB runs code
- scripts/init_presentation_task.py 2.7 KB runs code
- scripts/inspect_pptx.py 1.5 KB runs code
- scripts/render_pptx.ps1 5.8 KB runs code
- scripts/runtime_deps.py 2.0 KB runs code
- templates/task-init/acceptance-contract.md 343 B
- templates/task-init/brief.md 254 B
- templates/task-init/page-plan.md 150 B
- templates/task-init/research.md 449 B
- templates/task-init/task.yaml 356 B
- templates/task-init/theme-lock.yaml 307 B
- templates/task-init/visual-direction.md 610 B
- templates/task-init/visual-review.md 486 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed · +17 lines e8ae4fa65e55
- 6d ago First seen · 346 lines · 35 tokens per session scan A edcd0a51dd92
ppt-design-skill is a skill published in the GitHub repository sunchaokun/PPT-Design-Skill (1,195 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 3,937 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
wordpress-ai-image-optimizer
Use when the user says 'optimize my wordpress images with ai', 'compress and optimize all images', 'audit my media library', or 'improve image performance'. Downloads images, compresses, converts to WebP, resizes and renames locally, re-uploads, and updates every content reference.
generating-slide-deck
Generate an investor or stakeholder presentation from Phase 5 synthesis; produces a structured slide outline with headlines, talking points, and data citations. Run after synthesizing-research (Phase 6).
sub2api-4k-image-generator-ts
TypeScript-only skill for generating and debugging high-resolution AI images through sub2api OpenAI-compatible APIs. Use this whenever the user wants a TS/Node sub2api image generator, 4K image generation, stream=true /v1/images/generations or /v1/responses image generation, Cloudflare 524 timeout avoidance, partial…
baku-illustrations
生成中文中心配图、带字解释图、概念拆解图、流程/循环/分层/对比图、图表美化和文章/PPT/卡片配图。用于用户要求配图、正文配图、解释图、图解插画、汇报配图、内容配图、shot list、生成插图、手绘风插图、手绘 3D 或 3D 材质插图时;支持 handdrawn、handdrawn-3d、material-3d 三种渲染模式,并使用 Baku Design System 色系、短中文标签、安全边距和小比例辅助角色规则。.
video-subtitle
Add, generate, translate, or burn subtitles into a video. Use when the user wants to add hardcoded/burned-in subtitles, transcribe speech to SRT, translate existing subtitles to another language, or create dual-language subtitles (original + translation). Triggers: "add subtitles to this video", "transcribe this…
ChatDOC Studio--KnowledgeMate
Create and operate ChatDOC Studio knowledge bases through pdrouter using a Bearer API key and JavaScript helpers. Use when Codex needs to upload one or more PDF/DOC/DOCX files, skip failed files without aborting the whole job, create a knowledge base from successful uploads, or call the ChatDOC Studio knowledge-base…