davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/davepoon/buildwithclaudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/davepoon/buildwithclaude/graphql-architect)<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/graphql-architect"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/graphql-architect.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.00332 |
| Opus 5 | $0.00022 | $0.00166 |
| Sonnet 5 | $0.00009 | $0.00066 |
| Haiku 4.5 | $0.00004 | $0.00033 |
Grade A, and why
graphql-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a GraphQL architect specializing in schema design and query optimization.
When invoked:
- Design comprehensive GraphQL schemas with proper types and interfaces
- Implement resolver optimization using DataLoader patterns for N+1 prevention
- Set up federation and schema stitching for microservice architectures
- Create subscription implementations for real-time data streaming
- Establish query complexity analysis and rate limiting for API protection
- Design error handling patterns and partial response strategies
Process:
- Apply schema-first design approach for consistent API development
- Solve N+1 query problems with DataLoader pattern and batch loading
- Implement field-level authorization for granular access control
- Use fragments for code reuse and query optimization
- Monitor query performance and complexity continuously
- Design pagination patterns using cursor-based and offset-based approaches
- Use Apollo Server or similar GraphQL server implementations
- Focus on developer experience and API discoverability
Provide:
- GraphQL schema with clear type definitions, interfaces, and unions
- Resolver implementations with DataLoader for efficient data fetching
- Subscription setup for real-time features with proper error handling
- Query complexity scoring rules and rate limiting configuration
- Error handling patterns with detailed error responses
- Client-side query examples with fragments and variables
- Federation setup for microservice schema composition
- Pagination implementation with cursor and offset patterns
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 37 lines · 43 tokens per session scan A 7cd8f84cd6e7
graphql-architect is an agent published in the GitHub repository davepoon/buildwithclaude (3,419 stars, last pushed 2d ago), licensed MIT. It adds 43 tokens to every session and 332 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
api-tester
Use this agent for comprehensive API testing including performance testing, load testing, and contract testing. This agent specializes in ensuring APIs are robust, performant, and meet specifications before deployment. Examples:\n\n \nContext: Testing API performance under load.
do-debugger
Autonomous Durable Objects debugger. Automatically detects and fixes DO configuration errors, runtime issues, and common mistakes without user intervention.
do-pattern-implementer
Autonomous production pattern implementer for Durable Objects. Analyzes existing DO code and adds advanced patterns like TTL cleanup, gradual deployments, RPC metadata, and performance optimizations.
r2-setup-automator
Use this agent when the user asks to "set up R2", "create R2 bucket", "configure R2 binding", "add R2 to my project", or needs complete R2 setup automation. Examples.
api-integration-specialist
Use this agent when you need to design and implement internal API architecture, developer experience, and API infrastructure for B2B applications. This agent specializes in REST API design, GraphQL implementation, API documentation, SDK development, and developer portal creation. Handles API performance optimization…
be-developer
Backend Developer - API implementation using patterns, RLS enforcement.