vercel-labsvercel-labsOfficialยท1 Agent Skills Included

claude-managed-agents-starter

Build managed agent chat apps with durable workflows

Builds a full-stack web app for running managed agent sessions with sign-in, chat, and live transcripts. Replaces fragile client-side streaming with a durable polling workflow that saves every event to Postgres. Ships ready-made skills for the Claude API and Vercel Workflow SDK so coding agents write correct code faster.
npx skills add vercel-labs/claude-managed-agents-starter --all -g -y
Available:

Gives your coding agent the project rules, architecture map, and constraints (pnpm only, no streaming, direct Anthropic SDK usage) so it modifies this Next.js app correctly without breaking conventions.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’