OpenAgentSkill Registry Manifest Skill: agent-launcher-orchestrator Slug: alirezarezvani-agent-launcher-orchestrator Category: research Description: Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a managed agent", "run this on a schedule", "grade my agent against a rubric", "set up a nightly worker". Reads the per-session goal (./my-agent/goal.json), routes deterministically to one of five phase sub-skills (interview → stage-launch → grade-iterate → run-without-you → wrap-up) via goal_router.py, and compiles the goal+phase into an execution shape (single-pass workflow / bounded grade→iterate loop / recurring cron deployment loop) via loop_compiler.py. Forks context so heavy intake (build sheets, payloads, eval cases) stays out of the parent thread. All launches are emitted as BYOK curl the user runs with their own key; no tool makes API calls. Inspired by anthropics/launch-your-agent (Apache-2.0). Distinct from engineering/agent-harness (generic domain loop) and engineering/write-a-skill (authors Claude Code skills, not CM Agent fit: - Decision: 100/100 Production-ready - Primary fit: Workflow automation - Role: Primary pick Supply profile: - Track: Research and knowledge work - Scenario: RAG and knowledge - Applicable agents: Claude Code, OpenAI Agents, Cursor, CLI, Codex - Maintenance: 10d since push - Risk: Needs review Trust: - Trust score: 76/100 Strong shortlist - Audit: 86/100 Needs review Attribution: - Status: Registry indexed - Source: recursive skill source sync - Creator: Alireza Rezvani - Claim URL: https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator#claim-this-skill Install: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator URLs: - Web: https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator - API: https://www.openagentskill.com/api/agent/skills/alirezarezvani-agent-launcher-orchestrator - Install API: https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install - Repository: https://github.com/alirezarezvani/claude-skills/tree/main/.gemini/skills/agent-launcher-orchestrator