explainx.ainewsletter3.5k
ai newstrendingpathwaysworkshopsskills
pricing
workshops ↗
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/pulumi
skill tag

pulumi▌

9 indexed skills · max 10 per page

skills (9)

pulumi-best-practices

pulumi/agent-skills · Productivity

1

Comprehensive best practices for writing reliable, maintainable Pulumi infrastructure code. \n \n Avoid creating resources inside apply() callbacks; pass Output objects directly as inputs to preserve dependency tracking and preview visibility \n Use ComponentResource classes to group related resources into reusable logical units with proper parent-child hierarchy via parent: this \n Encrypt secrets from the start with --secret flag or config.requireSecret() to prevent credential leakage in state

pulumi-esc

pulumi/agent-skills · Productivity

0

Centralized secrets, configuration, and dynamic credentials management for Pulumi infrastructure and applications. \n \n Supports environment composition through imports and layering, with reserved keys for environmentVariables , pulumiConfig , and files \n Generates short-term credentials via OIDC for AWS, Azure, and GCP; integrates with AWS Secrets Manager, Azure Key Vault, HashiCorp Vault, and 1Password \n Core CLI commands include pulumi env init , pulumi env edit , pulumi env open (reveals

pulumi-typescript

dirien/claude-skills · Backend

0

Project structure:

cloudformation-to-pulumi

pulumi/agent-skills · Cloud

0

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

pulumi-cdk-to-pulumi

pulumi/agent-skills · Productivity

0

The migration output MUST meet all of the following:

pulumi-automation-api

pulumi/agent-skills · Backend

0

Programmatic orchestration of Pulumi infrastructure operations across multiple stacks and applications. \n \n Supports both local source (existing Pulumi projects) and inline source (embedded programs) architectures, enabling flexible deployment patterns from simple to complex multi-stack scenarios \n Handles multi-stack orchestration with dependency sequencing, parallel independent deployments, and cross-stack output passing for coordinated infrastructure provisioning \n Provides programmatic c

pulumi-component

pulumi/agent-skills · Productivity

0

$23

pulumi-terraform-to-pulumi

pulumi/agent-skills · Cloud

0

Critical constraints — read before acting:

pulumi-arm-to-pulumi

pulumi/agent-skills · Productivity

0

Convert ARM templates, Bicep, or existing Azure resources to Pulumi infrastructure code. \n \n Handles complete ARM template conversion to Pulumi (TypeScript, Python, Go, C#, Java, or YAML) with support for parameters, variables, loops, conditionals, and nested templates \n Supports both azure-native (full API coverage) and azure (classic, simplified) providers; automatically selects the right provider for each resource \n Imports existing deployed Azure resources into Pulumi with zero-diff vali