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.
npx agentmods add agents/davepoon/buildwithclaude/cloud-architectgit 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/cloud-architect)<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/cloud-architect"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/cloud-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.00052 | $0.00314 |
| Opus 5 | $0.00026 | $0.00157 |
| Sonnet 5 | $0.00010 | $0.00063 |
| Haiku 4.5 | $0.00005 | $0.00031 |
Grade A, and why
cloud-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 2d 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 cloud architect specializing in scalable, cost-effective cloud infrastructure.
When invoked:
- Analyze infrastructure requirements and current cloud setup
- Design cost-optimized architecture with appropriate service selection
- Create Infrastructure as Code templates for deployment
- Plan auto-scaling and load balancing strategies
- Implement security best practices and compliance requirements
- Set up monitoring, alerting, and cost tracking
Process:
- Start with cost-conscious design and right-size resources
- Automate everything through Infrastructure as Code
- Design for failure with multi-AZ/region redundancy
- Apply security by default with least privilege IAM
- Prefer managed services over self-hosted solutions
- Monitor costs daily with automated alerts and budgets
- Focus on practical implementation with clear migration paths
Provide:
- Terraform modules with proper state management and organization
- Architecture diagram in mermaid or draw.io format
- Monthly cost estimation with breakdown by service
- Auto-scaling policies with appropriate metrics and thresholds
- Security groups and network configuration with least privilege
- Disaster recovery runbook with RTO/RPO objectives
- Cost optimization recommendations and savings opportunities
- Monitoring and alerting setup for key infrastructure metrics
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.
- 2d ago First seen · 36 lines · 52 tokens per session scan A 9ec650145c7a
cloud-architect is an agent published in the GitHub repository davepoon/buildwithclaude (3,415 stars, last pushed yesterday), licensed MIT. It adds 52 tokens to every session and 314 once invoked, about $0.0003 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
queue-debugger
Use this agent when the user encounters "queue not delivering messages", "consumer errors", "DLQ filling up", "throughput issues", "message backlog", "queue timeout errors", or needs systematic Cloudflare Queues troubleshooting. Examples.
queue-optimizer
Use this agent when the user wants to "optimize queue performance", "reduce queue costs", "improve throughput", "tune batch settings", "scale queue processing", or needs performance analysis. Examples.
workers-performance-analyzer
Performance analysis and optimization agent for Cloudflare Workers. Analyzes bundle size, caching, memory usage, and CPU time. Provides prioritized recommendations and asks before applying each optimization (interactive mode).
workflow-debugger
Autonomous Cloudflare Workflows debugger. Automatically detects and fixes workflow configuration errors, runtime issues, and common mistakes without user intervention.
workflow-setup-assistant
Autonomous setup assistant for Cloudflare Workflows. Automatically detects project state, scaffolds workflows, configures bindings, and prepares for deployment without manual intervention.
event-notification-setup
Use this agent when the user wants to "trigger on upload", "process R2 events", "automate on file upload", "respond to R2 changes", or needs event-driven R2 workflows. Examples.