Agent Blueprints
12 production agents. Drop them in. Ship by Friday. Three SDK formats. Tool schemas, ADRs, evals included.
**12 production agents. Drop them in. Ship by Friday.**
Six production-ready AI agent blueprints — each with system prompts, tool schemas, few-shot examples, eval sets, deploy guides, and ADRs explaining the design choices. Code Review ships in three SDK formats out of the box: Claude Agent SDK, Vercel AI SDK, and OpenAI Assistants (Python).
v1.0 ships 6 agents. v1.1 (August 2026) adds 6 more — free update for owners.
The story behind it
## The agents
- **Code Review** — diff + repo context → structured findings (with tools: read_file, search_code, run_linter) - **PR Description** — diff + commits → conventional Markdown - **Document Q&A** — RAG-ready, with strict 'I don't know' refusal calibration - **Research Synthesizer** — N source documents → exec summary + named disagreements - **Test Generator** — source file → drop-in test file, flags bugs separately - **Lead Qualifier** — inbound message → fit/intent/urgency scores + routing
Every agent ships with an ADR documenting the design choices: tool budgets, severity tiers, output schemas, what we rejected and why. The 40-page Agent Patterns PDF is the methodology behind the library — single vs. multi-agent, tool-use vs. RAG, observability, cost budgeting, security, graceful degradation.
What's inside
- 6 production agent blueprints, named & opinionated
- Drop-in TypeScript & Python — no pseudocode
- Each agent: tool schemas, few-shots, evals, ADR
- Claude Agent SDK · Vercel AI SDK · OpenAI Assistants
- 40-page Agent Patterns PDF — when to use what
- Commercial license, lifetime updates (+6 agents in Aug)
▸ agent-blueprints/▸ agents/▸ code-review/· system-prompt.md 2.8KB· tools.schema.json 1.4KB· examples.jsonl 3.0KB· evals.jsonl 4.3KB· DEPLOY.md 2.6KB· ADR.md 3.7KB▸ vercel-ai/▸ claude-sdk/▸ openai-py/▸ pr-description/▸ document-qa/▸ research-synthesizer/▸ test-generator/▸ lead-qualifier/· agent-patterns.md 12.5KB▸ video-scripts/· CHANGELOG.md· LICENSE.md· README.md