claude-managed-agents-starter
Build managed agent chat apps with durable workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-managed-agents-starter?โผ
Run `npx skills add vercel-labs/claude-managed-agents-starter --all -g -y` in your terminal to install all skills in this suite globally.
What does this starter template build?โผ
It is a Next.js 16 app where users sign in with Vercel, create managed agent sessions, send messages, and watch results appear in a chat transcript stored in Postgres.
How does it handle long-running agent sessions?โผ
A durable Workflow SDK process polls the Anthropic events API every 10 seconds and saves results to the database, so nothing is lost if the browser closes or the server restarts.
Which skills are included in this repository?โผ
It bundles a claude-api skill for writing correct Anthropic SDK code and a workflow skill for building durable, resumable Vercel Workflow SDK functions.
Do I need to know the Anthropic SDK to use it?โผ
No. The included skills teach your coding agent the correct SDK patterns, model IDs, and workflow syntax, so you can describe changes in plain English.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core