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: add the
marketplace,
/plugin marketplace add glukicov/slideops
then install the plugin from it:
/plugin install slideops@slideops
Any agent with the
skills CLI
gets it in one line:
npx skills add glukicov/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.