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.
git clone --depth 1 https://github.com/tdimino/claude-code-minoannpx agentmods add skills/tdimino/claude-code-minoan/overwatch-slidedeckWrote 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.
[](https://agentmods.dev/skills/tdimino/claude-code-minoan/overwatch-slidedeck)<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.
<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>- NVIDIA SkillSpector warn
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]
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.
| Model | Per session | Once 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 |
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 | 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 |
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.
- assets/examples/README.md 622 B
- assets/examples/sample-spec.yaml 1.2 KB
- assets/examples/slide-01.png 57 KB
- assets/examples/slide-02.png 72 KB
- assets/examples/slide-03.png 58 KB
- assets/examples/slide-04.png 82 KB
- assets/examples/slide-05.png 63 KB
- assets/examples/slide-06.png 91 KB
- assets/examples/slide-07.png 103 KB
- assets/examples/slide-08.png 78 KB
- assets/examples/slide-09.png 34 KB
- assets/examples/slide-10.png 73 KB
- assets/examples/slide-11.png 54 KB
- assets/examples/slide-12.png 15 KB
- assets/examples/slide-13.png 75 KB
- assets/examples/slide-14.png 59 KB
- assets/examples/slide-15.png 71 KB
- assets/scaffold/index.html 641 B
- assets/scaffold/package.json 705 B
- assets/scaffold/public/_redirects 19 B
- assets/scaffold/src/components/chrome/DeckShell.tsx 4.2 KB
- assets/scaffold/src/components/chrome/MobileBlock.tsx 1.9 KB
- assets/scaffold/src/components/chrome/PasswordGate.tsx 2.8 KB
- assets/scaffold/src/components/chrome/SlideCounter.tsx 404 B
- assets/scaffold/src/components/graphics/NetworkGraph.tsx 2.4 KB
- assets/scaffold/src/components/graphics/ParticleField.tsx 1.7 KB
- assets/scaffold/src/components/graphics/shaders/lava-nebula.wgsl 1.0 KB
- assets/scaffold/src/components/graphics/SVGRadarChart.tsx 3.6 KB
- assets/scaffold/src/components/graphics/WebGPUCanvas.tsx 5.4 KB
- assets/scaffold/src/components/interactions/Accordion.tsx 1.6 KB
- assets/scaffold/src/components/interactions/AnimatedItem.tsx 1.4 KB
- assets/scaffold/src/components/interactions/ContentRotator.tsx 1.8 KB
- assets/scaffold/src/components/interactions/ExpandableCard.tsx 1.7 KB
- assets/scaffold/src/components/interactions/GlowBorder.tsx 1.3 KB
- assets/scaffold/src/components/interactions/HoverLift.tsx 724 B
- assets/scaffold/src/components/interactions/InfiniteScrollTicker.tsx 1.5 KB
- assets/scaffold/src/components/interactions/ProgressBar.tsx 1.9 KB
- assets/scaffold/src/components/interactions/PulseIndicator.tsx 1.0 KB
- assets/scaffold/src/components/interactions/QuoteRotator.tsx 3.0 KB
- assets/scaffold/src/components/interactions/RevealCaption.tsx 1.2 KB
- assets/scaffold/src/components/interactions/Skeleton.tsx 904 B
- assets/scaffold/src/components/interactions/SocialProofCard.tsx 8.2 KB
- assets/scaffold/src/components/interactions/StaggeredAnimation.tsx 848 B
- assets/scaffold/src/components/interactions/TabGroup.tsx 2.4 KB
- assets/scaffold/src/components/interactions/TerminalTyper.tsx 3.5 KB
- assets/scaffold/src/components/interactions/TimelineConnector.tsx 5.4 KB
- assets/scaffold/src/components/interactions/Tooltip.tsx 1.6 KB
- assets/scaffold/src/components/layout/BodyText.tsx 612 B
- assets/scaffold/src/components/layout/CenterLayout.tsx 343 B
- assets/scaffold/src/components/layout/Divider.tsx 393 B
- assets/scaffold/src/components/layout/Eyebrow.tsx 432 B
- assets/scaffold/src/components/layout/GridLayout.tsx 566 B
- assets/scaffold/src/components/layout/Headline.tsx 424 B
- assets/scaffold/src/components/layout/MonoLabel.tsx 587 B
- assets/scaffold/src/components/layout/SlideWrapper.tsx 520 B
- assets/scaffold/src/components/layout/SplitLayout.tsx 872 B
- assets/scaffold/src/components/layout/SubHeadline.tsx 488 B
- assets/scaffold/src/components/navigation/KeyboardNav.tsx 1.7 KB
- assets/scaffold/src/components/navigation/Sidebar.tsx 6.7 KB
- assets/scaffold/src/components/navigation/SlideScaler.tsx 1.5 KB
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.
- 8d ago First seen · 393 lines · 138 tokens per session scan A 88f56b50377b
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.
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…
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.
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.
cobejs
Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).
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…
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.