forge-network

Design and provision cloud networking infrastructure with IaC outputs.

69|8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tonone-ai/tonone --skill forge-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-network
Source: https://github.com/tonone-ai/tonone/tree/main/team/forge/skills/forge-network
Command: npx skills add https://github.com/tonone-ai/tonone --skill forge-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams design and implement secure, scalable cloud networking infrastructure, covering VPCs, subnets, DNS, load balancers, and firewall rules to support multi-tier applications.

Core Features & Use Cases

  • VPC / Subnet Design: create isolated networks with public and private subnets and appropriate routing.
  • Security Boundaries: define firewall rules and segmentation to minimize blast radius.
  • Load Balancing & DNS: configure HTTPS termination, health checks, and authoritative/internal DNS records.
  • IaC-First Workflows: generate repeatable infrastructure definitions using Terraform, Pulumi, or similar tooling.
  • Use Case: design a two-tier web app with public frontend, private API, and restricted data access.

Quick Start

Provision a minimal VPC with public and private subnets, an internet gateway, and a basic load balancer for a two-tier application.

Frequently Asked Questions about forge-network

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

FAQPage Schema
How do I design a secure VPC with public and private subnets for a multi-tier application?

To design a secure VPC, you create isolated networks with public and private subnets and appropriate routing. This Skill provisions the VPC, configures security boundaries, and generates deterministic IaC output with clear security rationale for every network boundary.

Can I generate Terraform or Pulumi code for firewall rules and network segmentation?

Yes, you can generate repeatable IaC definitions using Terraform, Pulumi, or similar tooling. This Skill defines firewall rules and segmentation to minimize blast radius, delivering IaC-first workflows with deterministic infrastructure output for your cloud networking topology.

What is the best way to provision cross-region cloud networking infrastructure with compliance requirements?

The best way to provision cross-region cloud networking is by using IaC-driven topologies that apply compliance requirements to VPCs, subnets, and firewall rules. This Skill delivers deterministic IaC output with security rationale for boundaries, health checks, and DNS configuration.

Does this Skill support setting up a two-tier web app with restricted data access?

Yes, a primary use case is designing a two-tier web app with a public frontend, private API, and restricted data access. The Skill provisions a minimal VPC with public and private subnets, an internet gateway, and a basic load balancer to establish secure boundaries.

How do I configure load balancing and DNS for cloud networking infrastructure?

Cloud load balancing configuration includes HTTPS termination, health checks, and authoritative or internal DNS records. This Skill provisions load balancers and DNS configurations alongside VPCs, outputting IaC definitions that support multi-tier application traffic distribution.