Scaffold

Provision cloud infrastructure with Terraform, CloudFormation, or Pulumi and set up Docker Compose environments.

68|14|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/simota/agent-skills --skill scaffold-simota
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Scaffold
Source: https://github.com/simota/agent-skills/tree/main/scaffold
Command: npx skills add https://github.com/simota/agent-skills --skill scaffold-simota

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and management of both cloud infrastructure using Infrastructure as Code (IaC) and local development environments, ensuring consistency and reducing setup time.

Core Features & Use Cases

  • Cloud Infrastructure Provisioning: Designs and implements infrastructure using Terraform, CloudFormation, or Pulumi.
  • Local Development Environment Setup: Creates Docker Compose setups, configures environment variables, and streamlines developer onboarding.
  • Use Case: When starting a new project, use this Skill to define your AWS VPC, subnets, and managed databases with Terraform, and simultaneously set up a local Docker Compose file for your application's database and cache.

Quick Start

Use the Scaffold skill to provision a new AWS VPC with public and private subnets.

Frequently Asked Questions about Scaffold

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

FAQPage Schema
How do I automate cloud infrastructure provisioning with Terraform and Docker Compose?

Automate cloud infrastructure provisioning and local environment setup by designing Infrastructure as Code with Terraform, CloudFormation, or Pulumi, alongside Docker Compose configurations. This ensures consistent multi-cloud architecture and local development environments.

What is the best way to provision AWS VPCs and local development environments together?

Provision AWS VPCs, subnets, and managed databases by defining cloud resources with Infrastructure as Code tools like Terraform. Simultaneously, generate local Docker Compose files to configure application databases and caches.

Can I use Infrastructure as Code for multi-cloud architecture and local Docker Compose setups?

Yes, Infrastructure as Code supports multi-cloud architecture and local Docker Compose setups. It handles IaC design, environment provisioning, and secret management strategies across various project types including SaaS, E-commerce, and Dashboards.

Does this infrastructure provisioning approach handle secret management for SaaS and E-commerce projects?

Yes, infrastructure provisioning handles secret management strategies for various project types including SaaS, E-commerce, and Dashboards. It integrates secret management into the Infrastructure as Code design and environment provisioning workflow.

How do I set up a local development environment with Docker Compose for a new project?

Set up a local development environment by generating Docker Compose configurations and environment variables. This streamlines developer onboarding and ensures local infrastructure mirrors cloud resources provisioned via Infrastructure as Code.

When do I need Infrastructure as Code tools like Pulumi or CloudFormation for environment provisioning?

You need Infrastructure as Code tools like Pulumi, CloudFormation, or Terraform for environment provisioning when starting new projects. They automate cloud infrastructure creation, manage multi-cloud architecture, and ensure consistent setup across development environments.