Discover and explore top open-source AI tools and projects—updated daily.
anthropicsAgent development framework for Claude Managed Agents
New!
Top 45.6% on SourcePulse
Summary
This repository provides a Claude Code skill designed to guide technical founders through the process of building and deploying custom agents using Claude Managed Agents (CMA). It automates the workflow from initial idea conception and scoping a minimum viable version (v0) to launching, grading, iterating, and scheduling the agent within the user's own Anthropic account, offering a complete reference implementation for agent development.
How It Works
The project leverages Claude Code's skill system, with the core launch-your-agent skill orchestrating a four-phase process: interviewing the user for requirements, staging and launching the agent, grading its performance against defined criteria, and iterating based on feedback. A companion wrap-up skill finalizes the process by generating an overview and suggesting future improvements. The system maps user interview responses to CMA primitives, streamlining the configuration and deployment of agents.
Quick Start & Requirements
git clone <this-repo>), navigate into it (cd <this-repo>), and run claude, then invoke the skill with /launch-your-agent. Skills are automatically discovered within the .claude/skills/ directory..env file.Highlighted Details
NEXT-DIRECTIONS.md).wrap-up skill to summarize completed work and outline next steps.Maintenance & Community
This project is explicitly marked as "not maintained and not accepting contributions." No community channels or contribution guidelines are provided.
Licensing & Compatibility
The project is licensed under the Apache 2.0 license. This license is permissive and generally compatible with commercial use and integration into closed-source projects.
Limitations & Caveats
The primary limitation is that the project is not actively maintained and will not accept contributions, suggesting potential risks regarding future updates, bug fixes, or security patches.
1 day ago
Inactive