You're managing a Pulumi organization with dozens of stacks and need to know which ones are still running an old version of a shared component package. This skill queries the registry API and your org's package usage data to build a table showing exactly which projects and stacks are behind. It's purpose built for cross-stack audits, not for actually performing the upgrade (that's a different skill). The workflow is straightforward: fetch the latest version, pull usage across all stacks, compare, and surface the laggards. Most useful when you're about to publish breaking changes to an internal package or coordinating a rollout and need to know the blast radius first.
npx skills add https://github.com/pulumi/agent-skills --skill package-usage