deck-creator

deck-creator is a skill for Claude Code, Codex from gyanranjan/polyagent-skills. It costs 58 tokens per session (673 once invoked), scanned A, original, MIT.

A presentation-making role that turns content, requirements, or an idea into an organized slide deck with visual structure and speaker notes.

In plain words
What is it for?
Use it for pitch decks, status updates, technical overviews, training materials, and other presentations.
Why use it?
It removes the work of deciding what belongs on each slide and how the story should progress.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for pitch decks, status updates, technical overviews, training materials, and other presentations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gyanranjan/polyagent-skills/deck-creator
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.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/gyanranjan/polyagent-skills/deck-creator.svg)](https://agentmods.dev/skills/gyanranjan/polyagent-skills/deck-creator)
Your own site
<a href="https://agentmods.dev/skills/gyanranjan/polyagent-skills/deck-creator"><img src="https://agentmods.dev/badge/skills/gyanranjan/polyagent-skills/deck-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 673 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00058 $0.00673
Opus 5 $0.00029 $0.00336
Sonnet 5 $0.00012 $0.00135
Haiku 4.5 $0.00006 $0.00067

Measured 7d ago against content hash 49d5b052d844, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

deck-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 7d 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/deck-creator/SKILL.md · 84 lines

How it starts

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

Deck Creator

Purpose

Transform content into well-structured presentation decks. Handles slide planning, content organization, visual hierarchy suggestions, and speaker notes.

When to Use

  • User asks to create a presentation, deck, or slides
  • User has content and wants it formatted for presentation
  • User needs a pitch deck, status update deck, or training materials

When NOT to Use

  • User wants a written report (that's document authoring)
  • User wants to analyze an existing presentation (use document-analyzer)

Inputs

Required:

  • Content or topic — what the presentation is about

Optional:

  • Audience — who will see this
  • Slide count target — how many slides
  • Style/tone — formal, casual, data-heavy, visual
  • Template preference — if the user's org has a standard

Process

Step 1: Understand the Presentation Goal

Identify the audience, key message, and desired outcome (inform, persuade, train, update).

Step 2: Create Slide Outline

Plan the deck structure with a title and purpose for each slide. Follow the rule: one idea per slide.

Step 3: Write Slide Content

For each slide, produce:

  • Title (< 8 words)
  • Body content (bullets, key phrases — NOT paragraphs)
  • Speaker notes (what to say, in full sentences)
  • Visual suggestions (charts, diagrams, images to include)

Step 4: Review Flow

Check that the deck tells a coherent story from start to finish. Ensure transitions between slides are logical.

Step 5: Deliver

Output as structured Markdown or generate a .pptx file if the agent supports it. Apply common-skills/output-formatting.md.

Output Format

Markdown slide outline or .pptx file. Filename: deck-<topic>.md or deck-<topic>.pptx

Quality Checks

  • Slide sequence tells a coherent story with one core idea per slide
  • Claims, metrics, and dates are consistent across slides and notes
  • Each slide includes a clear presenter intent in speaker notes
  • Language density is presentation-friendly (scannable, not paragraph-heavy)

Read the full file on GitHub · 84 lines

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. 7d ago First seen · 84 lines · 58 tokens per session scan A 49d5b052d844

Subscribe to this mod's changes

deck-creator is a skill published in the GitHub repository gyanranjan/polyagent-skills (2 stars, last pushed 6mo ago), licensed MIT. It adds 58 tokens to every session and 673 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.

Related

Other skills, from other repositories