Skip to main content
Back to registry

list-npm-package-content

vercel/ai

This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users.

Installs347
Install command
npx skills add https://github.com/vercel/ai --skill list-npm-package-content
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users. Run the script from the package directory (e.g., packages/ai ): The script will build the package, create a tarball, list its contents, and clean up automatically. The files included are determined by: - files field in package.json - explicit allowlist of files/directories - .npmignore - files to exclude (if present) - .gitignore - used if no .npmignore exists - Always included : package.json , README , LICENSE , CHANGELOG - Always excluded : .git , node_modules , .npmrc , etc.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does list-npm-package-content do?

This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users.

Is list-npm-package-content good?

list-npm-package-content does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does list-npm-package-content work with?

list-npm-package-content currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to list-npm-package-content?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install list-npm-package-content?

npx skills add https://github.com/vercel/ai --skill list-npm-package-content

Related skills

More from vercel/ai

Related skills

Alternatives in Software Engineering