Show HN: SlideOps – slides from a repo that flag when they drift from the code
Checking is done with standard-library Python: no model calls, no network, and very fast. For example, it distinguishes MOVED (the code shifted) from CHANGED (the content differs). Updating the slides costs tokens, but now the checking part has already given the agent just the relevant context on what exactly needs to be repaired.
SlideOps ships as a Claude Code plugin and runs as a plain agent skill in Codex, Copilot CLI and OpenCode.
Longer write-up: https://medium.com/@lukicov/your-documentation-is-a-build-ar...
GitHub repo: https://github.com/glukicov/slideops