cloud-design-patterns

cloud-design-patterns is a skill for Claude Code, Codex from PracticalSwan/agent-skills. It costs 42 tokens per session (1,384 once invoked), scanned A, original, MIT.

A guide for choosing and comparing design patterns for cloud and distributed systems. These are software arrangements for handling concerns such as reliability, scaling, messaging, security, and migration across multiple services or machines.

In plain words
What is it for?
Use it when designing or reviewing cloud architecture, selecting patterns, preparing an architecture decision record, or planning a migration or distributed workload.
Why use it?
It helps teams compare architecture options and understand trade-offs before committing to a design. It connects a workload's main problem to suitable patterns and records why a choice fits.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/practicalswan/agent-skills/cloud-design-patterns
Any agent
npx skills add PracticalSwan/agent-skills --skill cloud-design-patterns
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for cloud-design-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/practicalswan/agent-skills/cloud-design-patterns.svg)](https://agentmods.dev/skills/practicalswan/agent-skills/cloud-design-patterns)
Your own site
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/cloud-design-patterns"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/cloud-design-patterns.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,384 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.01384
Opus 5 $0.00021 $0.00692
Sonnet 5 $0.00008 $0.00277
Haiku 4.5 $0.00004 $0.00138

Measured today against content hash 240aea733076, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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 today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/pattern-shortlist.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

cloud-design-patterns/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cloud Design Patterns

Use proven distributed-systems patterns to choose safer architectures and surface trade-offs early.

  • Leverage native parallel subagent dispatch and 200k+ context windows where available.

When to Use

Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.

  • You are designing or reviewing a cloud or distributed-system architecture.
  • A workload has reliability, latency, scaling, messaging, migration, or security concerns.
  • You need to shortlist patterns before writing an ADR, design doc, or implementation plan.
  • You want a technology-agnostic pattern discussion before choosing platform services.

Pattern Selection Workflow

  1. State the main workload goal and the main constraint.
  2. Identify the top concerns: reliability, performance, messaging, migration, deployment, security, or eventing.
  3. Use the concern-to-pattern map below to shortlist candidates.
  4. Compare trade-offs instead of looking for a single perfect pattern.
  5. Document why the chosen pattern fits the workload better than the obvious alternatives.

Concern-To-Pattern Map

Concern Common patterns Reference
reliability and fault tolerance Bulkhead, Circuit Breaker, Retry, Health Endpoint Monitoring, Saga Reliability And Resilience
performance and scale Cache-Aside, CQRS, Queue-Based Load Leveling, Rate Limiting, Sharding Performance
messaging and workflow coordination Publisher-Subscriber, Pipes and Filters, Competing Consumers, Choreography Messaging And Integration
architecture boundaries and API shape Anti-Corruption Layer, Backends for Frontends, Gateway patterns, Sidecar, Strangler Fig Architecture And Design
deployment and operations Deployment Stamps, External Configuration Store, Geode, Static Content Hosting Deployment And Operational
security and controlled access Federated Identity, Quarantine, Valet Key Security
event sourcing and auditability Event Sourcing Event-Driven

Read the full file on GitHub · 121 lines

Changes

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.

  1. today Changed 240aea733076
  2. 4d ago First seen · 121 lines · 42 tokens per session scan A 88b320bb9ab1

Subscribe to this mod's changes

cloud-design-patterns is a skill published in the GitHub repository PracticalSwan/agent-skills (13 stars, last pushed 3d ago), licensed MIT. It adds 42 tokens to every session and 1,384 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-08-30.

Related

Other skills, from other repositories

azure-diagrams

Comprehensive technical diagramming toolkit for solutions architects, presales, and developers. Creates Azure architecture diagrams (800+ Azure service icons), business process flows (swimlanes, workflows), ERD diagrams (database schemas), project timelines, UI wireframes, and network topology diagrams. Perfect for…

cmb211087/azure-diagrams-skill · 85 tokens

design-expert

Expert-level system design, architecture patterns, scalability, and distributed systems.

personamanagmentlayer/pcl · 17 tokens

architecture-diagrams

Turn a natural-language cloud architecture description into an editable diagram whose nodes are official vendor service icons (Azure, AWS, GCP, Kubernetes), exported as PDF, draw.io, or VSDX (Lucid-importable). Use when the user asks to draw, diagram, or visualize a cloud/system architecture, or to produce a…

bharathgnana/archdiagram · 85 tokens

design-patterns-expert

Comprehensive knowledge of all 23 Gang of Four design patterns with progressive disclosure (Quick/Practical/Deep), pattern recognition for problem-solving, and philosophy-aligned guidance to prevent over-engineering.

rysweet/amplihack · 49 tokens

oci-drawio-icon-native

Build and validate OCI draw.io diagrams in icon-native mode so they never depend on mxgraph.oci. runtime libraries. Use when authoring or fixing Oracle Cloud architecture diagrams in draw.io that must render portably.

frankxai/claude-skills-library · 52 tokens

software-patterns

Decision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture.

bobmatnyc/claude-mpm · 43 tokens