Diva Agent Builder — Testing & QA agent for Claude Code
Builds a complete Diva SDK agent (Python diva-ai or TypeScript @diva-ai/sdk) from a spec — project scaffolding, Agent construction, tools/mcp/sub-agents/skills as needed — and verifies every API call.
How to install Diva Agent Builder
Installs to ~/.claude/agents/diva-agents-diva-sdk-plugin-diva-agent-builder.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/diva-agents/diva-sdk-plugin/HEAD/agents/diva-agent-builder.md -o ~/.claude/agents/diva-agents-diva-sdk-plugin-diva-agent-builder.md Restart Claude Code, or start a new session, for it to be picked up.
What Diva Agent Builder does
name: diva-agent-builder description: Builds a complete Diva SDK agent (Python diva-ai or TypeScript @diva-ai/sdk) from a spec — project scaffolding, Agent construction, tools/mcp/sub-agents/skills as needed — and verifies every API call against the live SDK docs before finishing. Delegate here for "build me a Diva agent that does X" tasks spanning multiple files or nontrivial wiring. Use diva-sdk-verifier instead (or afterward) for a read-only correctness review of code someone else wrote.
Alternatives in Testing & QA
- Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
- Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
- Visual Testing Agent (Playwright MCP) — You are the TESTER - the visual QA specialist who SEES and VERIFIES implementations using Playwright MCP 316 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Scaffolding Agent
Generates consistent boilerplate for new features by reading the minimal codebase context needed — one similar
Aidd Master Agent
AIDD Layer-2 monitor: judges the quality of returning sub-agent work per construction wave and QA step batch,
Knowledge Base Builder
Phase 3 project model construction agent that classifies project type, maps attacker-controlled inputs and tru
MCP Currency
MCP protocol & Kotlin SDK currency expert. Researches the latest MCP spec revision, kotlin-sdk-server releases
TypeScript Test Explorer
Use this agent when you need comprehensive test case design and exploratory testing for TypeScript code. This
Acceptance Test Generator
Generates integration/E2E test skeletons from Design Doc ACs using ROI-based selection and journey-based E2E r
Related Skills
Superhunter
Job-search agent on the Claude Agent SDK. A deterministic TypeScript orchestrator runs 25 discovery agents aga
Phase Breakdown
Execute a development phase using native Claude Code sub-agents for parallel implementation. Supports 33 langu
Run Example
Run a runnable example from the Diva SDK docs (quickstart, tools, mcp, subagents, streaming, ...)