rr-pulumi

Define and deploy cloud infrastructure across AWS and Kubernetes using TypeScript, Python, or Go.

54|9|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/roderik/ai-rules --skill rr-pulumi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rr-pulumi
Source: https://github.com/roderik/ai-rules/tree/main/.claude/skills/rr-pulumi
Command: npx skills add https://github.com/roderik/ai-rules --skill rr-pulumi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pulumi, aws-cli, kubernetes-cli, and includes references (resource) components.

What problem does it solve?

This Skill automates the definition and deployment of cloud infrastructure across AWS, Kubernetes, and other providers using familiar programming languages, streamlining DevOps workflows and reducing manual configuration errors.

Core Features & Use Cases

  • Infrastructure-as-Code (IaC): Define cloud resources using TypeScript, Python, Go, or other languages, enabling version control and code reviews.
  • Multi-Cloud & Kubernetes: Manage infrastructure across various cloud providers and orchestrate Kubernetes deployments with a unified approach.
  • State Management & CI/CD: Handles state, configuration, and integrates seamlessly into continuous integration and deployment pipelines.
  • Use Case: Define and deploy a new AWS S3 bucket and an EC2 instance using TypeScript, managing all infrastructure as code and integrating it into your CI/CD pipeline.

Quick Start

Create a new Pulumi project in TypeScript to deploy an AWS S3 bucket.