slides

slides is a skill for Claude Code, Codex from nextlevelbuilder/ui-ux-pro-max-skill. It costs 25 tokens per session (385 once invoked), scanned A, original, MIT.

A skill for creating HTML slide decks and presentations with charts, consistent visual rules, and planned layouts.

In plain words
What is it for?
Use it for marketing presentations, pitch decks, data-driven slides, and presentation copy.
Why use it?
It helps turn data and ideas into organised presentation content without having to design every slide from scratch.

Skill for Claude CodeCodex

Part of the ui-ux-pro-max plugin — 7 skills, 2 commands, 1 agent, 3 MCP servers shipped together

About the project

UI UX Pro Max is an AI skill that supplies design guidance for creating user interfaces and user experiences across multiple platforms and frameworks. It is used by developers working with AI coding agents to plan and build application designs.

nextlevelbuilder/ui-ux-pro-max-skill · 124,633 stars · on GitHub

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.

agentmods
npx agentmods add skills/nextlevelbuilder/ui-ux-pro-max-skill/slides
Any agent
npx skills add nextlevelbuilder/ui-ux-pro-max-skill --skill slides
Clone the repo
git clone --depth 1 https://github.com/nextlevelbuilder/ui-ux-pro-max-skill

Made for: Claude Code, Codex.

Or install ui-ux-pro-max, the plugin that ships this one along with the rest of its 7 skills, 2 commands, 1 agent, 3 MCP servers.

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/skills/nextlevelbuilder/ui-ux-pro-max-skill/slides.svg)](https://agentmods.dev/skills/nextlevelbuilder/ui-ux-pro-max-skill/slides)
Your own site
<a href="https://agentmods.dev/skills/nextlevelbuilder/ui-ux-pro-max-skill/slides"><img src="https://agentmods.dev/badge/skills/nextlevelbuilder/ui-ux-pro-max-skill/slides.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.00385
Opus 5 $0.00013 $0.00192
Sonnet 5 $0.00005 $0.00077
Haiku 4.5 $0.00003 $0.00038

Measured yesterday against content hash 86c07f19ec09, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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.

Origin

Copies of this mod

8 near-identical copies found in the catalogue:

  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
  • slides — 100% identical, 4 lines differ
.claude/skills/slides/SKILL.md · 45 lines

What it actually says

Slides

Strategic HTML presentation design with data visualization.

When to Use

  • Marketing presentations and pitch decks
  • Data-driven slides with Chart.js
  • Strategic slide design with layout patterns
  • Copywriting-optimized presentation content

Subcommands

Subcommand Description Reference
create Create strategic presentation slides references/create.md

Script Paths

Script paths in this skill and its references/ are relative to the directory that contains this SKILL.md, not to the project: scripts/<file> is this skill's own scripts/ folder, and ../<skill>/scripts/<file> is a sibling sub-skill installed alongside it. Build the full path from that directory (Claude Code reports it as the skill's base directory when the skill loads) and keep the working directory at the project root — the scripts read and write project files such as docs/brand-guidelines.md, assets/design-tokens.json or src/ relative to it.

References (Knowledge Base)

Topic File
Layout Patterns references/layout-patterns.md
HTML Template references/html-template.md
Copywriting Formulas references/copywriting-formulas.md
Slide Strategies references/slide-strategies.md

Routing

  1. Parse subcommand from $ARGUMENTS (first word)
  2. Load corresponding references/{subcommand}.md
  3. Execute with remaining arguments
Files

What ships with it

5 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. yesterday Changed · +4 lines 86c07f19ec09
  2. 5d ago First seen · 41 lines · 25 tokens per session scan A 2b90bdaf63f2

Subscribe to this mod's changes

slides is a skill published in the GitHub repository nextlevelbuilder/ui-ux-pro-max-skill (124,633 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 385 once invoked, about $0.0001 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

skill-deck

Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.

nyldn/claude-octopus · 23 tokens

pptx-posters

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual…

foryourhealth111-pixel/Vibe-Skills · 66 tokens

utility-slideshow-creator

Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme.

product-on-purpose/pm-skills · 43 tokens

speech-to-text

Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.

calesthio/OpenMontage · 37 tokens

aws-wechat-article-assets

公众号素材|业务资料库|预设包|.aws 预设包|主题包|品牌包|aiworkskills.cn — 用户业务资料库与预设包管理:业务资料按产品名组织在 .aws-article/products/{产品名}/(介绍 .md 直挂产品根 + 配图归 images/ 子目录含同名说明 .md),AI 与用户对话产出业务介绍内容时引导用户保存;图片入库走 productimageingest.py --product --stem 。导入 .aws ZIP 预设包(本地文件或 https://aiworkskills.cn//.aws URL)合并主题/配色/字体配置到…

aiworkskills/wechat-article-skills · 258 tokens

animation-system

Use when implementing animations — AnimationPlayer, AnimationTree, blend trees, state machines, sprite animation, and code-driven animation.

jame581/GodotPrompter · 27 tokens