announce
Use when a product or feature is ready to go public — after shipping, when the user says "announce it", "go live", "tell people about it", or wants a release…
Use when generating any brand video, animation, image, or audio asset (logo reveal, social clip, product demo, launch video, OG image, README GIF, music, voiceover) for any product/repo, or when working inside the marketing-studio engine repo. Required background for
$ npx -y skills add ucsandman/marketing-studio --skill marketing-studio --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/marketing-studioContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when generating any brand video, animation, image, or audio asset (logo reveal, social clip, product demo, launch video, OG image, README GIF, music, voiceover) for any product/repo, or when working inside the marketing-studio engine repo. Required background for
name: marketing-studio description: Use when generating any brand video, animation, image, or audio asset (logo reveal, social clip, product demo, launch video, OG image, README GIF, music, voiceover) for any product/repo, or when working inside the marketing-studio engine repo. Required background for /logo-reveal, /social-clip, /product-demo, /launch-video, /og-assets, /audio-track.
Reusable video/animation/image source lives in one engine repo (Remotion + Blender + Playwright + ComfyUI feeders). Its root is:
${CLAUDE_SKILL_DIR}/../..
Call it ENGINE below. The product repo is PROJECT. Reusable source changes belong in ENGINE; every generated input, capture, audio file, prop, public-stage asset, review record, render, and delivery file belongs in `PROJECT/marketing/assets/<brand>/`. Pass `--project PROJECT` to generators and renderers. Do not render into ENGINE and copy out later.
**REQUIRED READING before any asset work:** `${CLAUDE_SKILL_DIR}/../../docs/PLAYBOOK.md` (engine map, onboarding, process, delivery contract) plus ONLY the `${CLAUDE_SKILL_DIR}/../../docs/playbook/<topic>.md` files the recipe names; do not read the other topic files. Those were expensive to discover; do not re-derive or second-guess them.
0. Shared-repo guard: `git -C "${CLAUDE_SKILL_DIR}/../.." status --short`. If the tree has uncommitted modifications you did not make, ANOTHER session is likely mid-flight in the engine repo — tell the user what you found and ask whether to wait or proceed (scope-lock if proceeding in parallel). Never build on top of a stranger's uncommitted edits silently. 1. `cd "${CLAUDE_SKILL_DIR}/../.." && python launch.py --check` — verify the toolchain. 2. Brand check: does `brands/<id>.json` exist for the product? If not, run the PLAYBOOK's "Onboarding a new brand" section first (tokens from the product repo's DESIGN.md/tailwind/CSS vars; mark component; registries). Ask the user only for values you cannot derive. 3. For hero creative, choose a direction with references/provenance, approve a style frame, and build an audio-bearing animatic before finish work. Use capture, native UI, 2D, 3D, or hybrid shots according to the product proof, not a house-style ritual. 4. Execute the asset recipe with `--project PROJECT`. Remotion commands that use staged media also pass `--public-dir=PROJECT/marketing/assets/<brand>/public`. 5. Inspect representative stills before any full render. For a production film, inspect start/middle/end evidence for every shot and watch the complete scored cut with sound. 6. Run the asset gates plus `node scripts/check-audio.mjs <brand> --project PROJECT`. Narration is the default; music-only is an explicit recorded exception. Mechanical PASS never substitutes for the named non-author “would I share this?” review. 7. The finished artifact already lives in PROJECT. Send it to the user; it is not done until they have seen it. Commit only reusable ENGINE source/config changes and the product-owned run artifacts appropriate for PROJECT.
in templates. Honor the brand's stated color rules (noban: profit gold, never green).
probes use the explicit temp mode supplied by their wrapper and stay under OS temp.
Recipes are solved — execute, don't explore. Render logs: `| tail -2`. Inspect stills, never videos (extract frames via `npx remotion ffmpeg` when needed). Subagent any visual-tuning loop so iteration images land in discarded context. Routine runs work fine on Opus/Sonnet; escalate model tier only for new template design or visual bugs the PLAYBOOK doesn't cover.
An agent-driven local marketing studio. The bundled Claude Code plugin adds /marketing and /launch: the agent onboards your brand, films your app, writes the asset suite and review evidence into that product repo, then prepares guarded distribution to X,
Repo: ucsandman/marketing-studio
Use when a product or feature is ready to go public — after shipping, when the user says "announce it", "go live", "tell people about it", or wants a release…
Use when the user wants music, voiceover, narration, or a soundtrack added to a video asset, OR wants standalone generated audio for any purpose (e.g.…
Audit and fix the tells that software was vibe-coded / AI-generated, then give it a small distinctive identity, so it ships looking handcrafted and…
Verify frontend changes end to end after editing a web app, instead of manually clicking through pages. Use this whenever you have changed UI code and need to…
Use when the user wants a full launch video, hero video, or 20–60s product film combining product proof, brand, narration, music, and authored motion.
Take a developed project end-to-end through launch — domain, hosting, payments, email infra, algorithm-researched copy, and multi-platform distribution — with…