agentcn

shadcn-style registry for production-ready agent recipes: copy an Eve or Flue agent into a project with one command, then customize the files in place.

What It Is

agentcn applies the Shadcn Registry Directory (Top Blocks) pattern to agents. Instead of installing a black-box package, a project imports recipe files through the shadcn CLI and then owns the resulting source. The registry currently targets Vercel Eve and Flue, making it a practical companion to the "agent is a directory of files" model. Source: agentcn site skill, 2026-06-30

Example install:

npx shadcn@latest add @agentcn/eve/deep-search

The visual artifact shows the site positioning: "Production-ready agents, made simple," with package-manager tabs and a shadcn add command for an Eve deep-search recipe. Source: local artifact wiki/assets/x-bookmarks/2068382433599439282/image-01.jpg, reviewed 2026-06-30

Recipe Surface

The registry is useful because the examples are concrete workflows rather than vague "agent" demos. The site lists recipes for deep search, CSV question generation, feedback summaries, meeting notes, PDF chat, flashcards from PDF, YouTube transcript Q&A, docs chatbots, database chat, GitHub PR review, Slack agents, Google Sheets, weather, docs expert, browser agents, workspace agents, and company-knowledge indexing. Source: agentcn docs index, 2026-06-30

That makes it a reference library for Kevin's agent brain:

  • use it to study portable recipe boundaries;
  • compare recipe folder shape against Vercel Eve and local capsules;
  • import a recipe only when the target project already wants Eve or Flue;
  • rewrite imported recipes into Kevin's skill/tool naming instead of leaving vendor-specific mental models everywhere.

Version Snapshot

As of 2026-06-30, GitHub reports shadcn-labs/agentcn as TypeScript, MIT licensed, created 2026-06-17, last pushed 2026-06-28, with 285 stars and 16 forks. Source: GitHub API, 2026-06-30


Timeline