agent-skills
Pulumi infrastructure authoring, migration, and provider maintenance
All Skills in This Repository (8)
Pure Emerald Level Indicatorspulumi-component
Author reusable Pulumi ComponentResource classes for infrastructure abstraction.
pulumi-best-practices
Guide Pulumi programs with best practices for resources, components, secrets, and previews.
pulumi-automation-api
Orchestrate Pulumi infrastructure operations programmatically across multiple stacks.
pulumi-esc
Manage environments, secrets, and configuration with Pulumi ESC CLI commands.
pulumi-arm-to-pulumi
Convert ARM templates and Bicep files into Pulumi programs.
pulumi-cdk-to-pulumi
Convert AWS CDK Cloud Assemblies to Pulumi TypeScript programs using cdk2pulumi.
pulumi-terraform-to-pulumi
Migrate Terraform HCL configurations and state files to Pulumi code.
cloudformation-to-pulumi
Convert AWS CloudFormation templates and stacks into Pulumi programs.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core