installing-npm-packages
CommunityInstall npm/yarn/pnpm/bun packages with correct version.
Authorp-chan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill installs npm, yarn, pnpm, or bun packages at the correct version by detecting the project’s package manager and using the appropriate command.
Core Features & Use Cases
- Manager detection: Reads package.json and lockfiles to identify package manager.
- Version-safe install: Retrieves latest version or a specific version of a package.
- Use Case: Add a dependency to a project using the correct command for npm, yarn, pnpm, or bun.
Quick Start
Install a package named express at the latest version using the detected manager (e.g., npm install express or bun add express).
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: installing-npm-packages Download link: https://github.com/p-chan/dotfiles/archive/main.zip#installing-npm-packages Please download this .zip file, extract it, and install it in the .claude/skills/ directory.