showreel
Use when the user wants to explain or document something visually — annotated screenshots, feature demos, flow GIFs, terminal recordings, before/after…
Open the showreel visual setup guide, or walk the user through installing the plugin's dependencies. Use when the user asks how to set up showreel, install its dependencies, pre-warm the capture motor, install vhs, or says "showreel guide", "setup guide", "como instalar o
$ npx -y skills add HeyRenan/showreel --skill guide --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/guideContext preview
The summary Claude sees to decide when to auto-load this skill.
Open the showreel visual setup guide, or walk the user through installing the plugin's dependencies. Use when the user asks how to set up showreel, install its dependencies, pre-warm the capture motor, install vhs, or says "showreel guide", "setup guide", "como instalar o
name: guide description: Open the showreel visual setup guide, or walk the user through installing the plugin's dependencies. Use when the user asks how to set up showreel, install its dependencies, pre-warm the capture motor, install vhs, or says "showreel guide", "setup guide", "como instalar o showreel".
The full visual guide — every step with real captured terminal output and real sample artifacts — ships with the plugin as `GUIDE.html` in the plugin root (`<plugin>/GUIDE.html`, sibling of this skills/ dir).
1. Open it in the user's browser:
Resolve `<plugin>` from this skill's own path (two directories up from this file). 2. Tell the user it covers, in order: install (from GitHub or a local folder), preflight, pre-warming the capture motor (one-time ~90MB Chromium download), optional ffmpeg (best gif quality) and vhs (terminal recordings), and the first self-validated annotated screenshot.
Don't open the HTML; run the live diagnostic instead and relay its output — it prints `[ok]`/`[warn]` per dependency plus copy-paste Setup commands:
bash <plugin>/scripts/preflight.sh node <plugin>/scripts/ensure-deps.mjs # pre-warm the motor now, not later
Turn a URL + CSS selectors into a finished visual — annotated screenshots, flow GIFs, smooth-motion recordings and terminal captures. One command each. The agent never guesses pixels; every output is pixel-verified before it's saved.
Repo: HeyRenan/showreel