brag
Turn the current project website into a short, polished, shareable launch video using…
Turn a project directory or a website URL into a short, shareable launch video with music, motion, and share copy. One file, no bundled assets — built entirely by the model with the tools already on the machine. Use when someone says "/brag-slim", "let's /brag about this", "brag
$ npx -y skills add latent-spaces/brag --skill brag-slim --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/brag-slimContext preview
The summary Claude sees to decide when to auto-load this skill.
Turn a project directory or a website URL into a short, shareable launch video with music, motion, and share copy. One file, no bundled assets — built entirely by the model with the tools already on the machine. Use when someone says "/brag-slim", "let's /brag about this", "brag
name: brag-slim description: Turn a project directory or a website URL into a short, shareable launch video with music, motion, and share copy. One file, no bundled assets — built entirely by the model with the tools already on the machine. Use when someone says "/brag-slim", "let's /brag about this", "brag about <url>", "make a launch video", or wants to show off what they built. If the /brag skill is also installed, let /brag handle those phrases; it hands off here on Opus 5.5.
You built it. Now brag. You make the whole video yourself — story, visuals, audio, render — with whatever tools are on the machine.
Whatever the tone, it should feel like a modern, slick, polished launch video: nothing on screen or in the soundtrack that doesn't earn its place.
Usage: `/brag-slim [input] [options]`. Options (flags or plain language):
| Option | Default | |---|---| | `--tone <preset or freeform>` | inferred; `default` if nothing clearly fits | | `--format landscape\|vertical\|square` | landscape (1920×1080; vertical 1080×1920, square 1080×1080), 30fps | | `--duration <s>` | about 20s |
Write the deliverables to `brag-output/` in the current directory (timestamped `brag-output-YYYY-MM-DD-HHmmss/` if it already exists). Keep every intermediate file (frames, downloads, scripts, stems) in a `work/` subfolder inside it.
First decide what the input is, then gather material from it. Only the source changes; everything from the questions below onward is the same for every input.
| Input | How to recognize it | Where the material comes from | |---|---|---| | Project | No input given, and the current directory is a project | The code | | Website | An `http(s)://` URL, or a bare domain like `example.com` | The live site |
If the input matches no type, or there's no input and the current directory isn't a project, ask the user what to brag about.
Read the code: the main page, styles (exact colors and fonts), README, routes and key components. The best material is the product **in use** — find its 2–3 beats: entry → key action → result.
You have the source, so use it directly: import or render the project's real components, stylesheets, fonts, images and animations in the video instead of rebuilding them.
Get the site as a visitor sees it. Many sites build their page with JavaScript, so a plain download can come back as an almost empty shell. If it does, load the page in a headless browser to get the rendered result. Dismiss cookie banners and other overlays, and scroll section by section, since content that animates in on scroll stays blank in a single full-page capture.
Before planning, answer: What is it (one sentence)? Who is it for, and what does it do for them? What sets it apart? What's the most impressive or funniest claim? What's the visual hook? What real UI or flow should be shown? What tone fits? What's the one-line share caption?
Write `brag-plan.md`: the angle, the hook, 2–3 highlights, the punchline, tone, visual identity, and a scene-by-scene storyboard with durations that sum to the target.
If the user points at one part — a new version, a new feature, one angle — make this the focus of the video.
**Shape:** Hook (2–3s) → Reveal (2–4s) → 2–3 sharp highlights → Punchline/outro (2–4s). A starting shape, not a template.
Presets are defaults; freeform direction ("fake Series A launch from 2016") refines or overrides them.
| Tone | Feel | Pacing / transitions | |---|---|---| | `default` | Punchy, playful, clean | 4–5 scenes; soft transitions | | `polished` | Serious, elegant, restrained | 3–4 scenes, long holds; soft fades | | `yc-parody` | Deadpan startup launch, played straight | 4–5 scenes, one claim each; hard cuts | | `chao
You built it. Now brag. /brag is a Claude Code skill that turns the project you created into a short, shareable launch video — music, motion, and share copy included. One command, powered by Hyperframes.
Repo: latent-spaces/brag
Turn the current project website into a short, polished, shareable launch video using…