Cloud Network Architecture Designer
A decision-framework skill for designing cloud networks: VPC topology, subnet strategy, zero trust, and hybrid connectivity.
Web & APIIntermediate★ 516⑂ 73AI score 8/10Last updated: Dec 11, 2025
What it does
Applies proven network architecture patterns across AWS, GCP, and Azure with explicit selection criteria.
- Pattern selection: Flat single VPC, isolated multi-VPC, hub-and-spoke (Transit Gateway), full mesh peering, or hybrid — chosen via a decision tree based on VPC count, latency, and inspection needs.
- Subnet & CIDR design: public/private/database tiers, multi-AZ distribution, non-overlapping CIDR sizing rules.
- Security controls: security groups vs. NACLs, microsegmentation, IAM-based access, and zero trust tenets.
- Hybrid connectivity: VPN vs. Direct Connect/ExpressRoute/Cloud Interconnect, plus Transit Gateway combinations.
- Cost & observability: NAT Gateway strategies, VPC endpoints, Flow Logs monitoring and alerting.
Who it's for
- Infrastructure and platform engineers designing VPC/VNet topology for a new cloud environment
- Teams migrating from a flat network to environment-segmented architecture
- Engineers planning on-premises to cloud hybrid connectivity
- Architects who need a quick cross-cloud mapping of networking concepts
Examples
- "Three environments, on-prem connectivity, ~20 VPCs expected" → get a hub-and-spoke Transit Gateway design plus a CIDR allocation plan.
- "Our NAT Gateway bill is out of control" → get recommendations for VPC endpoints, a centralized egress VPC, and single-NAT dev environments.
- "We need network segmentation for compliance" → get a microsegmented security group architecture and a Flow Logs monitoring checklist.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/ancoleman/ai-design-components/HEAD/skills/architecting-networks/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/architecting-networks folder from the GitHub repo ancoleman/ai-design-components into my ~/.claude/skills/architecting-networks/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ancoleman/ai-design-components.git /tmp/ai-design-components && mkdir -p ~/.claude/skills && cp -r /tmp/ai-design-components/skills/architecting-networks ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repository:
git clone https://github.com/ancoleman/ai-design-components.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy this skill only:
cp -r ai-design-components/skills/architecting-networks ~/.claude/skills/ - Verify with
ls ~/.claude/skills/architecting-networks— you should see SKILL.md plus references/ and scripts/. - Restart Claude Code and ask something like "design a VPC topology for our multi-account setup" to trigger the skill.
View source on GitHub ↗License: MIT