BeClaude

launch-your-agent

New
365GitHub TrendingGeneralby anthropics

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

First seen 6/18/2026

Summary

This skill guides founders through the complete lifecycle of building and deploying a Claude Managed Agent, from initial idea validation to live launch.

  • It handles user interviews, scoping a v0 agent, deploying to the user's own account, grading performance, iterating on feedback, and scheduling recurring runs.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/launch-your-agent.md

3
Invoke with @agent-name
@launch-your-agent

Use Cases

Interview a founder to clarify their agent idea and define success criteria.
Scope a minimal viable agent (v0) with specific tools and instructions.
Deploy the agent to the founder's own Claude account with proper configuration.
Grade the agent's performance against predefined metrics after initial runs.
Iterate on the agent based on grading results and user feedback.
Schedule the agent to run automatically at specified intervals.

Usage Examples

1

/launch-your-agent I want an agent that monitors my SaaS app's error logs and suggests fixes.

2

Help me interview a founder who wants an agent to automate customer support ticket triage.

3

Grade my deployed agent and suggest improvements based on its last 10 runs.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is launch-your-agent?

This skill guides founders through the complete lifecycle of building and deploying a Claude Managed Agent, from initial idea validation to live launch. It handles user interviews, scoping a v0 agent, deploying to the user's own account, grading performance, iterating on feedback, and scheduling recurring runs.

How to install launch-your-agent?

To install launch-your-agent: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/launch-your-agent.md. Finally, @launch-your-agent in Claude Code.

What is launch-your-agent best for?

launch-your-agent is a agent categorized under General. It is designed for: agent. Created by anthropics.

What can I use launch-your-agent for?

launch-your-agent is useful for: Interview a founder to clarify their agent idea and define success criteria.; Scope a minimal viable agent (v0) with specific tools and instructions.; Deploy the agent to the founder's own Claude account with proper configuration.; Grade the agent's performance against predefined metrics after initial runs.; Iterate on the agent based on grading results and user feedback.; Schedule the agent to run automatically at specified intervals..