make-a-deck

make-a-deck is a skill for Claude Code, Codex from Onevium/awesome-claude-skills. It costs 98 tokens per session (891 once invoked), scanned A, original, MIT.

A method for creating a complete presentation as one standalone HTML file. It uses fixed 16:9 slides that scale to different screens and include navigation and printing support.

In plain words
What is it for?
Use it to turn source material into decks, slides, pitches, or presentations. It helps plan the story, build reusable slide layouts, add keyboard or click navigation, and prepare PDF printing.
Why use it?
It gives you a presentation you can open and share as a web file without relying on presentation software. The structured process also helps keep each slide focused and consistent.

Skill for Claude CodeCodex

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

Good fit Use it to turn source material into decks, slides, pitches, or presentations. It helps plan the story, build reusable slide layouts, add keyboard or click navigation, and prepare PDF printing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onevium/awesome-claude-skills/make-a-deck
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 Onevium/awesome-claude-skills --skill make-a-deck
Clone the repo
git clone --depth 1 https://github.com/Onevium/awesome-claude-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 make-a-deck

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/onevium/awesome-claude-skills/make-a-deck"><img src="https://agentmods.dev/badge/skills/onevium/awesome-claude-skills/make-a-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 891 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.00098 $0.00891
Opus 5 $0.00049 $0.00445
Sonnet 5 $0.00020 $0.00178
Haiku 4.5 $0.00010 $0.00089

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

Security

Grade A, and why

make-a-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 10d 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/design/make-a-deck/SKILL.md · 60 lines

What it actually says

制作 HTML 演示文稿

在一个可独立打开的 HTML 文件中制作完整 Deck。幻灯片使用固定 16:9 画布,并在不同视口中等比缩放和留黑边,不依赖手工调整每页尺寸。

1. 确认简报

读取全部来源材料,确认受众、演讲时长或页数、语气、品牌、宽高比,以及是否需要讲者备注。上下文充分时直接开始;没有品牌且视觉方向会影响结果时,先确定方向。

讲者备注默认关闭,只有用户明确要求才添加。

2. 规划叙事与版式系统

先写出每页的一句话目标和整体叙事顺序,再确定 4–6 种可复用版式,例如封面、章节页、内容页、对比页、重点引语和结尾行动页。

限制背景和强调色数量,统一标题位置、正文区域、页码和品牌标识。每页只承载一个主信息,删除没有叙事作用的填充页。

3. 构建 Deck 外壳

创建固定尺寸舞台,默认 1920×1080。每页为直接子 <section>,提供 1 开始的 data-screen-label。外壳至少支持:

  • 根据视口等比缩放并居中留边。
  • 键盘方向键、空格及可用的点击或触摸导航。
  • 当前页和总页数。
  • 打印或导出 PDF 时一页一张幻灯片。

是否保存当前页到 localStorage 取决于用户需求,不要让持久化增加不必要复杂度。

4. 逐页制作

  • 1920×1080 画布正文通常不小于 24px,标题通常为 60–96px;根据语言和内容密度调整。
  • 所有页面复用设计 token,不在单页发明新色值和间距。
  • 图像使用品牌素材、合法素材或明确标注尺寸的诚实占位符。
  • 图表只保留支持当前结论的数据。
  • 每完成 1–2 张先预览方向,再扩展到整套 Deck。

5. 验证与交付

逐页检查多种视口下的缩放、溢出、导航、页码、文字可读性、对比度、打印分页和资源加载。无法真实验证的行为要明确说明。

交付最终 HTML,简要列出页数、叙事结构、仍需替换的素材和需要用户确认的决定。

示例

输入:“根据这份 PRD 做 5 页工程全员会 Deck,深色主题,不要讲者备注。”

**输出:**生成单个 deck.html,包含封面、问题、架构、发布计划和结尾行动五页,使用 1920×1080 舞台、键盘导航、页码和打印样式,并验证常见视口无溢出。

来源与许可

本 Skill 基于 Trystan Sarrade 的 claude-design-system-prompt 进行中文化与 Claude Skill 规范适配。上游与本改编均按 MIT License 发布,详见 LICENSE.txt

Files

What ships with it

1 file 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. 10d ago First seen · 60 lines · 98 tokens per session scan A 856e976b23c1

Subscribe to this mod's changes

make-a-deck is a skill published in the GitHub repository Onevium/awesome-claude-skills (1 stars, last pushed 13d ago), licensed MIT. It adds 98 tokens to every session and 891 once invoked, about $0.0005 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

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

lingxling/awesome-skills-cn · 62 tokens

ad-creative

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.

lingxling/awesome-skills-cn · 51 tokens

3d-web-experience

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences.

lingxling/awesome-skills-cn · 57 tokens

slack-gif-creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.".

lingxling/awesome-skills-cn · 51 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

lingxling/awesome-skills-cn · 59 tokens

theme-factory

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

lingxling/awesome-skills-cn · 62 tokens