launch

launch is a skill for Claude Code from ucsandman/marketing-studio. It costs 62 tokens per session (2,137 once invoked), scanned A, original, MIT.

A launch workflow for preparing a product announcement, release notes, screenshots or demo clips, and channel-specific posts after a product is ready to go public.

In plain words
What is it for?
It is for planning and preparing product launches, public announcements, release campaigns, and follow-up measurement.
Why use it?
It organizes the checks and communications around a release, while keeping external messages as drafts until they are approved.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_SKILL_DIR} variable. Also seen: names the AskUserQuestion tool.

Part of the marketing-studio plugin — 15 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ucsandman/marketing-studio/launch
Any agent
npx skills add ucsandman/marketing-studio --skill launch
Clone the repo
git clone --depth 1 https://github.com/ucsandman/marketing-studio

Made for: Claude Code.

Or install marketing-studio, the plugin that ships this one along with the rest of its 15 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for launch

README.md
[![agentmods](https://agentmods.dev/badge/skills/ucsandman/marketing-studio/launch.svg)](https://agentmods.dev/skills/ucsandman/marketing-studio/launch)
Your own site
<a href="https://agentmods.dev/skills/ucsandman/marketing-studio/launch"><img src="https://agentmods.dev/badge/skills/ucsandman/marketing-studio/launch.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,137 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.02137
Opus 5 $0.00031 $0.01069
Sonnet 5 $0.00012 $0.00427
Haiku 4.5 $0.00006 $0.00214

Measured yesterday against content hash a02307056888, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

launch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • announce — 94% identical, 149 lines differ
skills/launch/SKILL.md · 128 lines

How it starts

The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/launch — full launch orchestration

You are orchestrating a product launch using two layers:

  • CLI (launch/, package @marketing-studio/launch) — everything deterministic: state, validation, posting providers, research fetchers, payload rendering. Run it as node "${CLAUDE_SKILL_DIR}/../../../dist/index.js" <cmd> (or launch <cmd> if linked) -- the CLI lives in this package, ${CLAUDE_SKILL_DIR}/../../...
  • This session — everything generative or credentialed-through-MCP: DashClaw infra calls, WebSearch synthesis, draft copywriting, and the approval gates. The CLI never holds DashClaw credentials and never sends email/SMS.

Honesty rule: each step below is labeled [CLI] or [session]. Don't do session work by shelling out, and don't reimplement CLI work inline.

Target <dir> is the project directory being launched (sibling of the engine repo).

Humans can drive the same engine visually with launch ui (local dashboard, same gates — see docs/ui-dashboard.md); this skill remains the autonomous path.

Sequence

1. Intake [CLI]

launch init <dir> --domain <domain> --price <price> [--name --tagline --audience]

Pull flag values from the conversation. Read back <dir>/.launch/launch.config.json and confirm the summary with the user. Re-run with --force if they correct anything.

2. DashClaw setup [session]

  1. select_project (or create_project if this product has no DashClaw project yet).
  2. create_launch with declared_stack from the config — typically ["domain", "vercel", "stripe", "resend"].
  3. preflight_launch — validates every provider token BEFORE any money is spent. If it fails, STOP and present a remediation table (provider → failing check → fix); do not proceed to spend steps.

3. Domain [session] — 💰 SPEND GATE #1

  1. check_domain_availability for the config domain (and 2-3 alternatives if taken).
  2. Present price and alternatives to the user.
  3. SPEND GATE: ask the user for explicit approval with AskUserQuestion and WAIT for their answer. Never call purchase_domain without a fresh approval in this conversation. Record the approval decision via dashclaw_guard + dashclaw_record for the audit trail.
  4. On approval: purchase_domain. On decline: skip to step 4 using an already-owned domain or stop.

Read the full file on GitHub · 128 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +59 lines · +20 tokens per session a02307056888
  2. 6d ago First seen · 69 lines · 42 tokens per session scan A cc5839b75bd4

Subscribe to this mod's changes

launch is a skill published in the GitHub repository ucsandman/marketing-studio (227 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 2,137 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ccvideo

Make product promo videos in the Claude video team style — terracotta canvas, macOS terminal window, animated Claude Code session — with Remotion. Use when the user asks for a product/feature promo, launch video, terminal demo video, or a "Claude-style" video.

AmazingAng/ccvideo · 59 tokens

saas-product-demo-video

Produce a 20-45s SaaS product demo video in Remotion. Use whenever the user wants to make a product film, marketing reel, explainer, launch video, or LinkedIn/Instagram video of their app - including requests like "make a video of my product", "remotion video", "product demo reel", "launch film", "vertical reel"…

noamdorr/saas-product-demo-video · 165 tokens

remotion-video-workflow

Build structured short-form videos in Remotion from a brief or source material. Use when the user wants a reusable workflow covering storyboard structure, brand elements, music, ratio adaptation, cover linkage, render, and output verification.

shaom/infocard-video-skills · 50 tokens

ads

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad…

coreyhaines31/marketingskills · 175 tokens

co-marketing

When the user wants to find co-marketing partners, plan joint campaigns, or brainstorm partnership opportunities. Use when the user says 'co-marketing,' 'partner marketing,' 'joint campaign,' 'who should we partner with,' 'integration marketing,' 'cross-promotion,' 'collaborate with another company,' 'partnership…

coreyhaines31/marketingskills · 92 tokens

analytics

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," "tracking plan," "how do I measure this,"…

coreyhaines31/marketingskills · 152 tokens