SlideOps: decks that tell you when they go stale ๐๏ธ
Turn a repository into a slide deck that tells you
when it stops matching the code. SlideOps is a pair
of Agent Skills: one builds a single-file HTML deck
from a repo, the other checks that deck later. Every
reference in the deck carries the file it came from,
the exact line range, and a hash of those source
lines, so the check is standard-library Python: no
model, no network, zero tokens, milliseconds.
The repo is its own plugin marketplace, so in Claude
Code it is two lines:
/plugin marketplace add glukicov/slideops,
then /plugin install slideops@slideops.
It also runs on Codex, Copilot CLI and OpenCode: all
three read ~/.agents/skills, and
./install.sh in a repo puts the skills
where each of them looks.
SlideOps on GitHub
Read on Medium