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.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use pnpm-upgrade Skill
- Use it for research.
Built with
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
Explore related resources
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.
Auto-fetched from GitHub.