claude-skills/docs/commands/cs-wrap-up.md
Claude abd9c9d8de
docs(site): generate agent-launcher pages (18th domain) + nav
generate-docs.py learns the agent-launcher domain (5 hardcoded maps extended);
regenerated docs tree: 343 skill pages / 96 agent pages / 122 command pages
(561 total). mkdocs.yml nav gains the Agent Launcher skill section (7 pages),
4 cs-agent-* agent entries, and 8 /cs:* command entries; all nav targets verified
to exist.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012FwXG6TqCXKZQvF4iD69cv
2026-08-24 17:26:12 +00:00

1.2 KiB
Raw Blame History

title description
/cs-wrap-up — Slash Command for AI Coding Agents Close out a launched Claude Managed Agent — recap every primitive owned, regenerate the single-file overview page, and suggest the next 12 upgrades. Slash command for Claude Code, Codex CLI, Gemini CLI.

/cs-wrap-up

:material-console: Slash Command :material-github: Source

Run the wrap-up skill.

$ARGUMENTS

Steps

  1. python3 agent-launcher/skills/wrap-up/scripts/primitives_inventory.py --sheet ./my-agent/build-sheet.json --goal ./my-agent/goal.json
  2. python3 agent-launcher/skills/wrap-up/scripts/overview_page.py --sheet ./my-agent/build-sheet.json --out-dir ./my-agent --status live
  3. python3 agent-launcher/skills/wrap-up/scripts/upgrade_suggester.py --sheet ./my-agent/build-sheet.json --top 2
  4. Ensure NEXT-DIRECTIONS.md is current, then goal_state.py advance → phase=done.

Recap what's actually live (read from the sheet + goal state). The overview page is single-file and shareable. Every next move names its exact mechanism.