·cloudformation-to-pulumi
</>

cloudformation-to-pulumi

Convert an AWS CloudFormation stack or template to Pulumi. This skill MUST be loaded whenever a user requests migration or conversion of CloudFormation to Pulumi.

156Installs·7Trend·@pulumi

Installation

$npx skills add https://github.com/pulumi/agent-skills --skill cloudformation-to-pulumi

How to Install cloudformation-to-pulumi

Quickly install cloudformation-to-pulumi AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/pulumi/agent-skills --skill cloudformation-to-pulumi
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: pulumi/agent-skills.

SKILL.md

View raw

If you have already generated a migration plan before loading this skill, you MUST:

If the user has not provided a CloudFormation template, you MUST fetch it from AWS using the stack name.

If user provided a template file: Read the template directly.

Convert an AWS CloudFormation stack or template to Pulumi. This skill MUST be loaded whenever a user requests migration or conversion of CloudFormation to Pulumi. Source: pulumi/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pulumi/agent-skills --skill cloudformation-to-pulumi
Category
</>Dev Tools
Verified
First Seen
2026-02-18
Updated
2026-03-10

Browse more skills from pulumi/agent-skills

Quick answers

What is cloudformation-to-pulumi?

Convert an AWS CloudFormation stack or template to Pulumi. This skill MUST be loaded whenever a user requests migration or conversion of CloudFormation to Pulumi. Source: pulumi/agent-skills.

How do I install cloudformation-to-pulumi?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pulumi/agent-skills --skill cloudformation-to-pulumi Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/pulumi/agent-skills