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".
Scanned 8/30/2026
Install to Claude Code
npx -y skills add HeyRenan/showreel --skill guide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Guide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/heyrenan-guide)More formats (shields.io, HTML) on the badges page.
---
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".
---
# showreel setup guide
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).
## What to do
1. Open it in the user's browser:
- macOS: `open <plugin>/GUIDE.html`
- Linux: `xdg-open <plugin>/GUIDE.html`
- Windows: `start <plugin>/GUIDE.html`
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.
## If no GUI browser is available
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
bash <plugin>/scripts/preflight.sh
node <plugin>/scripts/ensure-deps.mjs # pre-warm the motor now, not later
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Audit top-level documentation (README, SPEC, PRODUCT) against recent git history to find drift — shipped features missing from docs or features listed as upcoming that already landed. Proposes minimal edits, creates a branch, and opens a PR. Use when asked to review docs for accuracy, after major feature merges, or on a periodic schedule.
Diagnose stalled, looping, or over-recovered Paperclip issue trees and propose a no-code product-rule plan. Use when asked why work stopped, why it looped, or how to prevent a tree from going too deep.
Generate the stable Paperclip release changelog at releases/vYYYY.MDD.P.md by reading commits, changesets, and merged PR context since the last stable tag.