Automate Pulumi provider repo upgrades with the upgrade-provider tool. Use when upgrading a pulumi provider repository to a new upstream version, running upgrade-provider, and addressing its common failure modes like patch conflicts or missing module mappings.
$npx -y skills add pulumi/agent-skills --skill pulumi-upgrade-providerInstalls into the current project.
Run `npx skills use "https://github.com/pulumi/agent-skills" --skill "pulumi/agent-skills/pulumi-upgrade-provider"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pulumi/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/pulumi/agent-skills"` and select the relevant skills, then follow their instructions.