build-agent
v0.1.0A single skill that builds AI-agent applications end-to-end — interview or detect the stack, then scaffold UI/UX, agent APIs, tools, tracking and gateways across 13+ agent frameworks including LangGraph, the Vercel AI SDK, the OpenAI and Claude Agent SDKs, Google ADK, Mastra, Pydantic AI, and more — always verifying against live docs before writing code.
by duyetMIT2updated 1 month ago
Source
git clone https://github.com/duyet/build-agentClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── skills/build-agent/SKILL.md
Skills1
Build an AI-agent application end-to-end — from an empty repo or an existing codebase. Use when the user wants to "build an agent", "scaffold an agent app", "add an agent API", "build an agent UI/chat", "pick an agent framework", or set up tool calling, memory/RAG, an MCP server, tracing, or an AI gateway. Interviews the user when requirements are unclear; detects the stack when a project already exists. Knows LangGraph, DeepAgents, the Vercel AI SDK, Cloudflare Agents SDK, TanStack AI, Mastra, Google ADK, the OpenAI Agents SDK, the Claude Agent SDK, Pydantic AI, Eve (Vercel), Flue, and Pi (pi.dev) — and when to skip a framework entirely. Always verifies against live official docs (Context7 / llms.txt / WebFetch) before writing code.
Manifests1
{
"name": "build-agent",
"version": "0.1.0",
"description": "A single skill that builds AI-agent applications end-to-end — interview or detect the stack, then scaffold UI/UX, agent APIs, tools, tracking and gateways across 13+ agent frameworks including LangGraph, the Vercel AI SDK, the OpenAI and Claude Agent SDKs, Google ADK, Mastra, Pydantic AI, and more — always verifying against live docs before writing code.",
"author": {
"name": "duyet",
"url": "https://github.com/duyet"
},
"homepage": "https://github.com/duyet/build-agent",
"repository": "https://github.com/duyet/build-agent",
"license": "MIT",
"keywords": [
"ai-agent",
"langgraph",
"ai-sdk",
"cloudflare-agents",
"google-adk",
"claude-agent-sdk",
"tanstack-ai",
"deepagents",
"openai-agents",
"mastra",
"pydantic-ai",
"agent-scaffold"
]
}