pulumi-infrastructure

Scaffold a Pulumi TypeScript project for Google Cloud Platform infrastructure.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mkrlabs/specflow --skill pulumi-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pulumi-infrastructure
Source: https://github.com/mkrlabs/specflow/tree/main/examples/.claude/skills/pulumi-infrastructure
Command: npx skills add https://github.com/mkrlabs/specflow --skill pulumi-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Scaffolds a complete Pulumi TypeScript project for Google Cloud Platform infrastructure, giving teams a repeatable starting point and clean separation of infrastructure code from application logic.

Core Features & Use Cases

  • Generates a full infrastructure scaffold including Pulumi.yaml, package.json, tsconfig.json, and an index.ts that wires multiple resource modules.
  • Provides modular resource templates for Cloud Run, Cloud SQL, Artifact Registry, Redis, Storage, and networking, plus a ready-to-run CI/CD scaffold and development isolation.
  • Use Case: quickly bootstrap a new GCP project with a maintainable IaC layer and clear project structure to support consistent deployments.

Quick Start

Run the scaffold script to generate the infrastructure skeleton and begin implementing your Pulumi-based GCP setup.

Frequently Asked Questions about pulumi-infrastructure

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

FAQPage Schema
How do I scaffold a Pulumi TypeScript project for GCP infrastructure?

Scaffolding a Pulumi TypeScript project for GCP generates a structured layout with resource modules for Cloud Run, Cloud SQL, and networking, ensuring clean separation of infrastructure code from application logic for repeatable deployments.

What GCP resources are included in a standard infrastructure-as-code scaffold?

A standard GCP infrastructure-as-code scaffold includes modular templates for Cloud Run, Cloud SQL, Artifact Registry, Redis, Storage, and networking, plus a ready-to-run CI/CD scaffold to support consistent deployments.

Can I use this Pulumi scaffold for per-repo infrastructure automation?

Yes, you can use this Pulumi scaffold for per-repo infrastructure automation. It provides an isolated development setup and clear guidance to wire and deploy stacks in a clean, repeatable way across repositories.

How do I manage Google Cloud Platform deployments with infrastructure-as-code?

Managing Google Cloud Platform deployments with infrastructure-as-code uses Pulumi TypeScript to define modular resources like Cloud Run and Cloud SQL, enabling repeatable starting points and consistent project structures.

Does the scaffold include CI/CD tooling for Cloud Run infrastructure?

Yes, the scaffold includes CI/CD tooling for Cloud Run infrastructure. It delivers a ready-to-run CI/CD scaffold alongside modular resource templates to support consistent, automated deployments.

What is the best way to structure a Pulumi project for Google Cloud Platform?

The best way to structure a Pulumi project for Google Cloud Platform is using a modular layout that separates resource modules for Cloud Run, Cloud SQL, and Storage from application logic, providing a maintainable IaC layer.