deck-pipeline

deck-pipeline is a skill for Claude Code, Codex from sruthir28/enterprise-ai-skills. It costs 64 tokens per session (2,078 once invoked), scanned A, original, MIT.

A four-step workflow that turns one topic into a presentation deck. It plans the story, builds the slides, reviews them, and applies the most important fixes.

In plain words
What is it for?
Use it to create presentations with a clear narrative, slide outline, review, and revision pass from a single topic.
Why use it?
It reduces the work of deciding what to say, checking whether the argument makes sense, and revising the deck before showing it to senior audiences.

Skill for Claude CodeCodex

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

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is See the [McKinsey Critic](../mckinsey-critic/SKILL.md) skill for the full review framework..

Good fit Use it to create presentations with a clear narrative, slide outline, review, and revision pass from a single topic.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/sruthir28/enterprise-ai-skills
agentmods
npx agentmods add skills/sruthir28/enterprise-ai-skills/deck-pipeline

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-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/deck-pipeline/github.svg)](https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/deck-pipeline)
Your own site
<a href="https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/deck-pipeline"><img src="https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/deck-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deck-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/deck-pipeline"><img src="https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/deck-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,078 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00064 $0.02078
Opus 5 $0.00032 $0.01039
Sonnet 5 $0.00013 $0.00416
Haiku 4.5 $0.00006 $0.00208

Measured 11d ago against content hash 7540317c091b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deck-pipeline 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 11d 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.

deck-pipeline/SKILL.md · 213 lines

How it starts

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

Deck Pipeline

A 4-agent pipeline that transforms a topic into a critique-proof presentation deck. Each agent has a distinct role — the output of one feeds the next. The result is a deck that has been strategically structured, built, reviewed, and fixed before you ever touch it.

The Four Agents

Topic
  │
  ▼
┌─────────────┐    ┌─────────────┐    ┌─────────────┐    ┌─────────────┐
│ STRATEGIST  │───▶│   BUILDER   │───▶│   CRITIC    │───▶│    FIXER    │
│             │    │             │    │             │    │             │
│ Defines the │    │ Creates the │    │ Reviews like│    │ Applies the │
│ narrative   │    │ actual deck │    │ a McKinsey  │    │ top 3 fixes │
│ and outline │    │             │    │ EM at 2am   │    │             │
└─────────────┘    └─────────────┘    └─────────────┘    └─────────────┘

Agent 1: Strategist

Role: Define the audience, governing thought, and full slide outline before anything gets built.

What it does:

  • Identifies the target audience and what they care about
  • Defines the governing thought (the one sentence the whole deck proves)
  • Creates a 10-12 slide outline using Situation → Complication → Resolution structure
  • Each slide title is a claim, not a label ("RTD market will reach $42.5B by 2028" not "Market Overview")
  • Groups slides into clear narrative blocks

Output: A structured outline with:

  • Audience definition
  • Governing thought
  • Slide-by-slide titles with supporting points
  • Narrative flow markers (Situation / Complication / Resolution)

Why this matters: A deck without a strategy is just a collection of slides. The strategist ensures every slide earns its place in the argument.


Agent 2: Builder

Role: Convert the strategist's outline into an actual presentation.

What it does:

  • Takes the outline and creates the full deck content
  • Writes slide body text, data points, and supporting evidence
  • Structures visual elements: comparison tables, stat callout boxes, framework diagrams
  • Maintains consistent formatting and tone throughout
  • Ensures each slide has a clear "so what"

Read the full file on GitHub · 213 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. 11d ago First seen · 213 lines · 64 tokens per session scan A 7540317c091b

Subscribe to this mod's changes

deck-pipeline is a skill published in the GitHub repository sruthir28/enterprise-ai-skills (139 stars, last pushed 10d ago), licensed MIT. It adds 64 tokens to every session and 2,078 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-30.

Related

Other skills, from other repositories

multimodal_generation

A tool for generating 3D models from text or images and applying template-based video effects to images. It supports image effects such as an embrace, transformation, or objects turning to dust.

crane-in-clear-sky/WorkWit-AI-Agent · 146 tokens

ardot_slides

"Use this skill for Ardot canvas design tasks whose deliverable is a slide deck / presentation design (NOT a PowerPoint .pptx file). Covers presentations, decks, pitch decks, keynote-style slides, launch-event slides, roadshow decks, proposal/pitch slides rendered as Ardot design canvases. Trigger phrases: design a…

crane-in-clear-sky/WorkWit-AI-Agent · 260 tokens

ardot_poster

"Use this skill for Ardot canvas design tasks whose deliverable is a visual poster — posters, flyers, billboards, banners, event posters, promotional single-page graphics, e-commerce banners, brand visuals, logos, icons & illustrations rendered on the Ardot canvas. Trigger phrases: design a poster, create a banner…

crane-in-clear-sky/WorkWit-AI-Agent · 183 tokens

tencent_pptx

A tool for creating complete PowerPoint presentation files from topics, outlines, documents, data, or reference materials.

crane-in-clear-sky/WorkWit-AI-Agent · 73 tokens

p5js

Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

NousResearch/hermes-agent · 20 tokens

audiocraft-audio-generation

AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.

NousResearch/hermes-agent · 25 tokens