What problem does it solve? Explaining code live is error-prone when the presenter relies on memory or unverified output. This Skill establishes a verified, visible code tour in Neovim so the agent and viewer see the same real code and output, with optional recording for later sharing. ## Core Features & Use Cases - Verified Tour Authoring: Run the narrowest command that proves current behavior, then build one immutable Navi JSON tour whose stops match the verified code and output. - Terminal-Driven Presentation: Drive a visible Neovim session through Terminal Control (termctrl) so the agent can inspect, send keys, and confirm what the viewer actually sees. - Recording Options: Capture the presentation with OBS for human-facing video, or retain terminal-native evidence with termctrl screenshots, markers, and recordings. - Use Case: A maintainer needs to walk a new teammate through how a subscription update propagates through the codebase, verifying behavior first and recording the session as an onboarding artifact. ## Quick Start Ask the agent to give a verified walkthrough of how a specific feature works in this repository, presented in Neovim and recorded for later viewing.