A solid reference for writing production-grade Pulumi code, covering 46 rules across state management, resource graph optimization, component design, and CI/CD automation. The priority system is actually useful here: it surfaces critical issues like backend selection and checkpoint skipping before it bothers you about naming conventions. Worth having loaded when you're structuring stacks over 500 resources or debugging slow deployments. The graph optimization section alone will save you from common parallelism mistakes. Each rule links to detailed examples, though you'll still need to understand Pulumi's output and apply mechanics to get the most from it. Think of it as a senior engineer's code review checklist, automated.
npx skills add https://github.com/pproenca/dot-skills --skill pulumi