html-deck

html-deck is a skill for Claude Code from atman-33/workhub. It costs 84 tokens per session (1,751 once invoked), scanned A, original, MIT.

A method for building a presentation as one self-contained HTML file with inline styling and scripts, then showing it in a browser or exporting it to PDF. It uses a fixed 16:9 slide stage and supports animated, keyboard-controlled decks.

In plain words
What is it for?
Use it to create or revise slides, talks, pitches, and other presentations as browser-based HTML decks, including PDF export.
Why use it?
It keeps the deck portable and avoids a separate build system or design application, while preserving a consistent slide layout.

Skill 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 visuals plugin — 4 skills shipped together

Good fit Use it to create or revise slides, talks, pitches, and other presentations as browser-based HTML decks, including PDF export.

Compare 6 skills 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 atman-33/workhub
Claude Code
/plugin install visuals

Made for: Claude Code.

Or install visuals, the plugin that ships this one along with the rest of its 4 skills.

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 html-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/atman-33/workhub/html-deck.svg)](https://agentmods.dev/skills/atman-33/workhub/html-deck)
Your own site
<a href="https://agentmods.dev/skills/atman-33/workhub/html-deck"><img src="https://agentmods.dev/badge/skills/atman-33/workhub/html-deck.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,751 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.00084 $0.01751
Opus 5 $0.00042 $0.00875
Sonnet 5 $0.00017 $0.00350
Haiku 4.5 $0.00008 $0.00175

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

Security

Grade A, and why

html-deck 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 2d 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.

plugins/visuals/skills/html-deck/SKILL.md · 170 lines

How it starts

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

HTML deck

A deck is a single HTML file with inline CSS and JS. No build step, no dependencies, no external renderer. It opens in a browser, presents with the keyboard, and exports to PDF.

Source: frontend-slides. See the plugin's NOTICE.md.

Non-negotiables

  1. Fixed 16:9 stage. Every slide is authored inside a 1920x1080 stage that is scaled as a whole to the viewport. It may letterbox; it must never reflow. No responsive breakpoints rearranging slide content — a deck looks the same on a phone as on a projector, only smaller.
  2. Switch slides with visibility, never display. assets/viewport-base.css uses visibility / opacity / pointer-events. A later rule such as .slide-content { display: flex } overrides display: none and paints every slide at once — a failure that looks like the deck is broken rather than mis-styled.
  3. One file. All CSS and JS inline. Images sit beside it in assets/, by relative path.
  4. Include assets/viewport-base.css in full in the <style> block. Copy it; do not paraphrase it.
  5. Read ${CLAUDE_PLUGIN_ROOT}/shared/design-system.md before choosing type or colour. The rules against the default generated look apply here more than anywhere — a deck is the deliverable people judge on sight.

Phase 0 — what is being asked

  • New deck → Phase 1.
  • Rework an existing deck → read the file first, then follow Reworking at the bottom. Fit is the risk, not taste.

Phase 1 — content and shape

Ask everything in one go. Use the environment's structured-question UI when there is one; otherwise one message with numbered options.

  1. Purpose — pitch / teaching / conference talk / internal
  2. Length — short (5–10) / medium (10–20) / long (20+)
  3. Content — ready / rough notes / topic only
  4. Density — see below
  5. Time budget — how long they have to present it

Density decides the design

Mode For Behaviour
Speaker-led Talks, keynotes, anything explained live One idea per slide, large type, generous space, 1–3 bullets, more slides
Reading-first Handouts, async review, internal detail Self-contained slides, structured grids and tables, 4–8 bullets or 4–6 cards, tighter but still deliberate

Read the full file on GitHub · 170 lines

Files

What ships with it

4 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. 2d ago First seen · 170 lines · 84 tokens per session scan A 84831ff8e1ed

Subscribe to this mod's changes

html-deck is a skill published in the GitHub repository atman-33/workhub (2 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 1,751 once invoked, about $0.0004 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-09-05.

Related

Other skills, from other repositories

gonavi-cli

Operate databases through the GoNavi headless CLI — the gonavi executable shipped in verified GitHub Release archives. Covers listing/adding/importing saved connections, running SQL queries against saved connections or ad-hoc connection files, exporting result sets to csv/json/md/html/xlsx, batch-executing SQL files…

Syngnat/GoNavi · 144 tokens

ppt-orchestrator

A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.

huangrichao2020/pretty-skills · 160 tokens

zhongguose-html-skill

An HTML-only presentation system using traditional Chinese colours and Chinese-style visual design. It helps organise source material into a report structure and produces a self-contained HTML file with its assets.

huangrichao2020/pretty-skills · 232 tokens

dashiai-ppt

A presentation-making add-on that creates an HTML slide deck from preset visual page designs. The result can open offline in a browser and can be exported as a PowerPoint or PDF file.

huangrichao2020/pretty-skills · 62 tokens

wechat-delivery

A workflow for preparing WeChat Official Account articles, images, covers, and publishing files in Chinese. WeChat Official Accounts are channels used by organizations to publish articles to followers.

huangrichao2020/pretty-skills · 129 tokens

html-ppt-viewer

A simple HTML viewer that presents a set of existing images like a slide deck. It includes a side panel, large image display, page controls, and keyboard navigation, but does not create the images.

huangrichao2020/pretty-skills · 93 tokens