·pulumi-cdk-to-pulumi
</>

pulumi-cdk-to-pulumi

Convert an AWS CDK application to Pulumi. This skill MUST be loaded whenever a user requests migration or conversion of a CDK application to Pulumi.

160Installs·7Trend·@pulumi

Installation

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

How to Install pulumi-cdk-to-pulumi

Quickly install pulumi-cdk-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 pulumi-cdk-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 a user-provided CDK project is incomplete, ambiguous, or missing artifacts (such as cdk.out), ask targeted questions before generating Pulumi code.

Running AWS commands (e.g., aws cloudformation list-stack-resources) and CDK commands (e.g. cdk synth) requires credentials loaded via Pulumi ESC.

You MUST confirm the AWS region with the user. The cdk synth results may be incorrect if ran with the wrong AWS Region.

Convert an AWS CDK application to Pulumi. This skill MUST be loaded whenever a user requests migration or conversion of a CDK application 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 pulumi-cdk-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 pulumi-cdk-to-pulumi?

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

How do I install pulumi-cdk-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 pulumi-cdk-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