What problem does it solve? Setting up firewalls correctly is error-prone: a single misconfigured rule can lock you out of a server via SSH or expose sensitive services like databases to the public internet. This Skill provides tested rule patterns and safety checklists for host-based firewalls (UFW, nftables, iptables), cloud security groups (AWS, GCP, Azure), and Kubernetes NetworkPolicies. ## Core Features & Use Cases - Tool Selection Guidance: A decision framework helps you choose between UFW, nftables, iptables, firewalld, Security Groups, NACLs, and NetworkPolicies based on your platform and requirements. - Ready-to-Apply Rule Patterns: Copy-paste configurations for common scenarios including web servers, private databases, bastion hosts, DMZ architectures, and egress filtering. - Safety-First Workflow: Built-in checklists prevent lockouts by enforcing SSH access rules before enabling firewalls, plus troubleshooting guides for connectivity issues. - Use Case: You are deploying a three-tier web application on AWS and need Security Groups for the web, app, and database tiers, plus UFW rules on each host for defense-in-depth. This Skill provides the Terraform modules and host firewall configs for the entire architecture. ## Quick Start Ask the AI to configure a firewall for an Ubuntu web server that allows HTTP and HTTPS from anywhere but restricts SSH to your office IP address.