pulumipulumiOfficialยท8 Agent Skills Included

agent-skills

Pulumi infrastructure authoring, migration, and provider maintenance

Guides infrastructure as code work with Pulumi, from writing programs and components to managing secrets with ESC. Converts Terraform, CDK, CloudFormation, and ARM templates into working Pulumi projects with zero-diff imports. Debugs failed deployments, upgrades providers safely, and audits package usage across stacks without manual guesswork.
npx skills add pulumi/agent-skills --all -g -y
Available:

Explains the four plugin groups, naming and trigger conventions, and how the agent should route user requests to the right Pulumi skill.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Pulumi Agent Skills?โ–ผ

Run `npx skills add pulumi/agent-skills --all -g -y` in your terminal to install all skills globally for your coding agent.

How to migrate Terraform to Pulumi?โ–ผ

The pulumi-terraform-to-pulumi skill translates HCL source code and imports your existing tfstate into a Pulumi stack, then iterates until the preview shows no differences.

Can it convert CloudFormation or CDK apps to Pulumi?โ–ผ

Yes. Dedicated skills convert CloudFormation templates, CDK applications, and Azure ARM or Bicep templates into Pulumi programs and import the existing cloud resources.

Does it work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the open agentskills.io standard and work with Claude Code, Cursor, GitHub Copilot, VS Code, and OpenAI Codex.

Can it debug a failed pulumi up?โ–ผ

Yes. The pulumi-debug-failed-operation skill reads the recorded failure from Pulumi Cloud, identifies the root cause, and applies the fix.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’