network-infrastructure

Design VPCs, subnets, routing tables, and secure connectivity solutions.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill network-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-infrastructure
Source: https://github.com/cornmanwtf/ABANG-COLEK/tree/main/skills/devops-infra/network-infrastructure
Command: npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill network-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the design and planning of robust network infrastructure, including Virtual Private Clouds (VPCs), subnets, routing, and secure connectivity solutions like VPNs and peering.

Core Features & Use Cases

  • VPC and Subnet Design: Create logically isolated network segments.
  • Routing Configuration: Define traffic flow within and between networks.
  • Secure Connectivity: Implement VPNs and peering for secure inter-network communication.
  • Use Case: Design a secure, multi-tier VPC architecture for a new web application, ensuring isolation between web servers, application servers, and databases, with controlled access from the internet and on-premises networks.

Quick Start

Design a secure VPC with public and private subnets for a web application.

Frequently Asked Questions about network-infrastructure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a secure multi-tier VPC architecture for a web application?

VPC design involves creating logically isolated network segments with public and private subnets to separate web, application, and database tiers. This ensures controlled internet access and secure traffic management across cloud environments.

What is the best way to configure routing tables for isolated cloud subnets?

Routing configuration defines explicit traffic flow rules within and between isolated cloud subnets. This manages inter-network communication and enforces network isolation while satisfying non-functional security and compliance requirements.

How does secure connectivity like VPN or peering work for inter-network communication?

Secure connectivity uses VPNs and network peering to establish encrypted channels between cloud environments and on-premises networks. This enables safe inter-network communication without exposing internal traffic to the public internet.

Can I use this approach to address network isolation and compliance requirements?

Yes, this approach addresses network isolation and compliance by selecting infrastructure patterns that segment traffic. It generates artifacts satisfying non-functional requirements for performance, security, and regulatory compliance in cloud environments.

When do I need to implement network peering instead of a VPN for cloud infrastructure?

You implement network peering for direct, low-latency routing between internal cloud networks, while VPNs secure traffic crossing public or on-premises boundaries. Peering manages internal inter-network communication, whereas VPNs encrypt external connectivity.