Skip to main content
Back to registry

pulumi-component

pulumi/agent-skills

A ComponentResource groups related infrastructure resources into a reusable, logical unit. Components make infrastructure easier to understand, reuse, and maintain. Components appear as a single node with children nested underneath in pulumi preview / pulumi up output and in the Pulumi Cloud console.

Installs282
Install command
npx skills add https://github.com/pulumi/agent-skills --skill pulumi-component
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
A ComponentResource groups related infrastructure resources into a reusable, logical unit. Components make infrastructure easier to understand, reuse, and maintain. Components appear as a single node with children nested underneath in pulumi preview / pulumi up output and in the Pulumi Cloud console. This skill covers the full component authoring lifecycle. For general Pulumi coding patterns (Output handling, secrets, aliases, preview workflows), use the pulumi-best-practices skill instead. Invoke this skill when: Every component has four required elements: The first argument to super() is the type URN: : : . Full examples: myorg:index:StaticSite , acme:index:KubernetesCluster Why : Without registerOutputs() , the component appears stuck in a "creating" state in the Pulumi console and outputs are not persisted to state. Wrong : Right : Why : Hardcoded child names cause collisions when the component is instantiated multiple times.

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-component do?

A ComponentResource groups related infrastructure resources into a reusable, logical unit. Components make infrastructure easier to understand, reuse, and maintain. Components appear as a single node with children nested underneath in pulumi preview / pulumi up output and in the Pulumi Cloud console.

Is pulumi-component good?

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

What agent does pulumi-component work with?

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

What are alternatives to pulumi-component?

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

How do I install pulumi-component?

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

Related skills

More from pulumi/agent-skills

Related skills

Alternatives in Software Engineering