AI Agent skill for NPM Package Manager
--- name: npm-package-manager description: Manage npm packages and dependencies version: 1.0.0 category: Development Tools --- # NPM Package Manager ## Overview The NPM Package Manager skill allows users to manage npm packages and dependencies using natural language commands. This skill enables developers to install, update, and remove packages, as well as manage package versions and dependencies. ## Instructions To use the NPM Package Manager skill, follow these steps: 1. **Install a package**: Use the command "install [package name]" to install a new package. For example, "install express" to install the Express.js framework. 2. **Update a package**: Use the command "update [package name]" to update a package to the latest version. For example, "update react" to update the React library. 3. **Remove a package**: Use the command "remove [package name]" to remove a package from the project. For example, "remove lodash" to remove the Lodash library. 4. **List packages**: Use the command "list packages" to list all installed packages in the project. 5. **Check package version**: Use the command "version [package name]" to check the version of a specific package. For example, "version node" to check the version of Node.js. 6. **Manage dependencies**: Use the command "dependencies" to manage package dependencies. For example, "dependencies add [package name]" to add a new dependency or "dependencies remove [package name]" to remove a dependency.
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install NPM Package Manager by following these steps.
.cursor/skills/ or .codex/skills/ directory