Agent Plugins Marketplace
All plugins

build-agent

v0.1.0

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.

Claude Code1 Skill

By duyetLicense: MIT2 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jul 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install build-agent for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install build-agent@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/duyet/build-agent

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

build-agent/
├── .claude-plugin/plugin.json
└── skills/build-agent/SKILL.md

Included Skills1

build-agentskills/build-agent/SKILL.md

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.

Plugin manifests1

.claude-plugin/plugin.json
{
  "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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[build-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/build-agent)