overwatch-slidedeck

overwatch-slidedeck is a skill for Claude Code from tdimino/claude-code-minoan. It costs 138 tokens per session (4,810 once invoked), scanned A, original, MIT.

A live presentation builder for creating interactive slide decks as web applications rather than static PDF files. It supports React-based layouts, navigation, animations, presenter notes, and optional access controls.

In plain words
What is it for?
Use it for investor pitches, product demos, conference talks, and data-heavy presentations with keyboard navigation, interactive content, charts, or animated visual backgrounds.
Why use it?
Static slides cannot easily provide rich interactions, dynamic content, or synchronized presenter views. This is intended for presentations that behave more like small web apps.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { SlideWrapper } from "../components/layout/SlideWrapper";.

Good fit Use it for investor pitches, product demos, conference talks, and data-heavy presentations with keyboard navigation, interactive content, charts, or animated visual backgrounds.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/tdimino/claude-code-minoan
agentmods
npx agentmods add skills/tdimino/claude-code-minoan/overwatch-slidedeck

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 overwatch-slidedeck

README.md
[![agentmods](https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/overwatch-slidedeck/github.svg)](https://agentmods.dev/skills/tdimino/claude-code-minoan/overwatch-slidedeck)
Your own site
<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/overwatch-slidedeck"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/overwatch-slidedeck/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 overwatch-slidedeck

Your own site · 80×15
<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/overwatch-slidedeck"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/overwatch-slidedeck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,810 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 80
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium MCP Rug Pull · line 227
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 230
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 233
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00138 $0.04810
Opus 5 $0.00069 $0.02405
Sonnet 5 $0.00028 $0.00962
Haiku 4.5 $0.00014 $0.00481

Measured 8d ago against content hash 88f56b50377b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

overwatch-slidedeck scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| **Reddit JSON** | Native curl (no auth) | User feedback, pain points, discussions |
skills/design-media/overwatch-slidedeck/SKILL.md · 393 lines

How it starts

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

Overwatch Slide Deck Designer

Build interactive, presentation-grade slide decks as live SPAs—not static PDFs. Vite + React 19 + TanStack Router, 1920x1080 native resolution, WebGPU shader backgrounds, Framer Motion orchestration, collapsible sidebar navigation, keyboard controls, an optional access gate, and deploy to Cloudflare Workers / Vercel / Netlify.

When to Use This Skill

  • Live presentations (investor pitches, product demos, conference talks)
  • Interaction-rich decks with hover states, content swaps, tooltips
  • WebGPU shader backgrounds for dramatic cover slides
  • Decks that need an access gate (client-side; see Access Gate section for its limits)
  • Keyboard-navigated presentations with sidebar navigation

Domains Supported

Domain Use Cases
Business & Finance KPI dashboards, revenue charts, growth trends, pricing
Healthcare Patient metrics, clinical outcomes, treatment timelines
Wellness & Coaching Transformation journeys, milestone celebrations, quotes
AI/ML Research Model architecture, training metrics, STT/TTS pipelines

Quick Start Workflow

1. Audit Reference Screenshots

Review existing example screenshots for aesthetic consistency before designing.

open ~/.claude/skills/overwatch-slidedeck/assets/examples/

15 reference screenshots demonstrate the canonical aesthetic: dark backgrounds, orange accent (#ff6e41), Playfair Display headings, interactive hover states, WebGPU shader covers.

2. Scaffold New Project

cp -r ~/.claude/skills/overwatch-slidedeck/assets/scaffold/ ./my-deck
cd my-deck
npm install
npm run dev  # Opens at http://localhost:5173
# Navigate to /deck/1

3. Review Iconography Options

Domain Key Icons
AI/ML Brain, Cpu, Database, Layers, Network, Waveform
Business TrendingUp, DollarSign, PieChart, Target, Users
Healthcare Heart, Activity, Stethoscope, ShieldCheck
Parenting Baby, Users, HandHeart, Shield, Brain, Puzzle
Spirituality Compass, Flame, Mountain, Sunrise, Lightbulb

Read the full file on GitHub · 393 lines

Files

What ships with it

60 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. 8d ago First seen · 393 lines · 138 tokens per session scan A 88f56b50377b

Subscribe to this mod's changes

overwatch-slidedeck is a skill published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed yesterday), licensed MIT. It adds 138 tokens to every session and 4,810 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

html-draft

Use when user wants a standalone HTML diagram in flat engineering blueprint style — architecture diagrams, system flows, technical spec sheets, component maps. Generates one HTML file using Tailwind v4 (browser CDN) for layout and D3 v7 (CDN) for SVG diagrams. User-invoked only — do NOT auto-trigger. Triggers on…

serejaris/personal-corp-os · 130 tokens

ux-walkthrough-skill

A user-experience review process that examines a product’s screens and user journeys against its product requirements document (PRD). It checks consistency, accessibility, errors, and whether users can complete tasks clearly.

djblack1209-coder/OpenClaw-Bot · 72 tokens

design-to-code

Lanhu to Code workflow for Claude Code. Convert Lanhu design URLs into Vue/React frontend code with component reuse, design token mapping, TODO-safe business logic, and optional code review.

ursazoo/lanhu-to-code · 42 tokens

cobejs

Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).

MengTo/Skills · 31 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

stitch::react-components

Converts Stitch designs into modular Vite and React components, or syncs/updates existing React components to align with the latest Stitch designs, using system-level networking and AST-based validation.

google-labs-code/stitch-skills · 43 tokens