What problem does it solve? Network outages and performance degradation are hard to isolate because failures can occur at any layer — interface, routing, firewall, DNS, MTU, or cloud security rules. This Skill provides CCIE-level troubleshooting decision trees and command references so an agent can systematically isolate root causes instead of guessing. ## Core Features & Use Cases - Guided Decision Trees: Step-by-step escalation paths for connectivity failures, latency, packet loss, and DNS problems, with concrete commands like mtr, ss -ti, dig, and tcpdump at each branch. - AWS VPC Networking Diagnostics: Systematic 8-step checks covering Security Groups, NACLs, route tables, NAT Gateways, Transit Gateways, VPC peering, and load balancer health checks. - Deep Reference Material: Detailed references on firewall analysis (iptables, conntrack, SG/NACL semantics), routing troubleshooting (BGP, OSPF, TGW, asymmetric routing), and TCP internals (window sizing, retransmissions, keepalive, MSS/MTU). - Use Case: When users report intermittent timeouts to an internal service, walk the connectivity decision tree, verify SG/NACL rules on both subnets, check conntrack table utilization, and pinpoint whether the issue is a stateless NACL blocking ephemeral ports. ## Quick Start Use the network-engineer skill to diagnose why instances in subnet A cannot reach the database on port 5432 in subnet B.