Tag: package-management

Type: All Skills Tools
skill ★ 24,338

list contents of an npm package tarball

This skill accurately lists the full contents of an npm package tarball, simulating the files that will be published and downloaded. It is useful for verifying package structure, debugging publishing issues, or confirming file inclusion rul…

vercel/ai npm package-management file-listing debugging
skill ★ 74,149

Managing OpenHands SDK updates and releases

Used to bump SDK package versions, pin dependencies to unreleased commits, and prepare OpenHands releases. It handles updating pyproject.toml, regenerating lock files, and synchronising Docker image references.

OpenHands/OpenHands sdk-management release-automation dependency-pinning docker-images
skill

List contents of an npm package tarball

This skill accurately lists the precise file contents of an npm package tarball, simulating the files that will be published and downloaded. It is useful for verifying package structure or debugging publishing issues.

vercel-labs/ai npm package-management file-listing publishing
skill ★ 1

Automated monorepo package publishing and release

This skill automates the entire monorepo publishing lifecycle, handling version bumping, git tagging, and building. It ensures deployment across all supported registries (e.g., npm, jsr) by managing state detection and triggering GitHub rel…

nikicat/mcp-wallet-signer monorepo-publishing version-bumping npm-release github-release
skill ★ 71

Monorepo package release workflow checklist

This comprehensive guide details the required steps for managing package releases within a monorepo structure. It covers everything from preparing code PRs and updating lockfiles to monitoring CI/CD workflows and ensuring package parity.

transloadit/node-sdk monorepo release-workflow package-management git-ops
skill ★ 158

Safely retiring obsolete package distribution surfaces

This skill outlines a structured pattern for safely removing an outdated package distribution surface from a repository. It guides developers through systematically eliminating lingering artifacts, build logic, and release steps to prevent …

sbroenne/mcp-server-excel package-management distribution-surface legacy-cleanup release-workflow
skill ★ 291

Generate semver changeset files

Automates the creation of markdown changeset files in the .changeset/ directory to manage package version bumps. It handles semver-based bump levels and ensures correct formatting for changelog generation.

OpenZeppelin/contracts-wizard semver package-management changelog version-control
tool ★ 2,786

Unity Package Removal Tool

Removes a specified package from a Unity project's manifest.json and triggers package resolution.

IvanMurzak/Unity-MCP unity package-management mcp unity-mcp
tool ★ 2,786

List Installed Unity Project Packages

Retrieves a list of all Unity Package Manager (UPM) packages installed in a project. It supports filtering by package source, name, or description, and can be restricted to direct dependencies.

IvanMurzak/Unity-MCP unity upm package-management mcp
skill ★ 888

Kubernetes Helm Chart Management

Provides a comprehensive suite of operations for managing Helm v3 releases, repositories, and chart development. It enables tasks such as installing, upgrading, and rolling back charts, as well as linting and packaging Helm charts.

rohitg00/kubectl-mcp-server kubernetes helm package-management mcp