Skip to main content
Back to registry

pulumi-best-practices

pulumi/agent-skills

Installs419
Install command
npx skills add https://github.com/pulumi/agent-skills --skill pulumi-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Invoke this skill when: Why : Resources created inside apply() don't appear in pulumi preview , making changes unpredictable. Pulumi cannot properly track dependencies, leading to race conditions and deployment failures. Detection signals : Wrong : Right : When apply is appropriate : Reference : Why : Pulumi builds a directed acyclic graph (DAG) based on input/output relationships. Passing outputs directly ensures correct creation order. Unwrapping values manually breaks the dependency chain, causing resources to deploy in wrong order or reference values that don't exist yet. Detection signals : Wrong : Right : For string interpolation : Reference : Why : ComponentResource classes group related resources into reusable, logical units. Without components, your resource graph is flat, making it hard to understand which resources belong together, reuse patterns across stacks, or reason about your infrastructure at a higher level. Detection signals : Wrong : Right : Component best practices : For in-depth component authoring guidance (args design, multi-language support, testing, distribution), use skill pulumi-component .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pulumi-best-practices do?

pulumi-best-practices is listed in SkillJury, but the source summary is still sparse.

Is pulumi-best-practices good?

pulumi-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does pulumi-best-practices work with?

pulumi-best-practices currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to pulumi-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install pulumi-best-practices?

npx skills add https://github.com/pulumi/agent-skills --skill pulumi-best-practices

Related skills

More from pulumi/agent-skills

Related skills

Alternatives in Software Engineering