All Agent Skills

Development & Engineering

agent-launcher-orchestrator

Agent Launcher Orchestrator is a source-indexed Agent Skill for development & engineering work. Based on the SKILL.md description, it focuses on use when a user wants to build, launch, grade, or schedule a claude managed agent (cma) in their own…. Use the linked GitHub file to confirm scope and prerequisites before enabling it.

Read original SKILL.md
Review it in your own environment.

AI Vitamin indexes this source file; it does not certify safety, quality, compatibility, permissions, or outcomes.

What this Skill does

Agent Launcher Orchestrator is a source-indexed Agent Skill for development & engineering work. Based on the SKILL.md description, it focuses on use when a user wants to build, launch, grade, or schedule a claude managed agent (cma) in their own…. Use the linked GitHub file to confirm scope and prerequisites before enabling it.

What the author says

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 CMAs).

Compatibility and requirements

  • Use an agent runtime that supports Agent Skills and the linked SKILL.md format.
  • Confirm the source repository's tools, SDKs, and platform prerequisites for api design work.

How to install or import it

  • Open the linked GitHub SKILL.md and review its scope and setup instructions.
  • Install or import the skill using the agent runtime's documented workflow.
  • Run a small, non-sensitive test and verify the output before broader use.

Permissions and risks

  • Review every command, file path, network request, dependency, and credential scope before enabling it.
  • GitHub stars indicate popularity, not safety or correctness; validate the source and test with non-sensitive data.

Example workflows

  • Ask an AI agent to apply Agent Launcher Orchestrator to api design work described in the source record.
  • Have the agent state assumptions, required tools, and expected output before using this development & engineering skill.
  • Compare the result with the linked GitHub SKILL.md and verify it against your project requirements.

Related Agent Skills

More source records in Development & Engineering.

View category