administering-linux
Manage Linux systems covering systemd services, process management, filesystems, networking, performance tuning, and troubleshooting. Use when deploying…
Design cloud network architectures with VPC patterns, subnet strategies, zero trust principles, and hybrid connectivity. Use when planning VPC topology, implementing multi-cloud networking, or establishing secure network segmentation for cloud workloads.
$ npx -y skills add ancoleman/ai-design-components --skill architecting-networks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/architecting-networksContext preview
The summary Claude sees to decide when to auto-load this skill.
Design cloud network architectures with VPC patterns, subnet strategies, zero trust principles, and hybrid connectivity. Use when planning VPC topology, implementing multi-cloud networking, or establishing secure network segmentation for cloud workloads.
name: architecting-networks description: Design cloud network architectures with VPC patterns, subnet strategies, zero trust principles, and hybrid connectivity. Use when planning VPC topology, implementing multi-cloud networking, or establishing secure network segmentation for cloud workloads.
Design secure, scalable cloud network architectures using proven patterns across AWS, GCP, and Azure. This skill provides decision frameworks for VPC design, subnet strategy, zero trust implementation, and hybrid connectivity.
Invoke this skill when:
**Use When:** Small applications, single environment, simple security requirements, team < 10 engineers
**Characteristics:**
**Tradeoffs:**
**Use When:** Multiple environments (dev/staging/prod), strong isolation requirements, compliance mandates separation
**Characteristics:**
**Tradeoffs:**
**Use When:** 5+ VPCs need communication, centralized security inspection required, hybrid connectivity, multi-account setup
**Characteristics:**
**Tradeoffs:**
**Use When:** Small number of VPCs (< 5), low latency critical, no centralized inspection needed
**Characteristics:**
**Tradeoffs:**
**Use When:** Large enterprise with diverse requirements, balancing cost/performance/security
**Characteristics:**
**Tradeoffs:**
Number of VPCs? │ ├─► 1 VPC → Flat (Single VPC) ├─► 2-4 VPCs + No inter-VPC communication → Multi-VPC (Isolated) ├─► 2-5 VPCs + Low latency critical → Full Mesh (VPC Peering) ├─► 5+ VPCs + Centralized inspection → Hub-and-Spoke (Transit Gateway) └─► 10+ VPCs + Mixed requirements → Hybrid (Multi-Pattern) Additional Considerations: ├─► Hybrid connectivity required? → Hub-and-Spoke preferred ├─► Centralized egress/inspection? → Hub-and-Spoke with Inspection VPC ├─► Multi-account environment? → Hub-and-Spoke with AWS RAM sharing └─► Cost optimization priority? → Flat or Multi-VPC (avoid TGW fees)
**Public Subnets:**
**Private Subnets:**
**Database Subnets:**
**Production:** Distribute each tier across 3 Availability Zones minimum **Dev/Test:** 1-2 AZs acceptable for cost savings
**VPC Sizing:**
**Critical Rules:**
For detailed subnet planning, see `references/subnet-strategy.md`
Cost vs Resilience?
│
├─► Cost Priority (Dev/Test)
│ └─► Single NAT Gateway (~$32/month)
│ └─► Risk: Single point of failure
│
├─► Balanced (Most Production)
│ └─► One NAT Gateway per AZ (~$96/month for 3 AZs)
│ └─► Resilience: AZ failure doesn't break connectivity
│
└─► Maximum Resilience
└─► Multiple NAT Gateways per AZ + monitoring
└─► Critical workloads, SLA-dependent
Alternative: Centralized Egress Pattern
└─► Hub-and-Spoke: Single egress VPC with NAT
└─► Reduces NAT Gateway count, centralized logging**No Outbound Internet Needed?**
**Characteristics:**
**Use For:**
**Best Practices:**
Comprehensive UI/UX and Backend component design skills for AI-assisted development with Claude
Repo: ancoleman/ai-design-components
Manage Linux systems covering systemd services, process management, filesystems, networking, performance tuning, and troubleshooting. Use when deploying…
Data pipelines, feature stores, and embedding generation for AI/ML systems. Use when building RAG pipelines, ML feature serving, or data transformations.…
Strategic guidance for designing modern data platforms, covering storage paradigms (data lake, warehouse, lakehouse), modeling approaches (dimensional,…
Design comprehensive security architectures using defense-in-depth, zero trust principles, threat modeling (STRIDE, PASTA), and control frameworks (NIST CSF,…
Assembles component outputs from AI Design Components skills into unified, production-ready component systems with validated token integration, proper import…
Builds AI chat interfaces and conversational UI with streaming responses, context management, and multi-modal support. Use when creating ChatGPT-style…