You built it. Now brag.
/simform-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.
The looping video on the launch site was made by /brag on this very repo.
/plugin marketplace add SimformSolutionsPvtLtd/simform-brag
/plugin install simform-brag@simform-bragThen run /simform-brag inside any project.
Any other agent — one command via the skills CLI (Cursor, Codex, Copilot, Gemini CLI, opencode, and more):
npx skills add https://github.com/SimformSolutionsPvtLtd/simform-brag --skill simform-bragAdd -g to install globally (available in every project); drop it to scope to the current one. (browse on skills.sh)
No installer? Copy the skill directly.
rsync -a --exclude '.DS_Store' skills/simform-brag/ ~/.claude/skills/simform-brag/Restart Claude Code after copying.
This repo exposes the skill at every agent's standard discovery path via symlinks. No extra config needed.
| Agent | How it discovers |
|---|---|
| opencode | Auto-detects from .opencode/skills/simform-brag/ at project root |
| Codex CLI | Reads .agents/skills/simform-brag/, walking up to repo root |
| Claude Code | Also reads .claude/skills/simform-brag/ (in addition to the .claude-plugin/ marketplace install above) |
| Other agents | Point custom instructions at skills/simform-brag/SKILL.md — see docs/other-agents.md |
Windows users: Git requires
git config core.symlinks true(orgit clone -c core.symlinks=true) and Windows Developer Mode or Administrator privileges to create symlinks. If symlinks don't work on your system, copyskills/simform-brag/to the agent's skill directory manually instead.
From any project directory, ask your agent:
let's /simform-brag
Or steer the tone:
/simform-brag --tone "fake Series A launch from 2016"
Voiceover is off by default. Enable it explicitly with:
/simform-brag --voice
Narration uses Kokoro through Hyperframes when enabled.
You get a brag-output/ folder with the plan, a composition brief, share copy, and the rendered brag.mp4.
/simform-brag owns the story — the product angle, tone, and which moments to show. It hands a focused brief to Hyperframes, which builds, times, and renders the video.
- An agent that supports Agent Skills — Claude Code, opencode, Codex CLI, or any agent with custom instructions (see "Also works with" above)
- Node.js 22+
- FFmpeg on
PATH - Hyperframes CLI —
npx hyperframes(check it withnpx hyperframes doctor)
skills/simform-brag/— the skill, references, and bundled music + SFXexamples/— fake product sites used as a benchmark suitedocs/— the launch site (GitHub Pages).claude-plugin/— plugin manifest + marketplace catalog.claude/skills/simform-brag/— symlink →skills/simform-brag/(Claude Code discovery).agents/skills/simform-brag/— symlink →skills/simform-brag/(Codex CLI + opencode discovery).opencode/skills/simform-brag/— symlink →skills/simform-brag/(opencode discovery)
- Music — ende.app "Happy Beats / Business Moves"
- Sound effects — Kenney
- Video generation — Hyperframes
- Fake demo sites — built with Impeccable
- Bento-grid zero-gap technique adapted from apple-bento-grid by Joe Hu (MIT licensed)
- Forked from latent-spaces/brag by Shunit Haviv Hakimi (MIT licensed) — this fork adapts it into Simform-branded Pre-Sales collateral
Contributions, ideas, and new demo brags are welcome — open an issue or a PR.