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 skills/ulises-jeremias/agent-toolkit/cloud-design-patternsnpx skills add ulises-jeremias/agent-toolkit --skill cloud-design-patternsgit clone --depth 1 https://github.com/ulises-jeremias/agent-toolkitWrote 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/skills/ulises-jeremias/agent-toolkit/cloud-design-patterns)<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/cloud-design-patterns"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/cloud-design-patterns.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 | $0.00065 | $0.00604 |
| Opus 5 | $0.00032 | $0.00302 |
| Sonnet 5 | $0.00013 | $0.00121 |
| Haiku 4.5 | $0.00006 | $0.00060 |
Grade A, and why
cloud-design-patterns 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 5d 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
Cloud Design Patterns (WHAT — vendor-neutral)
Sources (2026-08-12): AWS Well-Architected https://docs.aws.amazon.com/wellarchitected/latest/framework/the-pillars-of-the-framework.html (6 pillars), https://aws.amazon.com/architecture/well-architected/; abstracted from Azure Architecture Center cloud design patterns (Circuit Breaker, CQRS, Sidecar etc.) per §43 — do NOT dump Azure catalog verbatim; https://docs.microsoft.com/en-us/azure/architecture/patterns/.
Pack: Vendor-neutral
architecturecore (architect + ADR + TRD + threat-model + mermaid (+ C4)) stays AWS-neutral.cloud-architectureis optional pack/docs-only that composescloud-design-patterns + aws-well-architected-review + mermaidon top ofarchitecture. Seedocs/cloud/research-384-candidates.mdfor ADOPT/REJECT + pack semantics (ADR-0003).
When to use
- Designing distributed system (retry, bulkhead, leader election, saga, event sourcing) without vendor lock.
- Need mapping to AWS/GCP/Azure primitives without dumping provider-specific dump.
Instructions
- Select pattern from minimal catalog (abstracted):
Retry/Backoff,Bulkhead,Circuit Breaker,CQRS,Event Sourcing,Saga,Sidecar,Strangler Fig,Leader Election,Throttling. - Evaluate via Well-Architected lenses: operational excellence, security, reliability, performance, cost, sustainability.
- Map to primitives: e.g.,
Retry→ AWSSQS+Lambdaretry, GCPCloud Tasks, AzureService Bus;Circuit Breaker→Resilience4j/Polly/AWS App Mesh. - Reference
aws-well-architected-reviewfor pillar check when on AWS; otherwise keep vendor-neutral.
Anti-patterns
- Do not paste Azure pattern dump verbatim — abstract.
- Do not conflate generic pattern with Terraform/K8s/Helm deployment (those are
official CLIterraform/kubectl/helm— see research).
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.
- 5d ago First seen · 39 lines · 65 tokens per session scan A 60e4d70ada55
cloud-design-patterns is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 604 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-08-30.
Other skills, from other repositories
remote-logs
Use when debugging a deployed app backend. Explains how to fetch build logs and runtime logs using the fusebase remote-logs command. Only applicable to apps with a backend/ folder. For local development, use dev-debug-logs skill instead.
iblai-api-infrastructure
Deploy and self-host the ibl.ai platform infrastructure — AWS single/multi-server architecture, the golden-AMI staging launch pipeline, the iblai-infra-cli (Terraform + Ansible) provisioner, edX LMS SSO identity providers (Google/Microsoft/Apple/OpenID Connect), and standing up OpenClaw/NemoClaw agent-sandbox gateway…
release-deploy-reporting
Use ONLY when verification passed AND operator explicitly says "prepare deploy" / "draft deploy" / "ship it"; drafts deploy handoff, captures deploy hash + probes + smoke, advises spec DRAFT→DONE flip. Do NOT auto-invoke; operator triggers explicitly.
unity-bridge
Remote-control Unity Editor via file-based IPC — 65 tools covering scene management, GameObject/component CRUD, asset operations, prefab editing, script execution, profiling, light probes, screenshot, runtime query/invoke, package management, and more.
tencentcloud-cos
Manage Tencent Cloud COS (Cloud Object Storage) buckets and objects. Use whenever the user asks about COS / 对象存储 / Tencent Cloud bucket operations: list buckets, list objects, upload, download, delete, pre-signed URLs, calculate bucket size (du), batch delete with prefix, copy objects between keys. Backed by the…
tencentcloud-dns
Manage DNS records on DNSPod (Tencent Cloud's DNS service). Use when the user asks to add / update / delete A / AAAA / CNAME / MX / TXT / NS / SRV / CAA records, list records for a domain, search records, add ACME challenge / SPF / DKIM / domain-verification TXT records. Backed by the official tencentcloud-sdk-python…