slides

slides is a skill for Claude Code from Fergana-Labs/stash. It costs 24 tokens per session (970 once invoked), scanned A, original, MIT.

Instructions for building presentation decks as fixed-size HTML pages. Each slide is a 1920×1080 section that fits a 16:9 screen without internal scrolling.

In plain words
What is it for?
Creating web-based presentations with covers, content slides, safe margins, and native 1920×1080 output.
Why use it?
It gives HTML slide decks a consistent canvas and structure for viewing and exporting.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Good fit Creating web-based presentations with covers, content slides, safe margins, and native 1920×1080 output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fergana-labs/stash/slides
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 Fergana-Labs/stash --skill slides
Clone the repo
git clone --depth 1 https://github.com/Fergana-Labs/stash

Made for: Claude Code.

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/fergana-labs/stash/slides.svg)](https://agentmods.dev/skills/fergana-labs/stash/slides)
Your own site
<a href="https://agentmods.dev/skills/fergana-labs/stash/slides"><img src="https://agentmods.dev/badge/skills/fergana-labs/stash/slides.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 970 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.00024 $0.00970
Opus 5 $0.00012 $0.00485
Sonnet 5 $0.00005 $0.00194
Haiku 4.5 $0.00002 $0.00097

Measured 7d ago against content hash 2ab40e0c9951, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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.

docs/skills/slides/SKILL.md · 104 lines

How it starts

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

Building slide decks

A slide deck is a single HTML page with html_layout: "fixed-aspect" whose <body> contains one <section class="slide"> per slide.

The canvas — 1920 × 1080 (16:9)

Every slide is a fixed 1920 × 1080 px canvas with overflow:hidden. Stay inside a 64 px safe-area margin (working area 1792 × 952 px). Nothing should scroll inside a slide; the viewer scales the canvas to fit the viewport, and the exporter renders at native 1920×1080.

Required structure

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Deck title</title>
  <script src="https://cdn.tailwindcss.com"></script>
  <link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css" rel="stylesheet">
  <style>
    /* Belt-and-suspenders — the viewer enforces these too. */
    section.slide {
      width: 1920px; height: 1080px;
      overflow: hidden; position: relative;
      box-sizing: border-box;
      padding: 64px;
    }
  </style>
</head>
<body>
  <section class="slide" data-type="cover">…</section>
  <section class="slide" data-type="content">…</section>
  <section class="slide" data-type="content">…</section>
  <section class="slide" data-type="final">…</section>
</body>
</html>
  • cover — title slide.
  • toc — table of contents.
  • chapter — section divider.
  • content — regular content slide.
  • final — thanks / Q&A / contact slide.

These let presenter view and future templates target slides by role.

Typography

  • Title text: ≥ 56 px.
  • Body text: ≥ 28 px.
  • Footnotes / captions: ≥ 20 px.
  • Use the system font stack or one CDN font (Inter, Geist). Avoid @font-face — it adds latency in export.
Need Use
Charts Chart.js for 1–2 charts per slide; ECharts for dashboards; D3 only when custom
Tables Plain <table> + Tailwind classes. No DataTables.
Icons Font Awesome 6 (CDN) or Lucide
Code Shiki (preferred, vector-clean) or highlight.js
Math KaTeX with auto-render (never MathJax inside iframe)
Diagrams Mermaid via CDN, render once on load

Read the full file on GitHub · 104 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. 7d ago First seen · 104 lines · 24 tokens per session scan A 2ab40e0c9951

Subscribe to this mod's changes

slides is a skill published in the GitHub repository Fergana-Labs/stash (332 stars, last pushed 5d ago), licensed MIT. It adds 24 tokens to every session and 970 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

pptx

A guide for turning a paper, outline, or structured text into a PowerPoint presentation. It covers an 8–12-slide structure, concise slide points, and generation of a .pptx file.

bojieli/ai-agent-book · 84 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

morph-ppt-3d

3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.

iOfficeAI/OfficeCLI · 37 tokens

ppt-craft

Read this skill only when an actual PPTX will be created or changed. Read the shared office-ppt Skill before the first PPTX tool call.

Orkas-AI/Orkas · 3 tokens

presentations

Use when building, theming, or exporting a presentation deck — pitch, sales, keynote, board/QBR, leave-behind one-pager — from slide structure to a token-based theme to PDF or editable PPTX (Marp, Slidev, python-pptx). NOT the words (that is marketing), NOT the visual tokens (that is design), NOT the investor story…

ericrisco/rsc-harness · 93 tokens

slide-deck-generator

Generate a real PowerPoint .pptx deck from a Markdown outline. Picks slide layouts (title / content / closing) based on the outline structure, applies a brand accent color, optionally adds speaker notes. Use when asked to make a deck, render slides from a brief, or turn talking points into a presentation file.

skrun-dev/skrun · 69 tokens