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

SlideOps turns your repository into a slide deck that automatically detects when the content drifts from the actual code. Built as Agent Skills for Claude Code and compatible coding agents, it generates documentation as a build artifact, tracks its source, and lets you check freshness in milliseconds. With one self-contained HTML file per deck, offline support, and a verified PDF export, SlideOps ensures your presentations stay accurate without manual upkeep. Say 'make slides about this repo' and get a deck in minutes; later, ask 'is the architecture deck still accurate?' and it will flag only the slides that need repair.
Writing documentation isn't the bottleneck any more. Keeping it true is.
- brookst
I love this. Thanks for sharing. Would be great to generalize to documentation in general, not just slides.
My LLM workflow is documentation-heavy, and that works great for getting projects off the ground and managing very large projects. But just like human-driven development, more documentation = more likelihood of being stale. Unlike humans, LLMs don’t resent time spent updating docs.
So, if you’re taking feature requests, I would love to see this head towards full lifecycle documentation management. The tricky part is figuring out whether the docs or code drifted. Sometimes misalignment means the code was built wrong, sometimes it means the docs are stale and changes are intentional. A HITL model should maybe help?