slides

slides is a command for Claude Code from jamditis/claude-skills-journalism. It costs 8 tokens per session (1,912 once invoked), scanned A, original, MIT.

A command for creating presentation slides as HTML pages, using your organization's branding and predefined layouts. HTML is the language used to structure web pages, so the slides can be viewed in a browser and rendered as a PDF.

In plain words
What is it for?
Use it to create branded pitch decks, product walkthroughs, and other widescreen or 4:3 presentations.
Why use it?
It avoids building each branded presentation from scratch and helps keep the on-screen slides and PDF output aligned. It also provides layouts suited to pitch and walkthrough presentations.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the pdf-playground plugin — 1 skill, 8 commands shipped together

Good fit Use it to create branded pitch decks, product walkthroughs, and other widescreen or 4:3 presentations.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add jamditis/claude-skills-journalism
Claude Code
/plugin install pdf-playground

Made for: Claude Code.

Or install pdf-playground, the plugin that ships this one along with the rest of its 1 skill, 8 commands.

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 slides

README.md
[![agentmods](https://agentmods.dev/badge/commands/jamditis/claude-skills-journalism/slides/github.svg)](https://agentmods.dev/commands/jamditis/claude-skills-journalism/slides)
Your own site
<a href="https://agentmods.dev/commands/jamditis/claude-skills-journalism/slides"><img src="https://agentmods.dev/badge/commands/jamditis/claude-skills-journalism/slides/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 slides

Your own site · 80×15
<a href="https://agentmods.dev/commands/jamditis/claude-skills-journalism/slides"><img src="https://agentmods.dev/badge/commands/jamditis/claude-skills-journalism/slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,912 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.00008 $0.01912
Opus 5 $0.00004 $0.00956
Sonnet 5 $0.00002 $0.00382
Haiku 4.5 $0.00001 $0.00191

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

Security

Grade A, and why

slides 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 9d 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.

pdf-playground/commands/slides.md · 132 lines

How it starts

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

Create HTML presentation slides.

Version check

Read the plugin version from ${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json and note it. If the file doesn't exist or the read fails, warn the user that the plugin may not be properly installed.

Setup

  1. Check for brand configuration at .claude/pdf-playground.local.md
  2. If found, parse the YAML frontmatter for brand settings
  3. Load the slides template from ${CLAUDE_PLUGIN_ROOT}/templates/slides-template.html

Slide format

Default: 16:9 widescreen (13.333" × 7.5"). For 4:3, update both places in templates/slides-template.html:

  1. --slide-width: 10in on the :root block (drives the .slide width)
  2. @page { size: 10in 7.5in; } (drives the PDF page size, CSS variables aren't permitted inside @page, so it must be edited directly)

If you only change one, the on-screen preview and the rendered PDF will disagree and content will clip.

Slide types

The template ships with layouts for most pitch- and walkthrough-style decks. Use the right one for each slide rather than forcing everything through a generic content layout.

Cover and hero

.slide-title, Gradient title slide with centered headline, subtitle, presenter line. Use when no cover photo is available.

.slide-hero, Full-bleed photo background with right-aligned headline and subtitle, plus a red branded footer bar. Best for opening pitch decks. Set the background image on the .hero-bg child via inline style.

.slide-hero.slide-closing, Same hero with left-aligned headline for closing "Ready on [date]" slides. The subtitle sits tight to the headline on purpose, the close reads as one unit, not two floating lines.

Section dividers

.slide-section, Solid red background with a large outlined section number and title. Use for clean typographic chapter breaks.

.slide-section.with-photo, Photo background with a red section chip ("Section 8.1") and a large section title. Use when the deck mirrors a numbered document (RFP response, report) and reviewers need to cross-reference.

Read the full file on GitHub · 132 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. 9d ago First seen · 132 lines · 8 tokens per session scan A de0bc4b3f52c

Subscribe to this mod's changes

slides is a command published in the GitHub repository jamditis/claude-skills-journalism (389 stars, last pushed yesterday), licensed MIT. It adds 8 tokens to every session and 1,912 once invoked, about $0.0000 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 commands, from other repositories

brainstorm

Creative research brainstorming — generate ideas researchers within a single field would miss. Cross-field connections, assumption challenges, alternative framings, and wild cards. Produces bold, specific, surprising ideas rather than safe incremental ones.

TobiasBlask/open-paper-machine · 43 tokens

generate-slides

Generate conference presentation slides from a completed paper. Extracts key content, builds a slide structure, generates content with speaker notes, and produces a Marp-compatible markdown slide deck.

TobiasBlask/open-paper-machine · 35 tokens

analyze-writing

Analyze academic writing quality of the current draft. Checks for passive voice overuse, weak openings, hedging balance, readability, sentence length variation, and word repetitions. Produces a writing quality report with specific improvement suggestions per section.

TobiasBlask/open-paper-machine · 46 tokens

analyze-positioning

Analyze how the paper positions itself relative to the closest existing work. Identifies the 5-10 most similar papers, builds a differentiation matrix, and generates a positioning statement that strengthens the contribution argumentation.

TobiasBlask/open-paper-machine · 41 tokens

start

Run the shorts pipeline across long-lived tmux panes. /start for a fresh run, or /start to reuse an already-ingested video. Each phase shows its progress in the foreground; tmux attach -t to inspect any phase live.

jperrello/C0BALT_CUT · 62 tokens

present

Prepare a product presentation.

Dragoon0x/product-skills · 4 tokens