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/michaelengland/deckwright/presentnpx skills add michaelengland/deckwright --skill presentgit clone --depth 1 https://github.com/michaelengland/deckwrightWhat 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 | $0.00052 | $0.01142 |
| Opus 5 | $0.00026 | $0.00571 |
| Sonnet 5 | $0.00010 | $0.00228 |
| Haiku 4.5 | $0.00005 | $0.00114 |
Grade A, and why
present 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 yesterday.
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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Present
Execute a slide design document to generate the final presentation. This skill takes the complete slide-by-slide spec (with layouts, content, and visual direction) and produces a validated .pptx and .pdf.
Prerequisites
- A slide design document exists (from /deckwright:design), OR
- User provides a complete slide-by-slide spec with visual direction, OR
- A PptxGenJS generation script exists from a previous import or creation (edit mode)
If no design or generation script exists: "Would you like to use /deckwright:design first to plan your slides and visual direction?"
Process
Edit Mode Check
Before starting, check: does a deck folder in decks/ contain a PptxGenJS generation script (a .js file containing require("pptxgenjs"))?
- If no: This is a new presentation. Follow the standard process below.
- If yes: This is an edit. Read the existing generation script and modify only the affected slide functions based on user instructions or upstream design documents. Do not rewrite unchanged slides. Specifically:
- Read the generation script to understand the current slide functions
- Identify which slides need changes (from user request or updated design doc)
- Modify only those
createSlideNfunctions — preserve everything else verbatim - If adding slides, create new functions and insert their calls at the right position
- If removing slides, delete the function and its call
- After modifications, continue to step 3 (Visual Validation) as usual
1. Load the Slide Design
Read the slide design document. Extract:
- Visual direction (color palette, typography, visual style)
- Each slide's layout, content, and speaker notes
- Source references (URLs carried forward from upstream phases)
2. Generate Slides
Before writing any generation code, read ${CLAUDE_PLUGIN_ROOT}/references/pptx-generation.md — it contains the complete PptxGenJS API reference, critical pitfalls that cause file corruption, and the full generation workflow.
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.
- yesterday First seen · 95 lines · 52 tokens per session scan A 491d5ded19b4
present is a skill published in the GitHub repository michaelengland/deckwright (2 stars, last pushed 6mo ago), licensed MIT. It adds 52 tokens to every session and 1,142 once invoked, about $0.0003 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-31.
Other skills, from other repositories
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
codex-ppt
Generate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or outlines.
impress-presentations
Use when creating, opening, or editing LibreOffice Impress ODP presentations, or PPTX decks only when PowerPoint compatibility is explicitly required.
hands-on-deck
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes reading, analyzing, or extracting content from presentations; editing text, images, styles, or layout of existing decks; creating new slides, shapes, tables, or pictures; reordering, duplicating, or merging slides…
pptx
Read, create, and convert Microsoft PowerPoint (.pptx) presentations — extract slide text to JSON/markdown, build decks from JSON/markdown outlines, and export to PDF.
thesis-defense-pptx
Create, polish, and quality-check editable undergraduate or graduate thesis defense PowerPoint decks from a local thesis PDF/LaTeX project and an existing PPTX template. Use when the user asks for a formal defense PPT, thesis presentation, academic答辩PPT, template-matched PPTX, or local PowerPoint deck generation with…