Toolverse
All skills

list-npm-package-content

by vercel

List the contents of an npm package tarball before publishing. Use when the user wants to see what files are included in an npm bundle, verify package contents, or debug npm publish issues.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
vercel
Category
DevOps
Views
29

About this skill

List the contents of an npm package tarball before publishing. Use when the user wants to see what files are included in an npm bundle, verify package contents, or debug npm publish issues.

How to use

  1. Upewnij się, że jesteś w katalogu głównym pakietu, który chcesz sprawdzić (np. packages/ai). Umiejętność działa z pakietami, które mają prawidłowo skonfigurowany plik package.json.

  2. Uruchom skrypt bash: bash scripts/list-package-files.sh. Skrypt automatycznie zbuduje pakiet, utworzy tarball i wyświetli jego zawartość.

  3. Przeanalizuj wyświetloną listę plików. Zawartość pakietu jest określona przez pole "files" w package.json (lista dozwolonych plików), plik .npmignore (jeśli istnieje) lub .gitignore (jeśli brak .npmignore). Pamiętaj, że package.json, README, LICENSE i CHANGELOG są zawsze dołączane, a .git, node_modules i .npmrc są zawsze wyłączane.

  4. Jeśli lista zawiera pliki, których nie chcesz publikować, zaktualizuj pole "files" w package.json lub dodaj wpisy do .npmignore, aby je wykluczyć.

  5. Po weryfikacji możesz bezpiecznie opublikować pakiet na npm, wiedząc dokładnie, jakie pliki będą dostępne dla użytkowników.

Related skills

dashboard-creator

by mhattingpete

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.

DevOps
21124

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

planning-with-files

by davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring u003e5 tool calls.

DevOps
2365

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

drawio-diagrams-enhanced

by jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams,

DevOps
918943

pmbok-project-management

by jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas

DevOps
21133