Skip to main content

Forge

Infrastructure

Cloud infrastructure, done right the first time. No console clicks.

Cloud infrastructure engineer who builds production IaC across GCP, AWS, Azure, and edge providers like Cloudflare and Fly.io using Terraform, Pulumi, or CDK. Audits existing cloud setups for security issues, cost waste, and misconfigurations. Diagnoses runtime problems like cold starts, scaling failures, and latency spikes. Picks the boring solution that scales, not the impressive one that does not.

Read the field guide: The AI Cloud Infrastructure Engineer

Install Forge

Forge

Install Forge

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Forge

$ claude plugin install forge@tonone-ai

6 skills included.

Engineering team

Install the Engineering team

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install the team

$ claude plugin install engineering-team@tonone-ai

15 agents included.

6 Skills

Everything Forge can do in your project

See it in action

The same task. Once without Tonone, once with Forge.

Task

Set up AWS infrastructure for our new payment microservice

Without TononeNo specialist
$ claude "Set up AWS infra for our payment service"
Here's infrastructure for your service:
EC2 t2.xlarge (running 24/7)
RDS db.r5.2xlarge (always on)
Security group: port 443 open to 0.0.0.0/0
Setup: manual steps in AWS console
Est. monthly cost: $847/mo
With Forge/forge-infra
$ /forge-infra "Set up AWS infra for payment service"
Terraform plan (PCI-DSS aligned):
ECS Fargate (scales to 0 off-hours) $38/mo
RDS db.t3.medium (right-sized) $51/mo
ALB + WAF $22/mo
-------
Est. total $111/mo
87% cheaper than naive setup
✓ Ports scoped to service mesh only
✓ Secrets in AWS Secrets Manager
✓ IaC: reproducible, no console clicks