Skip to content
AI & Agents
Command

/cs-stage-launch

Phase 2 — turn a build sheet into exact API payloads and a resumable BYOK curl launch script, then launch (environment → agent → session → kickoff) with the founder's own key via the stage-launch skill. No tool makes API calls; the key never enters chat.

From plugin
alirezarezvani-claude-skills
26k150 skills116 agents150 commands2 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cs-stage-launch

Context preview

What this command does when you run it.

Phase 2 — turn a build sheet into exact API payloads and a resumable BYOK curl launch script, then launch (environment → agent → session → kickoff) with the founder's own key via the stage-launch skill. No tool makes API calls; the key never enters chat.

Command definition

cs-stage-launch.md
description: Phase 2 — turn a build sheet into exact API payloads and a resumable BYOK curl launch script, then launch (environment → agent → session → kickoff) with the founder's own key via the stage-launch skill. No tool makes API calls; the key never enters chat.
argument-hint: "[optional: path to build-sheet.json, default ./my-agent/build-sheet.json]"

/cs:stage-launch — Phase 2: Stage → Launch

Run the `stage-launch` skill.

**$ARGUMENTS**

Steps

1. `python3 agent-launcher/skills/stage-launch/scripts/payload_generator.py --sheet ./my-agent/build-sheet.json --out-dir ./my-agent` 2. `python3 agent-launcher/skills/stage-launch/scripts/launch_script_writer.py --out-dir ./my-agent` 3. `python3 agent-launcher/skills/stage-launch/scripts/payload_validator.py --dir ./my-agent` — FAIL blocks (especially a key_leak finding). 4. Minimal key step (in the founder's shell, never chat): `[ -n "$ANTHROPIC_API_KEY" ] && echo present || echo "export ANTHROPIC_API_KEY=... first"`. 5. `export ANTHROPIC_API_KEY=... && ./my-agent/launch.sh` — watch the first poll, mark checkpoints with Console links, then `goal_state.py set --phase grade-iterate`.

Hard rules

  • The key never enters chat, a file, a payload, or a log.
  • Sequential launch; watch the first poll foreground. Re-running launch.sh resumes.
Ships withalirezarezvani-claude-skills

388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin

Other commands on alirezarezvani-claude-skills.