pptx-deck-creation

pptx-deck-creation is a skill for Claude Code, Codex from kimtth/agent-pptify-kit. It costs 30 tokens per session (2,804 once invoked), scanned A, original, MIT.

A workflow for creating editable PowerPoint presentations from a narrative, source evidence, and explicit slide layouts. PPTX is the file format used by Microsoft PowerPoint.

In plain words
What is it for?
It is for planning, generating, and quality-checking production-ready PowerPoint decks with native editable objects.
Why use it?
It helps keep titles, labels, data, tables, and diagrams editable instead of flattening the whole presentation into images.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/kimtth/agent-pptify-kit/pptx-deck-creation-compact
Any agent
npx skills add kimtth/agent-pptify-kit --skill pptx-deck-creation-compact
Clone the repo
git clone --depth 1 https://github.com/kimtth/agent-pptify-kit

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for pptx-deck-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/kimtth/agent-pptify-kit/pptx-deck-creation-compact.svg)](https://agentmods.dev/skills/kimtth/agent-pptify-kit/pptx-deck-creation-compact)
Your own site
<a href="https://agentmods.dev/skills/kimtth/agent-pptify-kit/pptx-deck-creation-compact"><img src="https://agentmods.dev/badge/skills/kimtth/agent-pptify-kit/pptx-deck-creation-compact.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,804 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00030 $0.02804
Opus 5 $0.00015 $0.01402
Sonnet 5 $0.00006 $0.00561
Haiku 4.5 $0.00003 $0.00280

Measured 5d ago against content hash e252f8b3b399, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pptx-deck-creation 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 5d 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.

pptx-deck-creation-compact/SKILL.md · 284 lines

How it starts

The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PPTX Deck Creation

Overview

Create an editable PowerPoint deck from a clear narrative, source evidence, and explicit layout decisions. Keep the deck specification and its native PowerPoint objects as the source of truth. Images may support a slide, but they must not replace editable titles, labels, data, tables, or diagrams.

Use the bundled references for design-profile selection, reference-deck analysis, visual-asset decisions, and final quality checks. The skill does not ship a general-purpose renderer or bundled runtime scripts.

Scope Boundary

Use this skill as the primary workflow for creating a new, editable PPTX deck. It owns the path from a deck brief through narrative planning, a coordinate-explicit specification, task-specific PPTX generation, and final quality assurance. Do not redirect a net-new deck to another skill merely because the requested deliverable is a .pptx file.

Use @pptx-official when work starts with an existing PPTX and requires package-level operations: raw OOXML editing, template duplication and text replacement, speaker notes, comments, animations, or other structural changes to that file. It may support a build when those operations are necessary, but it is not the default workflow for a net-new deck authored here.

When to Use This Skill

  • Use when a user asks to create a new editable PowerPoint or PPTX deck
  • Use as the default workflow when a new deck needs to be delivered as a .pptx file
  • Use when a deck needs a narrative framework, a design direction, and final coordinates
  • Use when analyzing a reference PPTX without copying its binary content
  • Use when reviewing a generated PPTX for layout, package, or accessibility defects

How It Works

Step 1: Understand the requested deck

Collect the audience, decision or purpose, language, slide count, source material, brand requirements, and delivery format. Ask the user to select a narrative framework if they have not already done so. Do not select one on the user's behalf.

Read the full file on GitHub · 284 lines

Files

What ships with it

6 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.

Changes

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.

  1. 5d ago First seen · 284 lines · 30 tokens per session scan A e252f8b3b399

Subscribe to this mod's changes

pptx-deck-creation is a skill published in the GitHub repository kimtth/agent-pptify-kit (1 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 2,804 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.

Related

Other skills, from other repositories

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

desirecore/market · 188 tokens

pptx-creator

Create PowerPoint presentations from outlines, Markdown, or templates.

chainlesschain/chainlesschain · 16 tokens

impress-presentations

Use when creating, opening, or editing LibreOffice Impress ODP presentations, or PPTX decks only when PowerPoint compatibility is explicitly required.

agent0ai/agent-zero · 33 tokens

presentation-forge

创建中文商业汇报,从主题、文档或 slides.md 生成原生可编辑 PPTX,提供 Markdown-first 实时画布、样式切换和同版导出,使用 image-2 辅助生成独立视觉资产,把截图或图片型幻灯片重建为可编辑 PPTX/SVG,或用原生 PPTX 模板填充新内容。用户要求制作售前方案、项目汇报、产品介绍、行业分析、培训材料、像 Markdown 一样编辑并导出、AIPPT 式可编辑演示、套用 PowerPoint 模板、图片页转可编辑 PowerPoint、重建幻灯片或输出 SVG 时使用。.

desirecore/market · 152 tokens

pptx-manipulation

This skill enables programmatic creation, editing, and manipulation of Microsoft PowerPoint (.pptx) presentations using the python-pptx library. Create professional slides with text, shapes, images, charts, and tables without manual editing.

claude-office-skills/skills · 7 tokens

dashiai-ppt

制作新 PPT、演示文稿、幻灯片、汇报材料,或在“其余不变”的前提下修改已有大师 PPT 时使用。基于预置视觉主题组合页面,生成可离线打开、可在浏览器编辑的 HTML 演示,支持导出 PPTX / PDF 文件。.

mujingquan835/dashiai-ppt-skill · 75 tokens