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.5 KiB
1.5 KiB
| title | description |
|---|---|
| /cs-launch — Slash Command for AI Coding Agents | Main entry / resume for building a Claude Managed Agent. Runs the agent-launcher-orchestrator skill from the current session goal — reads. Slash command for Claude Code, Codex CLI, Gemini CLI. |
/cs-launch
:material-console: Slash Command
:material-github: Source
Route through the agent-launcher-orchestrator skill.
$ARGUMENTS
Steps
- If
$ARGUMENTSis a goal and no./my-agent/goal.jsonexists, set it:python3 agent-launcher/skills/agent-launcher-orchestrator/scripts/goal_state.py init --goal "$ARGUMENTS". - Route from the current phase:
python3 agent-launcher/skills/agent-launcher-orchestrator/scripts/goal_router.py --out-dir ./my-agent— act on exit 0 (route) / 3 (ask the printed question) / 4 (refuse; get one sentence). - Compile the loop:
python3 agent-launcher/skills/agent-launcher-orchestrator/scripts/loop_compiler.py --out-dir ./my-agent. - Invoke the routed phase skill; on completion,
goal_state.py advanceand print a ≤100-word digest (phase done, artifact paths, loop shape, one next step).
Refusals
- No goal set → run
/cs:goal set "..."first. - Under-3-word goal → get one sentence naming the one job.
- Never touch the network or the API key.