Creator · Alireza Rezvani
Last updated · Sep 1, 2026
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-se
Creator · Alireza Rezvani
Last updated · Sep 1, 2026
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-se
Creator · Alireza Rezvani
Last updated · Sep 1, 2026
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-se
Creator · Alireza Rezvani
Last updated · Sep 1, 2026
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-se
Sandbox only
Install targets
Codex install prompt
Install the "agent-launcher-orchestrator" agent skill from https://github.com/alirezarezvani/claude-skills/tree/main/.gemini/skills/agent-launcher-orchestrator. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 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 After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {"event_id":"install_<unique-id>","skill_slug":"alirezarezvani-agent-launcher-orchestrator","task":"Install agent-launcher-orchestrator","agent":"codex","outcome":"success","install_used":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
RAG and knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Agent fit
Claude Code + OpenAI Agents + Cursor
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Maintenance
fresh
10d since push
Risk
Needs review
Permission surface may require sandboxing
GitHub quality
25K
95/100 Quality · 76/100 Trust
Coverage tags
Review notes
Permission surface may require sandboxing · The underlying Python scripts (goal_router.py, loop_compiler.py, goal_state.py) are not included in the submission, so their behavior cannot be fully audited; ensure they do not execute untrusted content from goal.json or make unintended network calls.
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
ExcellentHigh-confidence pick with strong adoption and healthy maintenance signals.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewA machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
OpenAgentSkill Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
25K GitHub stars
Repo activity
25K stars, 3.5K forks
Maintenance
10d since push
License
MIT
Install
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Install safety
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorDo not use when
Alternative
1.9K Stars
npx skills add yanliudesign/mono-color-skill --skill mono-color
Alternative
61.0K Stars
npx skills add mvanhorn/last30days-skill -g
Alternative
38.4K Stars
npx skills add Imbad0202/academic-research-skills
Alternative
28.0K Stars
npx skills add assafelovic/gpt-researcher
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may inspect schemas, query databases, or work with persistent stores.
Agent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Open JSON
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Agent should check
Copy prompt
Task: Use agent-launcher-orchestrator in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Install command: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
LLM text format
/api/skills/alirezarezvani-agent-launcher-orchestrator/install?format=text
Find alternatives
/api/skills/search?q=agent-launcher-orchestrator&limit=3
Agent prompt
Use agent-launcher-orchestrator for this task. Review https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install, then install with: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator
LLM text
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator?format=text
Install alias
/api/registry/install/alirezarezvani-agent-launcher-orchestrator
Recommend
/api/registry/recommend?task=Use%20agent-launcher-orchestrator%20in%20an%20agent%20workflow&limit=3
Agent fit
Workflow automation
Use-case tags
Platforms
Claude Code, OpenAI Agents, Cursor
Audit report
A machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
Agent decision cockpit
Use this as a leading candidate, then validate the README and install path in your own agent stack.
Role in stack
Primary pick
Primary fit
Workflow automation
Trust label
Production-ready
Install path
Command ready
Use when
Evidence
review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
PASS25K GitHub stars
Stars/forks activity
PASS25K stars, 3.5K forks; issue activity unavailable in current metadata
Recent maintenance
PASS10d since push
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
High-confidence pick with strong adoption and healthy maintenance signals.
Workflow fit
Automate repeated work
I need my agent to automate a repeated workflow across tools and files.
Search private knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Investigate faster
I need my agent to research a topic, compare sources, and produce a concise report.
Workflow fit
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Find, compare, and synthesize
A workflow for agents that gather sources, compare claims, summarize long material, and draft useful research briefs.
Ingest, retrieve, and cite
A workflow for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Alternative shortlist
Similar skills that may fit this task.
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Run autonomous deep research over web and local sources
--- name: agent-launcher-orchestrator 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 CMAs). context: fork version: 2.11.2 author: Alireza Rezvani license: MIT tags: [claude-managed-agents, cma, agent, launch, orchestrator, session-goal, loop, workflow, cron, outcome, byok] compatible_tools: [claude-code, codex-cli, cursor, antigravity, opencode, gemini-cli] ---
# agent-launcher — Domain Orchestrator
Every session starts with a **goal** — one sentence for one CMA. This orchestrator reads that goal, routes to the right phase, and compiles the goal into a **loop or a workflow**. Heavy intake stays in the forked context; the parent gets a digest.
Inspired by Anthropic's `launch-your-agent` reference skill (Apache-2.0). This is an independent re-implementation; CMA semantics come from [`../../references/cma-primitives.md`](../../references/cma-primitives.md).
## The through-line: the session goal
State lives at `./my-agent/goal.json` (the user's folder). Manage it with `goal_state.py` (init / set / status / advance) — it also backs the `/cs:goal` command and the opt-in `SessionStart` hook. The goal's `phase` selects the lane; the phase + recurrence selects the loop shape.
## Routing (deterministic)
Run the router, then act on its exit code:
```bash python3 scripts/goal_router.py --out-dir ./my-agent # exit 0 ROUTE -> fork to the named phase sub-skill # exit 3 ASK -> ask the one printed forcing question, then re-route # exit 4 REFUSE -> goal too vague; get one sentence, then re-route ```
| Lane (phase) | Sub-skill | Loop/workflow | |---|---|---| | interview | `interview` | single-pass workflow | | stage-launch | `stage-launch` | single-pass workflow | | grade-iterate | `grade-iterate` | **bounded grade→iterate loop** | | run-without-you | `run-without-you` | **recurring cron deployment loop** | | wrap-up | `wrap-up` | — |
## Compile the loop
```bash python3 scripts/loop_compiler.py \ --out-dir ./my-agent --max-iterations 5 --cron "0 9 * * *" --timezone Europe/Berlin --nest-outcome ```
`loop_compiler.py` emits `plan.v1`: `single-pass`, `grade-iterate` (always with a `max_iterations` cap 1..20), or `cron-loop` (optionally nesting a self-grading outcome per firing). See [`../../references/loops-and-workflows.md`](../../references/loops-and-workflows.md).
## Pre-flight gates (hard refusals)
1. **No goal set.** If `goal.json` is missing, run `goal_state.py init --goal "..."` first. The orchestrator does not guess a goal. 2. **Goal too vague.** Router exit 4 — get one sentence naming the one job before routing. Never route on under-3-word goals. 3. **Never make API calls.** Emit BYOK curl; the user runs it with their own `$ANTHROPIC_API_KEY`. No script in this plugin touches the network. 4. **Never print the key.** Launch scripts read the key from the environment.
## Hand-off contract
After routing, fork to the sub-skill with: the goal string, `agent_name`, `out_dir` (`./my-agent`), and the compiled `plan.v1`. When the sub-skill returns, `goal_state.py advance` moves the phase and the parent gets a ≤100-word digest (phase done, artifact paths, loop shape, one next step).
## Forcing-question library (walk one at a time; recommend + cite)
1. **"What one job should this agent do end-to-end?"** — *Recommend:* the single most repeated task. *Cite:* interview-to-config.md (six intake slots). Refuse to route a two-job goal; split into two `./my-agent-*/` folders. 2. **"What kicks it off — you ask it, an event, or a schedule?"** — *Recommend:* on-demand for v0, schedule as the Phase-4 upgrade. *Cite:* loops-and-workflows.md. 3. **"How would you grade a good run?"** — *Recommend:* 3–5 rubric lines grounded in the output. *Cite:* cma-primitives.md (outcomes; rubric required). 4. **"Is a real integration ready, or do we mock it in v0?"** — *Recommend:* mock with a schema-true custom tool; wire the MCP server as v1. *Cite:* interview-to-config.md. 5. **"Should run #10 be smarter than run #1?"** — *Recommend:* attach a memory store only if yes; else skip it. *Cite:* cma-primitives.md (memory limits + injection risk).
## Tools
- `scripts/goal_state.py` — own `goal.json` (init/set/status/advance). - `scripts/goal_router.py` — goal → lane (exit 0 route / 3 ask / 4 refuse). - `scripts/loop_compiler.py` — goal+phase → `plan.v1` execution shape.
Decision snapshot
25,064 GitHub stars
Audit
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the report before installing into production agents.
Growth loop
Scenario-led draft for agent-launcher-orchestrator, ready for a manual X post.
agent-launcher-orchestrator: Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in th... 25.1K stars https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x
Listing + install path for agent-launcher-orchestrator: https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x Install: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This Registry indexed listing is attributed to Alireza Rezvani but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent-Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator/audit)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)Alireza Rezvani
@alireza-rezvani
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
mono-color
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
1.9K StarsLast30days Skill
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
61.0K StarsAcademic Research Skills
Academic Research Skills for Claude Code: research → write → review → revise → finalize
38.4K StarsGPT Researcher
Run autonomous deep research over web and local sources
28.0K StarsSandbox only
Install targets
Codex install prompt
Install the "agent-launcher-orchestrator" agent skill from https://github.com/alirezarezvani/claude-skills/tree/main/.gemini/skills/agent-launcher-orchestrator. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 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 After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {"event_id":"install_<unique-id>","skill_slug":"alirezarezvani-agent-launcher-orchestrator","task":"Install agent-launcher-orchestrator","agent":"codex","outcome":"success","install_used":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
RAG and knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Agent fit
Claude Code + OpenAI Agents + Cursor
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Maintenance
fresh
10d since push
Risk
Needs review
Permission surface may require sandboxing
GitHub quality
25K
95/100 Quality · 76/100 Trust
Coverage tags
Review notes
Permission surface may require sandboxing · The underlying Python scripts (goal_router.py, loop_compiler.py, goal_state.py) are not included in the submission, so their behavior cannot be fully audited; ensure they do not execute untrusted content from goal.json or make unintended network calls.
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
ExcellentHigh-confidence pick with strong adoption and healthy maintenance signals.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewA machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
OpenAgentSkill Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
25K GitHub stars
Repo activity
25K stars, 3.5K forks
Maintenance
10d since push
License
MIT
Install
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Install safety
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorDo not use when
Alternative
1.9K Stars
npx skills add yanliudesign/mono-color-skill --skill mono-color
Alternative
61.0K Stars
npx skills add mvanhorn/last30days-skill -g
Alternative
38.4K Stars
npx skills add Imbad0202/academic-research-skills
Alternative
28.0K Stars
npx skills add assafelovic/gpt-researcher
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may inspect schemas, query databases, or work with persistent stores.
Agent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Open JSON
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Agent should check
Copy prompt
Task: Use agent-launcher-orchestrator in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Install command: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
LLM text format
/api/skills/alirezarezvani-agent-launcher-orchestrator/install?format=text
Find alternatives
/api/skills/search?q=agent-launcher-orchestrator&limit=3
Agent prompt
Use agent-launcher-orchestrator for this task. Review https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install, then install with: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator
LLM text
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator?format=text
Install alias
/api/registry/install/alirezarezvani-agent-launcher-orchestrator
Recommend
/api/registry/recommend?task=Use%20agent-launcher-orchestrator%20in%20an%20agent%20workflow&limit=3
Agent fit
Workflow automation
Use-case tags
Platforms
Claude Code, OpenAI Agents, Cursor
Audit report
A machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
Agent decision cockpit
Use this as a leading candidate, then validate the README and install path in your own agent stack.
Role in stack
Primary pick
Primary fit
Workflow automation
Trust label
Production-ready
Install path
Command ready
Use when
Evidence
review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
PASS25K GitHub stars
Stars/forks activity
PASS25K stars, 3.5K forks; issue activity unavailable in current metadata
Recent maintenance
PASS10d since push
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
High-confidence pick with strong adoption and healthy maintenance signals.
Workflow fit
Automate repeated work
I need my agent to automate a repeated workflow across tools and files.
Search private knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Investigate faster
I need my agent to research a topic, compare sources, and produce a concise report.
Workflow fit
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Find, compare, and synthesize
A workflow for agents that gather sources, compare claims, summarize long material, and draft useful research briefs.
Ingest, retrieve, and cite
A workflow for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Alternative shortlist
Similar skills that may fit this task.
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Run autonomous deep research over web and local sources
--- name: agent-launcher-orchestrator 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 CMAs). context: fork version: 2.11.2 author: Alireza Rezvani license: MIT tags: [claude-managed-agents, cma, agent, launch, orchestrator, session-goal, loop, workflow, cron, outcome, byok] compatible_tools: [claude-code, codex-cli, cursor, antigravity, opencode, gemini-cli] ---
# agent-launcher — Domain Orchestrator
Every session starts with a **goal** — one sentence for one CMA. This orchestrator reads that goal, routes to the right phase, and compiles the goal into a **loop or a workflow**. Heavy intake stays in the forked context; the parent gets a digest.
Inspired by Anthropic's `launch-your-agent` reference skill (Apache-2.0). This is an independent re-implementation; CMA semantics come from [`../../references/cma-primitives.md`](../../references/cma-primitives.md).
## The through-line: the session goal
State lives at `./my-agent/goal.json` (the user's folder). Manage it with `goal_state.py` (init / set / status / advance) — it also backs the `/cs:goal` command and the opt-in `SessionStart` hook. The goal's `phase` selects the lane; the phase + recurrence selects the loop shape.
## Routing (deterministic)
Run the router, then act on its exit code:
```bash python3 scripts/goal_router.py --out-dir ./my-agent # exit 0 ROUTE -> fork to the named phase sub-skill # exit 3 ASK -> ask the one printed forcing question, then re-route # exit 4 REFUSE -> goal too vague; get one sentence, then re-route ```
| Lane (phase) | Sub-skill | Loop/workflow | |---|---|---| | interview | `interview` | single-pass workflow | | stage-launch | `stage-launch` | single-pass workflow | | grade-iterate | `grade-iterate` | **bounded grade→iterate loop** | | run-without-you | `run-without-you` | **recurring cron deployment loop** | | wrap-up | `wrap-up` | — |
## Compile the loop
```bash python3 scripts/loop_compiler.py \ --out-dir ./my-agent --max-iterations 5 --cron "0 9 * * *" --timezone Europe/Berlin --nest-outcome ```
`loop_compiler.py` emits `plan.v1`: `single-pass`, `grade-iterate` (always with a `max_iterations` cap 1..20), or `cron-loop` (optionally nesting a self-grading outcome per firing). See [`../../references/loops-and-workflows.md`](../../references/loops-and-workflows.md).
## Pre-flight gates (hard refusals)
1. **No goal set.** If `goal.json` is missing, run `goal_state.py init --goal "..."` first. The orchestrator does not guess a goal. 2. **Goal too vague.** Router exit 4 — get one sentence naming the one job before routing. Never route on under-3-word goals. 3. **Never make API calls.** Emit BYOK curl; the user runs it with their own `$ANTHROPIC_API_KEY`. No script in this plugin touches the network. 4. **Never print the key.** Launch scripts read the key from the environment.
## Hand-off contract
After routing, fork to the sub-skill with: the goal string, `agent_name`, `out_dir` (`./my-agent`), and the compiled `plan.v1`. When the sub-skill returns, `goal_state.py advance` moves the phase and the parent gets a ≤100-word digest (phase done, artifact paths, loop shape, one next step).
## Forcing-question library (walk one at a time; recommend + cite)
1. **"What one job should this agent do end-to-end?"** — *Recommend:* the single most repeated task. *Cite:* interview-to-config.md (six intake slots). Refuse to route a two-job goal; split into two `./my-agent-*/` folders. 2. **"What kicks it off — you ask it, an event, or a schedule?"** — *Recommend:* on-demand for v0, schedule as the Phase-4 upgrade. *Cite:* loops-and-workflows.md. 3. **"How would you grade a good run?"** — *Recommend:* 3–5 rubric lines grounded in the output. *Cite:* cma-primitives.md (outcomes; rubric required). 4. **"Is a real integration ready, or do we mock it in v0?"** — *Recommend:* mock with a schema-true custom tool; wire the MCP server as v1. *Cite:* interview-to-config.md. 5. **"Should run #10 be smarter than run #1?"** — *Recommend:* attach a memory store only if yes; else skip it. *Cite:* cma-primitives.md (memory limits + injection risk).
## Tools
- `scripts/goal_state.py` — own `goal.json` (init/set/status/advance). - `scripts/goal_router.py` — goal → lane (exit 0 route / 3 ask / 4 refuse). - `scripts/loop_compiler.py` — goal+phase → `plan.v1` execution shape.
Decision snapshot
25,064 GitHub stars
Audit
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the report before installing into production agents.
Growth loop
Scenario-led draft for agent-launcher-orchestrator, ready for a manual X post.
agent-launcher-orchestrator: Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in th... 25.1K stars https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x
Listing + install path for agent-launcher-orchestrator: https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x Install: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This Registry indexed listing is attributed to Alireza Rezvani but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent-Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator/audit)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)Alireza Rezvani
@alireza-rezvani
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
mono-color
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
1.9K StarsLast30days Skill
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
61.0K StarsAcademic Research Skills
Academic Research Skills for Claude Code: research → write → review → revise → finalize
38.4K StarsGPT Researcher
Run autonomous deep research over web and local sources
28.0K StarsSandbox only
Install targets
Codex install prompt
Install the "agent-launcher-orchestrator" agent skill from https://github.com/alirezarezvani/claude-skills/tree/main/.gemini/skills/agent-launcher-orchestrator. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 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 After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {"event_id":"install_<unique-id>","skill_slug":"alirezarezvani-agent-launcher-orchestrator","task":"Install agent-launcher-orchestrator","agent":"codex","outcome":"success","install_used":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
RAG and knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Agent fit
Claude Code + OpenAI Agents + Cursor
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Maintenance
fresh
10d since push
Risk
Needs review
Permission surface may require sandboxing
GitHub quality
25K
95/100 Quality · 76/100 Trust
Coverage tags
Review notes
Permission surface may require sandboxing · The underlying Python scripts (goal_router.py, loop_compiler.py, goal_state.py) are not included in the submission, so their behavior cannot be fully audited; ensure they do not execute untrusted content from goal.json or make unintended network calls.
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
ExcellentHigh-confidence pick with strong adoption and healthy maintenance signals.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewA machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
OpenAgentSkill Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
25K GitHub stars
Repo activity
25K stars, 3.5K forks
Maintenance
10d since push
License
MIT
Install
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Install safety
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorDo not use when
Alternative
1.9K Stars
npx skills add yanliudesign/mono-color-skill --skill mono-color
Alternative
61.0K Stars
npx skills add mvanhorn/last30days-skill -g
Alternative
38.4K Stars
npx skills add Imbad0202/academic-research-skills
Alternative
28.0K Stars
npx skills add assafelovic/gpt-researcher
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may inspect schemas, query databases, or work with persistent stores.
Agent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Open JSON
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Agent should check
Copy prompt
Task: Use agent-launcher-orchestrator in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Install command: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
LLM text format
/api/skills/alirezarezvani-agent-launcher-orchestrator/install?format=text
Find alternatives
/api/skills/search?q=agent-launcher-orchestrator&limit=3
Agent prompt
Use agent-launcher-orchestrator for this task. Review https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install, then install with: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator
LLM text
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator?format=text
Install alias
/api/registry/install/alirezarezvani-agent-launcher-orchestrator
Recommend
/api/registry/recommend?task=Use%20agent-launcher-orchestrator%20in%20an%20agent%20workflow&limit=3
Agent fit
Workflow automation
Use-case tags
Platforms
Claude Code, OpenAI Agents, Cursor
Audit report
A machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
Agent decision cockpit
Use this as a leading candidate, then validate the README and install path in your own agent stack.
Role in stack
Primary pick
Primary fit
Workflow automation
Trust label
Production-ready
Install path
Command ready
Use when
Evidence
review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
PASS25K GitHub stars
Stars/forks activity
PASS25K stars, 3.5K forks; issue activity unavailable in current metadata
Recent maintenance
PASS10d since push
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
High-confidence pick with strong adoption and healthy maintenance signals.
Workflow fit
Automate repeated work
I need my agent to automate a repeated workflow across tools and files.
Search private knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Investigate faster
I need my agent to research a topic, compare sources, and produce a concise report.
Workflow fit
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Find, compare, and synthesize
A workflow for agents that gather sources, compare claims, summarize long material, and draft useful research briefs.
Ingest, retrieve, and cite
A workflow for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Alternative shortlist
Similar skills that may fit this task.
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Run autonomous deep research over web and local sources
--- name: agent-launcher-orchestrator 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 CMAs). context: fork version: 2.11.2 author: Alireza Rezvani license: MIT tags: [claude-managed-agents, cma, agent, launch, orchestrator, session-goal, loop, workflow, cron, outcome, byok] compatible_tools: [claude-code, codex-cli, cursor, antigravity, opencode, gemini-cli] ---
# agent-launcher — Domain Orchestrator
Every session starts with a **goal** — one sentence for one CMA. This orchestrator reads that goal, routes to the right phase, and compiles the goal into a **loop or a workflow**. Heavy intake stays in the forked context; the parent gets a digest.
Inspired by Anthropic's `launch-your-agent` reference skill (Apache-2.0). This is an independent re-implementation; CMA semantics come from [`../../references/cma-primitives.md`](../../references/cma-primitives.md).
## The through-line: the session goal
State lives at `./my-agent/goal.json` (the user's folder). Manage it with `goal_state.py` (init / set / status / advance) — it also backs the `/cs:goal` command and the opt-in `SessionStart` hook. The goal's `phase` selects the lane; the phase + recurrence selects the loop shape.
## Routing (deterministic)
Run the router, then act on its exit code:
```bash python3 scripts/goal_router.py --out-dir ./my-agent # exit 0 ROUTE -> fork to the named phase sub-skill # exit 3 ASK -> ask the one printed forcing question, then re-route # exit 4 REFUSE -> goal too vague; get one sentence, then re-route ```
| Lane (phase) | Sub-skill | Loop/workflow | |---|---|---| | interview | `interview` | single-pass workflow | | stage-launch | `stage-launch` | single-pass workflow | | grade-iterate | `grade-iterate` | **bounded grade→iterate loop** | | run-without-you | `run-without-you` | **recurring cron deployment loop** | | wrap-up | `wrap-up` | — |
## Compile the loop
```bash python3 scripts/loop_compiler.py \ --out-dir ./my-agent --max-iterations 5 --cron "0 9 * * *" --timezone Europe/Berlin --nest-outcome ```
`loop_compiler.py` emits `plan.v1`: `single-pass`, `grade-iterate` (always with a `max_iterations` cap 1..20), or `cron-loop` (optionally nesting a self-grading outcome per firing). See [`../../references/loops-and-workflows.md`](../../references/loops-and-workflows.md).
## Pre-flight gates (hard refusals)
1. **No goal set.** If `goal.json` is missing, run `goal_state.py init --goal "..."` first. The orchestrator does not guess a goal. 2. **Goal too vague.** Router exit 4 — get one sentence naming the one job before routing. Never route on under-3-word goals. 3. **Never make API calls.** Emit BYOK curl; the user runs it with their own `$ANTHROPIC_API_KEY`. No script in this plugin touches the network. 4. **Never print the key.** Launch scripts read the key from the environment.
## Hand-off contract
After routing, fork to the sub-skill with: the goal string, `agent_name`, `out_dir` (`./my-agent`), and the compiled `plan.v1`. When the sub-skill returns, `goal_state.py advance` moves the phase and the parent gets a ≤100-word digest (phase done, artifact paths, loop shape, one next step).
## Forcing-question library (walk one at a time; recommend + cite)
1. **"What one job should this agent do end-to-end?"** — *Recommend:* the single most repeated task. *Cite:* interview-to-config.md (six intake slots). Refuse to route a two-job goal; split into two `./my-agent-*/` folders. 2. **"What kicks it off — you ask it, an event, or a schedule?"** — *Recommend:* on-demand for v0, schedule as the Phase-4 upgrade. *Cite:* loops-and-workflows.md. 3. **"How would you grade a good run?"** — *Recommend:* 3–5 rubric lines grounded in the output. *Cite:* cma-primitives.md (outcomes; rubric required). 4. **"Is a real integration ready, or do we mock it in v0?"** — *Recommend:* mock with a schema-true custom tool; wire the MCP server as v1. *Cite:* interview-to-config.md. 5. **"Should run #10 be smarter than run #1?"** — *Recommend:* attach a memory store only if yes; else skip it. *Cite:* cma-primitives.md (memory limits + injection risk).
## Tools
- `scripts/goal_state.py` — own `goal.json` (init/set/status/advance). - `scripts/goal_router.py` — goal → lane (exit 0 route / 3 ask / 4 refuse). - `scripts/loop_compiler.py` — goal+phase → `plan.v1` execution shape.
Decision snapshot
25,064 GitHub stars
Audit
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the report before installing into production agents.
Growth loop
Scenario-led draft for agent-launcher-orchestrator, ready for a manual X post.
agent-launcher-orchestrator: Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in th... 25.1K stars https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x
Listing + install path for agent-launcher-orchestrator: https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x Install: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This Registry indexed listing is attributed to Alireza Rezvani but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent-Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator/audit)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)Alireza Rezvani
@alireza-rezvani
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
mono-color
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
1.9K StarsLast30days Skill
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
61.0K StarsAcademic Research Skills
Academic Research Skills for Claude Code: research → write → review → revise → finalize
38.4K StarsGPT Researcher
Run autonomous deep research over web and local sources
28.0K StarsSandbox only
Install targets
Codex install prompt
Install the "agent-launcher-orchestrator" agent skill from https://github.com/alirezarezvani/claude-skills/tree/main/.gemini/skills/agent-launcher-orchestrator. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 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 After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {"event_id":"install_<unique-id>","skill_slug":"alirezarezvani-agent-launcher-orchestrator","task":"Install agent-launcher-orchestrator","agent":"codex","outcome":"success","install_used":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
RAG and knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Agent fit
Claude Code + OpenAI Agents + Cursor
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Maintenance
fresh
10d since push
Risk
Needs review
Permission surface may require sandboxing
GitHub quality
25K
95/100 Quality · 76/100 Trust
Coverage tags
Review notes
Permission surface may require sandboxing · The underlying Python scripts (goal_router.py, loop_compiler.py, goal_state.py) are not included in the submission, so their behavior cannot be fully audited; ensure they do not execute untrusted content from goal.json or make unintended network calls.
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
ExcellentHigh-confidence pick with strong adoption and healthy maintenance signals.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewA machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
OpenAgentSkill Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
25K GitHub stars
Repo activity
25K stars, 3.5K forks
Maintenance
10d since push
License
MIT
Install
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Install safety
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorDo not use when
Alternative
1.9K Stars
npx skills add yanliudesign/mono-color-skill --skill mono-color
Alternative
61.0K Stars
npx skills add mvanhorn/last30days-skill -g
Alternative
38.4K Stars
npx skills add Imbad0202/academic-research-skills
Alternative
28.0K Stars
npx skills add assafelovic/gpt-researcher
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may inspect schemas, query databases, or work with persistent stores.
Agent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Open JSON
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Agent should check
Copy prompt
Task: Use agent-launcher-orchestrator in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20agent-launcher-orchestrator%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install
Install command: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/alirezarezvani-agent-launcher-orchestrator/install
LLM text format
/api/skills/alirezarezvani-agent-launcher-orchestrator/install?format=text
Find alternatives
/api/skills/search?q=agent-launcher-orchestrator&limit=3
Agent prompt
Use agent-launcher-orchestrator for this task. Review https://www.openagentskill.com/api/skills/alirezarezvani-agent-launcher-orchestrator/install, then install with: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestratorRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator
LLM text
/api/registry/manifest/alirezarezvani-agent-launcher-orchestrator?format=text
Install alias
/api/registry/install/alirezarezvani-agent-launcher-orchestrator
Recommend
/api/registry/recommend?task=Use%20agent-launcher-orchestrator%20in%20an%20agent%20workflow&limit=3
Agent fit
Workflow automation
Use-case tags
Platforms
Claude Code, OpenAI Agents, Cursor
Audit report
A machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
Agent decision cockpit
Use this as a leading candidate, then validate the README and install path in your own agent stack.
Role in stack
Primary pick
Primary fit
Workflow automation
Trust label
Production-ready
Install path
Command ready
Use when
Evidence
review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
PASS25K GitHub stars
Stars/forks activity
PASS25K stars, 3.5K forks; issue activity unavailable in current metadata
Recent maintenance
PASS10d since push
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
High-confidence pick with strong adoption and healthy maintenance signals.
Workflow fit
Automate repeated work
I need my agent to automate a repeated workflow across tools and files.
Search private knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Investigate faster
I need my agent to research a topic, compare sources, and produce a concise report.
Workflow fit
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Find, compare, and synthesize
A workflow for agents that gather sources, compare claims, summarize long material, and draft useful research briefs.
Ingest, retrieve, and cite
A workflow for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Alternative shortlist
Similar skills that may fit this task.
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Run autonomous deep research over web and local sources
--- name: agent-launcher-orchestrator 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 CMAs). context: fork version: 2.11.2 author: Alireza Rezvani license: MIT tags: [claude-managed-agents, cma, agent, launch, orchestrator, session-goal, loop, workflow, cron, outcome, byok] compatible_tools: [claude-code, codex-cli, cursor, antigravity, opencode, gemini-cli] ---
# agent-launcher — Domain Orchestrator
Every session starts with a **goal** — one sentence for one CMA. This orchestrator reads that goal, routes to the right phase, and compiles the goal into a **loop or a workflow**. Heavy intake stays in the forked context; the parent gets a digest.
Inspired by Anthropic's `launch-your-agent` reference skill (Apache-2.0). This is an independent re-implementation; CMA semantics come from [`../../references/cma-primitives.md`](../../references/cma-primitives.md).
## The through-line: the session goal
State lives at `./my-agent/goal.json` (the user's folder). Manage it with `goal_state.py` (init / set / status / advance) — it also backs the `/cs:goal` command and the opt-in `SessionStart` hook. The goal's `phase` selects the lane; the phase + recurrence selects the loop shape.
## Routing (deterministic)
Run the router, then act on its exit code:
```bash python3 scripts/goal_router.py --out-dir ./my-agent # exit 0 ROUTE -> fork to the named phase sub-skill # exit 3 ASK -> ask the one printed forcing question, then re-route # exit 4 REFUSE -> goal too vague; get one sentence, then re-route ```
| Lane (phase) | Sub-skill | Loop/workflow | |---|---|---| | interview | `interview` | single-pass workflow | | stage-launch | `stage-launch` | single-pass workflow | | grade-iterate | `grade-iterate` | **bounded grade→iterate loop** | | run-without-you | `run-without-you` | **recurring cron deployment loop** | | wrap-up | `wrap-up` | — |
## Compile the loop
```bash python3 scripts/loop_compiler.py \ --out-dir ./my-agent --max-iterations 5 --cron "0 9 * * *" --timezone Europe/Berlin --nest-outcome ```
`loop_compiler.py` emits `plan.v1`: `single-pass`, `grade-iterate` (always with a `max_iterations` cap 1..20), or `cron-loop` (optionally nesting a self-grading outcome per firing). See [`../../references/loops-and-workflows.md`](../../references/loops-and-workflows.md).
## Pre-flight gates (hard refusals)
1. **No goal set.** If `goal.json` is missing, run `goal_state.py init --goal "..."` first. The orchestrator does not guess a goal. 2. **Goal too vague.** Router exit 4 — get one sentence naming the one job before routing. Never route on under-3-word goals. 3. **Never make API calls.** Emit BYOK curl; the user runs it with their own `$ANTHROPIC_API_KEY`. No script in this plugin touches the network. 4. **Never print the key.** Launch scripts read the key from the environment.
## Hand-off contract
After routing, fork to the sub-skill with: the goal string, `agent_name`, `out_dir` (`./my-agent`), and the compiled `plan.v1`. When the sub-skill returns, `goal_state.py advance` moves the phase and the parent gets a ≤100-word digest (phase done, artifact paths, loop shape, one next step).
## Forcing-question library (walk one at a time; recommend + cite)
1. **"What one job should this agent do end-to-end?"** — *Recommend:* the single most repeated task. *Cite:* interview-to-config.md (six intake slots). Refuse to route a two-job goal; split into two `./my-agent-*/` folders. 2. **"What kicks it off — you ask it, an event, or a schedule?"** — *Recommend:* on-demand for v0, schedule as the Phase-4 upgrade. *Cite:* loops-and-workflows.md. 3. **"How would you grade a good run?"** — *Recommend:* 3–5 rubric lines grounded in the output. *Cite:* cma-primitives.md (outcomes; rubric required). 4. **"Is a real integration ready, or do we mock it in v0?"** — *Recommend:* mock with a schema-true custom tool; wire the MCP server as v1. *Cite:* interview-to-config.md. 5. **"Should run #10 be smarter than run #1?"** — *Recommend:* attach a memory store only if yes; else skip it. *Cite:* cma-primitives.md (memory limits + injection risk).
## Tools
- `scripts/goal_state.py` — own `goal.json` (init/set/status/advance). - `scripts/goal_router.py` — goal → lane (exit 0 route / 3 ask / 4 refuse). - `scripts/loop_compiler.py` — goal+phase → `plan.v1` execution shape.
Decision snapshot
25,064 GitHub stars
Audit
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the report before installing into production agents.
Growth loop
Scenario-led draft for agent-launcher-orchestrator, ready for a manual X post.
agent-launcher-orchestrator: Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in th... 25.1K stars https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x
Listing + install path for agent-launcher-orchestrator: https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=x Install: npx skills add alirezarezvani/claude-skills --skill agent-launcher-orchestrator
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This Registry indexed listing is attributed to Alireza Rezvani but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent-Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator/audit)
[](https://www.openagentskill.com/skills/alirezarezvani-agent-launcher-orchestrator?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)Alireza Rezvani
@alireza-rezvani
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
mono-color
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
1.9K StarsLast30days Skill
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
61.0K StarsAcademic Research Skills
Academic Research Skills for Claude Code: research → write → review → revise → finalize
38.4K StarsGPT Researcher
Run autonomous deep research over web and local sources
28.0K StarsPermission surface
shell or command execution, network or browser access
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Permission surface
shell or command execution, network or browser access
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Permission surface
shell or command execution, network or browser access
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Permission surface
shell or command execution, network or browser access
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness