Tag: package-management
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…
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.
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.
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…
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.
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 …
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.
Unity Package Removal Tool
Removes a specified package from a Unity project's manifest.json and triggers package resolution.
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.
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.