{"id":50942050,"url":"https://github.com/anthropics/launch-your-agent","last_synced_at":"2026-06-22T18:00:35.823Z","repository":{"id":365475316,"uuid":"1271323125","full_name":"anthropics/launch-your-agent","owner":"anthropics","description":"Claude Code skills that take a founder from idea to a live Claude Managed Agent: interview, scope a v0, launch in their own account, grade it, iterate, and schedule it","archived":false,"fork":false,"pushed_at":"2026-06-17T12:56:48.000Z","size":67,"stargazers_count":311,"open_issues_count":0,"forks_count":70,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-21T17:23:33.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthropics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-16T14:49:50.000Z","updated_at":"2026-06-21T17:21:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/anthropics/launch-your-agent","commit_stats":null,"previous_names":["anthropics/launch-your-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anthropics/launch-your-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthropics%2Flaunch-your-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthropics%2Flaunch-your-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthropics%2Flaunch-your-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthropics%2Flaunch-your-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthropics","download_url":"https://codeload.github.com/anthropics/launch-your-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthropics%2Flaunch-your-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-17T16:00:33.886Z","updated_at":"2026-06-22T18:00:35.795Z","avatar_url":"https://github.com/anthropics.png","language":"HTML","funding_links":[],"categories":["⭐ 精选第三方技能","Official Skills"],"sub_categories":["🤖 AI Agent"],"readme":"\u003c!-- Copyright 2026 Anthropic PBC --\u003e\n\u003c!-- SPDX-License-Identifier: Apache-2.0 --\u003e\n\n# launch-your-agent\n\nA [Claude Code](https://code.claude.com) skill that helps a technical founder build whatever they want on **Claude Managed Agents (CMA)** — an internal worker, a piece of their product, a customer-facing agent. It interviews you about what you want to build, scopes a v0, launches it in your own account, grades it against your own definition of done, iterates, and (if it should run on a clock) puts it on a scheduled deployment — with everything bigger laid out as an explicit v1/v2 plan.\n\n\u003e Reference implementation. Not maintained and not accepting contributions. Licensed under [Apache 2.0](./LICENSE).\n\n## Quickstart\n\n```bash\ngit clone \u003cthis-repo\u003e\ncd \u003cthis-repo\u003e\nclaude\n```\n\nThen type:\n\n```\n/launch-your-agent\n```\n\nThe skills in `.claude/skills/` are picked up automatically when you run Claude Code inside this folder — nothing to install.\n\nWhen you're done (or any time later), `/wrap-up` regenerates the overview page, recaps every primitive you now own, and suggests the next 1–2 upgrades.\n\n## What you need\n\n- Claude Code installed and signed in.\n- An Anthropic API key for **your own** account (you'll create it during the flow at platform.claude.com → API keys; it goes into a local `.env` file, never into the chat). Runs cost cents.\n\n## What you walk away with\n\n- A live managed agent in your Console (agent + environment + graded run, plus a scheduled deployment if your task recurs).\n- A `my-agent/` folder: the build sheet, the exact API payloads, a resumable launch script, an eval scaffold, an overview page, and a NEXT-DIRECTIONS.md laying out v1/v2.\n\n## Repo layout\n\n| Path | What it is |\n|---|---|\n| `.claude/skills/launch-your-agent/` | The main skill: 4 phases (interview → stage \u0026 launch → grade \u0026 iterate → run without you) + references (interview mapping, verified API call shapes, examples bank, overview template) |\n| `.claude/skills/wrap-up/` | Companion skill: explicit close-out / status check for a built agent |\n| `cma-primitives.md` | Inventory of CMA primitives and limits, from the public docs |\n| `interview-to-config.md` | Background: how interview answers map to CMA primitives |\n| `examples-bank.md` | Sourced example agents and production proof points |\n| `ui/` | Example overview page + build sheet |\n\nThe CMA documentation is the source of truth for the API: https://platform.claude.com/docs/en/managed-agents/overview\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthropics%2Flaunch-your-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthropics%2Flaunch-your-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthropics%2Flaunch-your-agent/lists"}