pulumi-best-practices이란?
안정적인 Pulumi 프로그램 작성을 위한 모범 사례. 출력 처리, 리소스 종속성, 구성 요소 구조, 비밀 관리, 별칭을 사용한 안전한 리팩토링 및 배포 워크플로를 다룹니다. 출처: pulumi/agent-skills.
안정적인 Pulumi 프로그램 작성을 위한 모범 사례. 출력 처리, 리소스 종속성, 구성 요소 구조, 비밀 관리, 별칭을 사용한 안전한 리팩토링 및 배포 워크플로를 다룹니다.
명령줄에서 pulumi-best-practices AI 스킬을 개발 환경에 빠르게 설치
출처: pulumi/agent-skills.
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.
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.
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.
안정적인 Pulumi 프로그램 작성을 위한 모범 사례. 출력 처리, 리소스 종속성, 구성 요소 구조, 비밀 관리, 별칭을 사용한 안전한 리팩토링 및 배포 워크플로를 다룹니다. 출처: pulumi/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/pulumi/agent-skills --skill pulumi-best-practices안정적인 Pulumi 프로그램 작성을 위한 모범 사례. 출력 처리, 리소스 종속성, 구성 요소 구조, 비밀 관리, 별칭을 사용한 안전한 리팩토링 및 배포 워크플로를 다룹니다. 출처: pulumi/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/pulumi/agent-skills --skill pulumi-best-practices 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/pulumi/agent-skills