Ship a product end to end — render marketing assets with the marketing studio (/marketing), then run the launch/ flow (/launch) with videos attached to X, LinkedIn, Bluesky and YouTube posts. Run from the product's repo.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add ucsandman/marketing-studio --skill ship-it --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ship It?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ucsandman-ship-it)More formats (shields.io, HTML) on the badges page.
---
name: ship-it
description: Ship a product end to end — render marketing assets with the marketing studio (/marketing), then run the launch/ flow (/launch) with videos attached to X, LinkedIn, Bluesky and YouTube posts. Run from the product's repo.
---
# /ship-it — develop → public, one command
Run from the product repo you want to ship. Studio root = `${CLAUDE_SKILL_DIR}/../..`
(rendering). Its launch CLI lives at `${CLAUDE_SKILL_DIR}/../../launch` (distribution) —
run subcommands via `node "${CLAUDE_SKILL_DIR}/../../launch/dist/index.js" <cmd>` or
`npx --prefix "${CLAUDE_SKILL_DIR}/../../launch" launch <cmd>`, from the product repo so
its `.launch/` state lands there. This skill is the pipeline.
## Steps
1. **Find the brand + kit.** Brand id = the product's brand in `${CLAUDE_SKILL_DIR}/../../brands/<id>.json`
(ask the user if ambiguous). Kit = `${CLAUDE_SKILL_DIR}/../../out/<brand>/postkit/manifest.json`.
2. **Render if needed.** If the manifest is missing, run `/marketing` first (full pipeline, its own
approval gates). If it exists, show its `generatedAt` and ask: reuse or re-render? Staleness is
the user's judgment call, never a heuristic.
3. **Launch flow.** In the product repo, run the launch sequence — `launch init` (if no
`.launch/launch.config.json`), then research, copy scaffold/fill, validate. Wire the kit:
either set `postkitDir` in the config (the dashboard marketing tab does this with a picker) or
pass `--kit "${CLAUDE_SKILL_DIR}/../../out/<brand>/postkit"` to `launch post`.
4. **Dry-run, then post.** `launch post <dir> --all --dry-run` and show the user the previews —
X and LinkedIn must show the video upload step. Live posting only after the user confirms,
through the normal gates (ledger, validation, typed confirmation in the dashboard).
5. **Manual platforms.** TikTok / Shorts / Instagram are manual by design. Point the
user at the dashboard marketing tab (Open folder per platform) or the kit's `POST.md` checklists.
YouTube is NOT manual any more: `launch post --all --live` uploads to it whenever the three
YOUTUBE_* keys are set. Uploads land private unless `YOUTUBE_PRIVACY` says otherwise -- say so
out loud before any live run, and confirm it the same way as every other api-mode platform.
## Rules
- Never skip the dry-run step. Never post live without explicit user confirmation.
- If the kit manifest promises a video whose file is missing, posting refuses — fix by re-running
`render-matrix.mjs` + `build-postkit.mjs` in the animations repo, not by unwiring the kit silently.
- Drafts own the copy; the kit contributes media. Do not paste kit captions over validated drafts.
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!