Agent skill · Design & Presentation

oma-slide

HTML presentation deck generator and multi-format exporter. Generates distinctive, animation-rich HTML decks at a fixed 1920×1080 stage, then deterministically validates, bundles, and exports them to PDF/PNG/PPTX via the `oma slide` CLI. Use for slide, deck, presentation, slides, pptx, keynote, 슬라이드, 발표자료, プレゼン, 幻灯片 requests. Produces self-contained single-file HTML with keyboard/touch nav, speaker notes, and print-to-PDF support.

first-flukegithub.com/first-flukeGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add first-fluke/oh-my-agent --skill oma-slide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 17 KB
Bundled scripts: yes
Path: .agents/skills/oma-slide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,204
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Slide Agent — Animation-Rich HTML Deck Generator ## Scheduling ### Goal Generate distinctive, anti-"AI slop" HTML presentation decks authored at a fixed 1920×1080 stage, validate geometry deterministically via the `oma slide` CLI, and deliver self-contained bundles exportable to PDF, PNG, and PPTX. ### Intent signature - User asks to create a slide deck, presentation, keynote, or series of slides. - User provides a topic, outline, `.pptx` to import, or existing deck to enhance. - User mentions slide, deck, pptx, keynote, 슬라이드, 발표자료, プレゼン, 幻灯片, 演示文稿. - User mentions Canva, canva export, canva import, 캔바, キャンバ. - Another skill needs a visual output artifact (e.g., a research result delivered as a deck). ### When to use - Creating a new presentation from a topic or outline - Enhancing or reformatting an existing deck - Generating per-slide HTML with animations and design-doctrine aesthetics - Exporting a deck to PDF, PNG, or PPTX after generation - Applying a named style preset or bold template to a deck - Exporting a generated deck to Canva as a presentation - Importing a Canva design as input for enhancement ### When NOT to use - Plain document creation (no slides needed) → use om

What's inside
Steps it walks through
  1. Scheduling
  2. Goal
  3. Intent signature
  4. When to use
  5. When NOT to use
  6. Expected inputs
  7. Expected outputs
  8. Dependencies
  9. Control-flow features
  10. Structural Flow
  11. Entry
  12. Scenes
  13. Transitions
  14. Failure and recovery
Ships with 10 files
  • resources/animation-patterns.md
  • resources/assets/deck-stage.js
  • resources/assets/viewport-base.css
  • resources/canva-integration.md
  • resources/checklist.md
  • resources/design-doctrine.md
  • resources/fixed-stage.md
  • resources/generation-protocol.md
  • resources/selection-index.json
  • resources/style-presets.md
Commands it runs
Scaffold
oma slide new --dir "$DECK_DIR" [--force]
Validate (after writing slides)
oma slide validate --dir "$DECK_DIR" --format json [--out <file>]
oma slide validate --dir "$DECK_DIR" --slide slide-04.html   # single-slide gate (enhance mode)
Build viewer
oma slide viewer --dir "$DECK_DIR"
Bundle to single-file
oma slide bundle --dir "$DECK_DIR" [--out <file>] [--inline-fonts]
Exports (optional)
More from oh-my-agent
All skills →
About this skill
What does the oma-slide skill do?

HTML presentation deck generator and multi-format exporter. Generates distinctive, animation-rich HTML decks at a fixed 1920×1080 stage, then deterministically validates, bundles, and exports them to PDF/PNG/PPTX via the `oma slide` CLI. Use for slide, deck, presentation, slides, pptx, keynote, 슬라이드, 발표자료, プレゼン, 幻灯片 requests. Produces self-contained single-file HTML with keyboard/touch nav, speaker notes, and print-to-PDF support.

How do I install it?

Run `npx skills add first-fluke/oh-my-agent --skill oma-slide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From first-fluke/oh-my-agent, a repository with 1,204 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going