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.
npx agentmods add commands/rhuss/cc-slidev/visualsgit clone --depth 1 https://github.com/rhuss/cc-slidevWhat 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 | $0.00013 | $0.04022 |
| Opus 5 | $0.00006 | $0.02011 |
| Sonnet 5 | $0.00003 | $0.00804 |
| Haiku 4.5 | $0.00001 | $0.00402 |
Grade A, and why
slidev:visuals 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 582 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Visual Enhancement Workflow
Analyze all slides and provide interactive visual enhancement with multi-platform diagrams (Mermaid, PlantUML, Excalidraw), images, and AI prompts using evidence-based best practices.
Evidence Base: Visual enhancements follow research-based principles for cognitive load, accessibility, and effective communication. See references/presentation-best-practices.md for guidelines.
Multi-Platform: All diagrams are automatically generated in enabled formats (Mermaid + PlantUML + Excalidraw). Mermaid embedded inline, alternatives saved in organized directories for flexibility.
CRITICAL - Excalidraw Rule: NEVER embed Excalidraw JSON in markdown files. Always:
- Write JSON to
diagrams/<slug>.excalidraw - Convert to SVG using
render-excalidraw.sh - Put SVG in
public/images/<slug>/diagram-excalidraw.svg - Include only the SVG image reference in markdown
Execution
1. Read Slides
Find and parse slides.md with CORRECT Slidev numbering:
IMPORTANT: Generate accurate slide numbering first
CRITICAL: Slidev Slide Numbering Read master slides.md directly:
Read the master slides.md file containing slide comments:
---
src: ./slides/01-title.md
---
<!-- Slide 1: Title -->
---
src: ./slides/05-microservices-benefits.md
---
<!-- Slide 5: Microservices Benefits -->
Extract slide information by parsing comment pattern: <!-- Slide \d+: .* -->
Output Format for Analysis: Always reference slides as: "Slide X (Title)" Example: "Slide 21 (Device Plugins Turn GPUs Into Schedulable Resources)"
Analysis Tasks:
- Read slides.md to extract all slide comments
- Count total slides (count comments)
- Extract slide titles from comment descriptions
- Read individual slide files (from
src:paths) to check for:- Existing visuals (mermaid blocks, image references)
- Visual placeholders (
<!-- TODO: Visual) - Content that needs visuals
2. Analyze Visual Opportunities (Evidence-Based)
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.
- 2d ago First seen · 582 lines · 13 tokens per session scan A 45d5fb060748
slidev:visuals is a command published in the GitHub repository rhuss/cc-slidev (49 stars, last pushed 14d ago), licensed MIT. It adds 13 tokens to every session and 4,022 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.
Other commands, from other repositories
presentation
Create, outline, review, or improve a presentation deck.
brand-guidelines
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
rive-interactive-viewmodel_builder
Command "rive-interactive-viewmodel_builder" from freshtechbro/claudedesignskills, covering /rive-interactive-viewmodelbuilder, description, usage, implementation and notes.
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.