Favicon of pnpm-upgrade

pnpm-upgrade Skill

AI Agent SkillTypeScriptOpen source

Keep pnpm current: preflight the published package and pnpm/action-setup self-installer, update pnpm locally, align packageManager in package.json, and refresh CI pins. Use this when refreshing the pnpm toolchain manually or in automation. Published by openai in openai-agents-js.

Decision snapshot

Is this a fit?

Best for

Research, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

19 days ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is pnpm-upgrade Skill?

Keep pnpm current: preflight the published package and pnpm/action-setup self-installer, update pnpm locally, align packageManager in package.json, and refresh CI pins. Use this when refreshing the pnpm toolchain manually or in automation. Published by openai in openai-agents-js. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
89/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Research
  • Research use cases

Declared skill metadata

  • Source file: .agents/skills/pnpm-upgrade/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use pnpm-upgrade Skill

  • Use it for research.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/openai-agents-js
  • Skill file: .agents/skills/pnpm-upgrade/SKILL.md

What it does

Keep pnpm current: preflight the published package and pnpm/action-setup self-installer, update pnpm locally, align packageManager in package.json, and refresh CI pins. Use this when refreshing the pnpm toolchain manually or in automation.

Skill instructions

pnpm Upgrade Use these steps to update pnpm and CI pins without blunt search/replace. Steps (run from repo root) 1. Resolve the target pnpm release - Query the npm registry before changing the local toolchain: PNPMVERSION=$(curl -fsSL https://registry.npmjs.org/pnpm/latest | jq -r .version). - Abort if the version is missing. - Resolve the exact package integrity: curl -fsSL "https://registry.npmjs.org/pnpm/${PNPMVERSION}" | jq -r .dist.integrity. - Store the result as PNPMINTEGRITY. - Abort if the integrity is missing or does not start with sha512-. - Convert the base64 digest after sha512- to lowercase hex, for example: bash printf '%s' "${PNPMINTEGRITYsha512-}" | base64 -d | xxd -p -c 256 - Store the result as PNPMSHA512HEX. 2. Find the target pnpm/action-setup release - Query GitHub API: curl -fsSL https://api.github.com/repos/pnpm/action-setup/releases/latest | jq -r .tagname. - Use GITHUBTOKEN/GHTOKEN if available for higher rate limits. - Store as ACTIONTAG (e.g., v4.2.0). Abort

Verified compatibility and discovery

Frequently asked questions

What is pnpm-upgrade?

pnpm-upgrade is a open-source AI agent skill with Copy skill directory. Keep pnpm current: preflight the published package and pnpm/action-setup self-installer, update pnpm locally, align packageManager in package.json, and refresh CI pins.

Who is pnpm-upgrade best for?

pnpm-upgrade is best for reusing agent instructions, scripts, and references, research workflows.

How do I install pnpm-upgrade?

Install or run pnpm-upgrade using Copy skill directory. Check pnpm-upgrade for the latest setup command.

Is pnpm-upgrade actively maintained?

pnpm-upgrade may need a closer maintenance check before production use.

Share:

Stars
3,664
Forks
923
Last commit
19 days ago
Last verified
Aug 25, 2026
Metadata fetched
Aug 25, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to pnpm-upgrade