npm▌
3 indexed skills · max 10 per page
list-npm-package-content
vercel/ai · Marketing
Inspect npm package tarball contents before publishing to verify what files will be distributed. \n \n Lists exact files that would be uploaded to npm, helping catch missing or unwanted inclusions before publish \n Respects files field in package.json, .npmignore , and .gitignore rules to show the actual bundle contents \n Automatically builds the package, creates a tarball, displays contents, and cleans up in a single command \n Run from the package directory with a simple bash script; useful f
npm-git-install
supercent-io/skills-template · Productivity
Install npm packages directly from GitHub repositories using git URLs. \n \n Supports HTTPS and SSH methods for public and private repositories, with authentication via SSH keys or personal access tokens \n Install from specific branches, tags, commits, or the default branch by appending #<ref> to the git URL \n Automatically runs the prepare script during installation, enabling TypeScript compilation and builds for packages not yet published to npm \n Add git URLs directly to package.json
sandbox-npm-install
github/awesome-copilot · Productivity
Use this skill whenever: