什麼是 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