pulumi-component이란?
Pulumi ComponentResource 클래스 작성 가이드입니다. 재사용 가능한 인프라 구성 요소 생성, 구성 요소 인터페이스 설계, 다중 언어 지원 설정 또는 구성 요소 패키지 배포 시 사용합니다. 출처: pulumi/agent-skills.
Pulumi ComponentResource 클래스 작성 가이드입니다. 재사용 가능한 인프라 구성 요소 생성, 구성 요소 인터페이스 설계, 다중 언어 지원 설정 또는 구성 요소 패키지 배포 시 사용합니다.
명령줄에서 pulumi-component AI 스킬을 개발 환경에 빠르게 설치
출처: 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.
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.
The first argument to super() is the type URN: : : .
Pulumi ComponentResource 클래스 작성 가이드입니다. 재사용 가능한 인프라 구성 요소 생성, 구성 요소 인터페이스 설계, 다중 언어 지원 설정 또는 구성 요소 패키지 배포 시 사용합니다. 출처: pulumi/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/pulumi/agent-skills --skill pulumi-componentPulumi ComponentResource 클래스 작성 가이드입니다. 재사용 가능한 인프라 구성 요소 생성, 구성 요소 인터페이스 설계, 다중 언어 지원 설정 또는 구성 요소 패키지 배포 시 사용합니다. 출처: pulumi/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/pulumi/agent-skills --skill pulumi-component 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/pulumi/agent-skills