Claude Managed Agents Skill
Description
Claude Code skill for building with the Claude Managed Agents API — event loops, production patterns, MCP auth, debugging, and more.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Managed Agents — Claude Code Skill

A [Claude Code skill](https://docs.anthropic.com/en/docs/claude-code/skills) that gives Claude deep, always-available knowledge of the **Claude Managed Agents API** — Anthropic's hosted infrastructure for running Claude as an autonomous agent in a cloud container.
Instead of you having to paste documentation or explain the API every time, this skill loads the right context automatically whenever you're building with managed agents.
**Official documentation:** [platform.claude.com/docs/en/managed-agents/overview](https://platform.claude.com/docs/en/managed-agents/overview) This skill is a curated companion to those docs — focused on patterns, gotchas, and production usage. Always refer to the official docs for the latest API changes, new features, and full reference material.
What This Skill Covers
| Topic | Where |
|---|---|
| Agent / Environment / Session creation | SKILL.md |
| The event loop, stream ordering, stop_reason handling | SKILL.md + references/events.md |
| All event types (user ↔ agent ↔ session ↔ span) | references/events.md |
| Built-in tools, custom tools, tool permissions | references/tools.md |
| MCP server integration (two-step auth pattern) | references/tools.md + references/vaults-and-mcp.md |
| Vaults and credential management | references/vaults-and-mcp.md |
| Container specs, pre-installed runtimes, filesystem layout | references/container-reference.md |
| Session CRUD, usage/stats fields, mid-session resource management | references/session-management.md |
| Outcomes, Multiagent orchestration, Memory Stores (research preview) | references/research-preview.md |
| System prompt engineering for agents, cost monitoring, debugging, testing, silent failures | references/production-patterns.md |
| Rate limits, branding guidelines, common mistakes | SKILL.md |
Installation
Option 1 — Clone directly into
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11