presentation-creator

presentation-creator is a skill for Claude Code, Codex from mblode/agent-skills. It costs 180 tokens per session (2,121 once invoked), scanned A, original, MIT.

A complete slide-deck creator that develops the story, writes slide text, designs the visuals, and adds speaker notes when needed. It supports live talks, recorded or self-guided decks, investor pitches, and web-based presentations.

In plain words
What is it for?
Use it to create a presentation from a story outline, produce an investor pitch deck, write speaker notes, or build a slide deck as a web app with one route per slide.
Why use it?
It turns a topic into a clear sequence of slides with a narrative, instead of leaving the structure, wording, and presentation details as separate tasks.

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/mblode/agent-skills/presentation-creator
Any agent
npx skills add mblode/agent-skills --skill presentation-creator
Clone the repo
git clone --depth 1 https://github.com/mblode/agent-skills

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 presentation-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/mblode/agent-skills/presentation-creator.svg)](https://agentmods.dev/skills/mblode/agent-skills/presentation-creator)
Your own site
<a href="https://agentmods.dev/skills/mblode/agent-skills/presentation-creator"><img src="https://agentmods.dev/badge/skills/mblode/agent-skills/presentation-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 180 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,121 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.00180 $0.02121
Opus 5 $0.00090 $0.01060
Sonnet 5 $0.00036 $0.00424
Haiku 4.5 $0.00018 $0.00212

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

Security

Grade A, and why

presentation-creator 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 4d 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.

skills/presentation-creator/SKILL.md · 116 lines

How it starts

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

Presentation Creator

Bold, minimal slide decks with a story underneath: spine to final QA.

  • IS: slide decks end to end: story spine, narrative structure, slide copy, visual design, speaker notes, investor pitch decks, and decks built as a web app.
  • IS NOT: long-form prose (use the external ghostwriter skill with platform blog), marketing copy outside slides (use copywriting), or general visual systems for product UI (use ui-design).

Workflow

Track this checklist:

Presentation progress:
- [ ] Step 1: Gather context (audience, setting, format, output)
- [ ] Step 2: Write the story spine and the ending (references/story-structure.md)
- [ ] Step 3: Outline the slide sequence (references/outline-structure.md)
- [ ] Step 4: Write slide copy (references/writing-slides.md; pitch decks: references/pitch-decks.md instead)
- [ ] Step 5: Design visual layout and composition (references/visual-design.md)
- [ ] Step 6: Write speaker notes (references/speaker-notes.md); skip for pitch decks
- [ ] Step 7: QA pass, output the slide-by-slide review table

Step 1: Gather context

Establish four things (ask if not provided):

  • Audience: internal (shared context, be direct) vs. external (build credibility, define terms)
  • Setting: live talk, recorded/async, or standalone investor pitch
  • The three messages: what the audience must remember after the deck
  • The output: a markdown outline to hand to a deck tool, a deck built as a web app, or slides in an existing template. Ask before Step 5, because the visual step is where it starts to matter

Route by format:

  • Live talk or internal/recorded deck → Steps 2-7 in order.
  • Investor pitch deck (read without a presenter) → read references/pitch-decks.md first. Its 10-slide framework replaces Step 3's outline, and its async copy rules (denser, standalone headlines, 2-3 bullets per section) replace writing-slides.md for Step 4: do not load writing-slides.md on this path, its presented-deck copy limits contradict it. Step 2 still applies, in a compressed form: an investor is an audience too, and the spine is what stops a pitch reading as a feature list. Skip Step 6 (no presenter); Steps 5 and 7 still apply.

Read the full file on GitHub · 116 lines

Files

What ships with it

7 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. 4d ago First seen · 116 lines · 180 tokens per session scan A 17cad55cbdeb

Subscribe to this mod's changes

presentation-creator is a skill published in the GitHub repository mblode/agent-skills (95 stars, last pushed 5d ago), licensed MIT. It adds 180 tokens to every session and 2,121 once invoked, about $0.0009 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

infographic-creator

基于给定文字内容创建精美信息图。当用户请求创建信息图时使用。.

antvis/Infographic · 25 tokens

bento-slides

Create and edit Bento presentations — self-contained .bento.html decks whose document is JSON. Use whenever the user wants a slide deck or presentation: from scratch, from source material, or by improving an existing file.

Prism-Shadow/penguin-harness · 0 tokens

excalidraw

Generate an Excalidraw whiteboard in Sean's hand-drawn video style (Excalifont, roughness 1, green signature, socials + watermark, source labels). Use whenever the user wants a whiteboard, diagram, teaching board, or "chart" for a video or the docs/whiteboards gallery — anything Sean will film with.

ShenSeanChen/waku-agent · 77 tokens

excalidraw-architect

Choose and compose the right Excalidraw diagram - architecture, flowchart, sequence, state, ER, swimlane, process, timeline, quadrant, pyramid, venn, loop, gantt, bar, line, scatter, and more - using the excalidraw-architect-mcp server. Use whenever a reader would learn more from a picture than from prose, or when…

BV-Venky/excalidraw-architect-mcp · 101 tokens

image-gen

Prompting workflow for imagegenerate when generating or editing raster images such as photos, illustrations, textures, sprites, mockups, concept art, or image-to-image edits. Use when the deliverable is a bitmap asset; keep repo-native SVG/vector/CSS/canvas work in source form.

TGYD-helige/pi · 61 tokens

design-impeccable

Always-on visual quality gate and progressive skill router for HTML, dashboards, charts, decks, documents, UI mockups, and other styled artifacts. It keeps universal anti-template rules in context and tells MOZI which specialist design skill to activate before planning visual work.

spytensor/openmozi · 58 tokens