anthropics/launch-your-agent

790 stars · Last commit 2026-07-07

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

README preview

<!-- Copyright 2026 Anthropic PBC -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

# launch-your-agent

A [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.

> Reference implementation. Not maintained and not accepting contributions. Licensed under [Apache 2.0](./LICENSE).
>
> This is an educational skill that walks you through composing managed-agent primitives to solve your problem. Because it explains each step, it's more token-intensive than a purpose-built agent would be.

## Quickstart

```bash
git clone https://github.com/anthropics/launch-your-agent.git
cd launch-your-agent
claude
```

Then type:

View full repository on GitHub →