Pulumi
Official@pulumi · United States of America
Offers infrastructure-as-code migration, component abstraction, and environment configuration management for cloud-native engineering teams.
Agent Skills by Pulumi
Showing 17 vetted skills indexed across 2 GitHub repositories.
cloudformation-to-pulumi
Convert AWS CloudFormation templates and stacks into Pulumi programs.
pulumi-terraform-to-pulumi
Migrate Terraform HCL configurations and state files to Pulumi code.
pulumi-cdk-to-pulumi
Convert AWS CDK Cloud Assemblies to Pulumi TypeScript programs using cdk2pulumi.
pulumi-arm-to-pulumi
Convert ARM templates and Bicep files into Pulumi programs.
pulumi-esc
Manage environments, secrets, and configuration with Pulumi ESC CLI commands.
pulumi-automation-api
Orchestrate Pulumi infrastructure operations programmatically across multiple stacks.
pulumi-best-practices
Guide Pulumi programs with best practices for resources, components, secrets, and previews.
pulumi-component
Author reusable Pulumi ComponentResource classes for infrastructure abstraction.
shipit
Automate Git commits and GitHub pull request creation with quality checks.
move-doc
Move documentation files with git mv and update Hugo aliases and links.
dashboard
Aggregate repository status from GitHub API and local Git.
new-doc
Generate Pulumi documentation pages with YAML frontmatter and menu structure.
seo-analyze
Analyze content files for SEO and AEO discoverability patterns.
slack-to-issue
Convert Slack messages into GitHub issues for pulumi/docs or pulumi/registry.
blog-meta-image
Generate 1200x628 PNG meta images from blog post titles and tags.
docs-tools
List and categorize command-line tools for managing Pulumi documentation tasks.
pr-review
Automate GitHub pull request review and management via GitHub CLI.
Frequently Asked Questions About Pulumi
FAQPage SchemaWhat specific migration tasks can be performed using these capabilities?▼
These capabilities enable the conversion of legacy infrastructure definitions, including Terraform HCL, AWS CDK assemblies, ARM templates, and CloudFormation stacks, into functional programs. This allows teams to modernize existing infrastructure footprints by refactoring static templates into dynamic, typed codebases for improved maintainability and resource lifecycle management.
Which engineering personas benefit most from these infrastructure capabilities?▼
Platform engineers, DevOps practitioners, and cloud architects benefit from these capabilities. These personas utilize the migration and abstraction features to standardize infrastructure deployments, enforce security best practices through componentization, and manage complex environment configurations across multi-stack cloud architectures.
What are the primary prerequisites for managing environments and secrets?▼
Managing environments and secrets requires the installation of the ESC runtime. Users must authenticate against the registry to synchronize configuration state, define environment variables, and manage sensitive data injection into infrastructure programs during deployment cycles.