Skip to content
Tech News
← Back to articles

Show HN: SlideOps, slides from a repo that flag when they drift from the code

read original more articles
Why This Matters

SlideOps revolutionizes documentation maintenance by automatically generating and continuously updating presentation decks directly from code repositories. It ensures that documentation stays aligned with the actual codebase, reducing manual effort and preventing outdated information from persisting. This innovation enhances transparency, accuracy, and efficiency in technical communication for developers and organizations.

Key Takeaways

Generate a deck from your code in minutes. Find out in milliseconds when it stops being true. Then rebuild only the slides that drifted. Install · Use · Features · Docs · Demo deck · Why

The demo deck is 17 slides about SlideOps, built by SlideOps: open the HTML or the PDF.

Writing documentation isn't the bottleneck any more. Keeping it true is. The deck that said we run two database migrations still says two, a year after we started running ten 😅.

SlideOps is a pair of Agent Skills for Claude Code and compatible coding agents. It treats a generated document the way you'd treat generated code: it's built from a source, and it records which source it came from.

The reasoning behind it is written up in Your documentation is a build artifact. Start treating it like one.

Press Esc in any deck for the overview grid.

Install

Claude Code. This repo is its own marketplace, so two lines are the whole setup, and it's the only install that keeps itself up to date:

/plugin marketplace add glukicov/slideops /plugin install slideops@slideops

Codex, Copilot CLI, OpenCode, or a plain checkout:

... continue reading