mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
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
1.2 KiB
1.2 KiB
| 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 1–2 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
python3 agent-launcher/skills/wrap-up/scripts/primitives_inventory.py --sheet ./my-agent/build-sheet.json --goal ./my-agent/goal.jsonpython3 agent-launcher/skills/wrap-up/scripts/overview_page.py --sheet ./my-agent/build-sheet.json --out-dir ./my-agent --status livepython3 agent-launcher/skills/wrap-up/scripts/upgrade_suggester.py --sheet ./my-agent/build-sheet.json --top 2- Ensure
NEXT-DIRECTIONS.mdis current, thengoal_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.