Authoring Pulumi Components 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 / 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 skill instead. When to Use This Skill Invoke this skill when: - Creating a new ComponentResource class - Designing the args interface for…