redis-presentation-decks
Redis Presentation Decks
Create polished Reveal.js decks that explain Redis systems with accurate technical evidence, Redis brand discipline, and presentation-ready visual QA.
Required Workflow
- Clarify the deck job. Identify audience, objective, presenter, time limit, delivery format, Redis products in scope, and whether the deck is executive, practitioner, workshop, or implementation review.
- Plan the story before HTML. Build a slide outline with one message per slide, section dividers, speaker intent, and expected proof artifacts. For solution architecture decks, read Redis deck patterns.
- Use the scaffold. Generate the Reveal.js shell with
scripts/create-presentation.js, then edit the deck HTML slide-by-slide. Do not hand-write the full Reveal.js boilerplate unless the scaffold cannot fit the request. - Apply Redis brand defaults. Use Redis Red
#FF4438, primary text#091A23, secondary text#163341, muted text#8A99A0, Space Grotesk for body/H2/H3, and Space Mono for H1, code, commands, and compact technical labels. - Make Redis evidence visible. Use real commands, schemas, metrics, topology labels, or query fragments where they help the audience trust the architecture. Verify product-specific facts against current Redis docs or user-provided source material.
- Add speaker notes. Include
<aside class="notes">on all slides that need talk track, demo cues, objections, transitions, or timing guidance. Read Reveal.js reference for notes, fragments, code, and backgrounds. - Validate charts before visual review. Read charts reference before adding Chart.js canvases. Run the chart checker when charts are present.
- Run overflow and screenshot review. Run the overflow checker, export screenshots or PDF with Decktape, inspect every slide image, and revise until there is no clipping, unreadable text, bad contrast, or broken icon/chart rendering.
Scaffold And Scripts
Resolve <skill-dir> to the folder containing this SKILL.md.
More from fcenedes/redis_sa_skills
redis-brand-ui
Apply Redis official brand guidelines to frontend UI implementations. Use this skill when building Redis-branded web interfaces, creating marketing pages, styling dashboards, or implementing any UI that must follow the Redis visual identity. Covers colors, typography, components, and dark mode.
10redis-excalidraw-diagrams
Create Redis-focused Excalidraw architecture diagrams for caching, vector search, Redis Query Engine, Streams, replication, clustering, observability, and Redis Cloud systems. Use when a user asks for a Redis technical diagram, architecture visual, workflow sketch, or .excalidraw file that must be accurate, branded, and visually validated.
2playwright-test
Use when creating, fixing, reviewing, or debugging Playwright Test E2E/UI tests, playwright.config files, fixtures, auth state, selectors, traces, CI failures, flaky UI tests, browser tests, or test runner workflows.
1playwright-cli-agent
Use when an agent needs to inspect, explore, operate, debug, or screenshot a web application through Playwright CLI. Use for live browser automation, UI exploration, reproducing bugs, validating flows, creating screenshots, or discovering stable selectors.
1