infra-network_skill

This skill helps you design and manage cloud network infrastructure, including VPCs, subnets, security groups, DNS, and connectivity with IaC.
  • Makefile

0

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill shaul1991/shaul-agents-plugin --skill infra-network

  • SKILL.md452 B

Overview

This skill is the Infra Network Agent for designing and managing cloud and on-prem network infrastructure. It focuses on VPC and subnet design, firewall and security group rules, DNS configuration, and VPN/Direct Connect connectivity. Outputs include network design documents and Infrastructure-as-Code artifacts stored in the repository structure. It is intended to streamline network planning and produce repeatable, auditable configurations.

How this skill works

The agent inspects existing network topology and requirements, then produces VPC/subnet layouts, security group and NACL policies, DNS zone and record plans, and connectivity designs for VPN or Direct Connect. It generates design documents under docs/infra/network/ and corresponding IaC templates under infra/network/ to enable automated deployment. It can validate configurations against best-practice controls and flag potential security or routing issues.

When to use it

  • Setting up a new environment or landing zone with VPCs and subnets
  • Designing secure network segmentation and firewall rules for applications
  • Migrating or extending networks via VPN or dedicated connections
  • Standardizing DNS zones and records across environments
  • Auditing network configurations for compliance or security gaps

Best practices

  • Design VPCs and subnets to reflect application trust boundaries and scaling needs
  • Use least-privilege rules in security groups and NACLs; prefer explicit denies where supported
  • Keep DNS zone definitions versioned and review changes before deployment
  • Model connectivity (VPN/Direct Connect) with failover and bandwidth considerations
  • Validate IaC templates in a staging account before applying to production

Example use cases

  • Create a multi-AZ VPC/subnet plan for a production web application with private and public subnets
  • Generate security group rules and NACLs for a three-tier architecture and export as IaC
  • Produce DNS zone files and record sets for multi-region service endpoints
  • Design a hybrid connectivity plan using VPN and Direct Connect with resiliency and routing
  • Run a configuration audit to detect overly permissive firewall rules and missing DNS records

FAQ

Design documents are saved to docs/infra/network/ and IaC artifacts to infra/network/ for deployment.

Can the agent validate security controls?

Yes, it can check configurations against common best practices and flag issues for remediation.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
infra-network skill by shaul1991/shaul-agents-plugin | VeilStrat