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 instructions/sunchaokun/ppt-design-skill/agents-mdgit 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/instructions/sunchaokun/ppt-design-skill/agents-md)<a href="https://agentmods.dev/instructions/sunchaokun/ppt-design-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/sunchaokun/ppt-design-skill/agents-md.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.00442 | $0.00442 |
| Opus 5 | $0.00221 | $0.00221 |
| Sonnet 5 | $0.00088 | $0.00088 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
PPT-Design-Skill AGENTS.md 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 6d 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.
What it actually says
PPT Design Skill
This repository contains the ppt-design-skill workflow. The PowerPoint
generation engine is the published pptx-designer package; do not recreate or
vendor the former ppt_pro_max implementation here.
Source of truth
skill/SKILL.md: the agent workflow and design rules;skill/references/: public API, domain paradigms, content rules, and QA;skill/scripts/: runtime, structural inspection, and PPTX-PDF-PNG rendering;examples/output/: three real editorial PPTX reference cases;installer/: cross-platform skill installation;README.mdanddocs/: user-facing documentation.
Required generation loop
- Confirm the brief, page structure, and brief acceptance contract.
- Choose FreeStyle
generate_ppt(), Build Mode, or VI Build Mode. - Generate a reproducible PPTX.
- Reopen it with
skill/scripts/inspect_pptx.py. - Render through PPTX -> PDF -> PNG.
- Compare every PNG with the acceptance contract, record evidence, and revise
material visual issues or failed
MUSTrequirements.
Do not claim completion from a successful Python run alone.
Validation
python skill/scripts/check_runtime.py
python installer/install.py --check
python skill/scripts/inspect_pptx.py examples/output/luxury_fragrance_lookbook.pptx --pretty
python "C:\Users\Administrator\.codex\skills\.system\skill-creator\scripts\quick_validate.py" skill
Naming and compatibility
The skill name is permanently ppt-design-skill. Do not rename installation
folders to pptx-designer; that is the Python package name, not the skill name.
Editing rules
- Use documented public
pptx_designerAPIs in examples and generated code. - Keep the three reference PPTX artifacts intact unless the user asks for a replacement.
- Preserve the early skill's design rules when revising documentation.
- Use
apply_patchfor text and code edits.
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.
- 6d ago First seen · 49 lines · 442 tokens per session scan A 9e9215788d41
PPT-Design-Skill AGENTS.md is an instructions file published in the GitHub repository sunchaokun/PPT-Design-Skill (1,191 stars, last pushed yesterday), licensed MIT. It adds 442 tokens to every session, about $0.0022 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 instructions, from other repositories
image-to-editable-ppt-skill AGENTS.md
Instructions for ningzimu/image-to-editable-ppt-skill, covering agents.md, editing rules, skill documentation architecture, design principles and file responsibilities.
skills AGENTS.md
AGENTS.md instructions for bitwise-media-group/skills, covering bitwise skills — repository conventions, layout, dual manifests (claude + codex), skill frontmatter policy and progressive disclosure.
Coding-Agent-Guidelines-Radiotherapy AGENTS.md
Instructions for MustafaKadhim/Coding-Agent-Guidelines-Radiotherapy, covering codex coding instructions, 1. operating principles, think before coding, simplicity first and surgical changes.
uber-polya CLAUDE.md
Instructions for agtm1199/uber-polya, covering uber-polya, project structure, how skills work, conventions and skill.md files.
uber-polya copilot-instructions.md
Instructions for agtm1199/uber-polya, covering uber-polya, when a user presents a problem, pipeline summary, key convention and python code.
kortex CLAUDE.md
Claude Code instructions for Heapy/kortex, a project described as: Agent Skills for Kotlin Development.