home/categories/package-distribution
category focus

Package Dist.

npm, pip, cargo, and registry tools.

1627 スキルall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
package-distribution
287

kotlin-tooling-cocoapods-spm-migration

Migrate KMP projects from CocoaPods (kotlin("native.cocoapods")) to Swift Package Manager (swiftPMDependencies DSL) — replaces pod() with swiftPackage(), transforms cocoapods.* imports to swiftPMImport.*, and reconfigures the Xcode project.

Kotlin
Kotlin
development
open
package-distribution
286

update-changelogs

Update CHANGELOG.md files and cabal version numbers for all packages changed since origin/master, following PVP and project RELEASING.md rules. Use when preparing a PR or when asked to update changelogs or version numbers.

IntersectMBO
IntersectMBO
development
open
package-distribution
284

release

Create a release PR with version bump and changelog update

pelikan-io
pelikan-io
development
open
package-distribution
282

release

Create a new release for the Hamr launcher with version bump, git tag, and push

Stewart86
Stewart86
development
open
package-distribution
277

release

Build, package, and publish a new TaskTick release to GitHub and Homebrew

lifedever
lifedever
development
open
package-distribution
276

vscode-deploy-package

Package a VS Code extension into a .vsix file for distribution using vsce, verify pre-flight checklist (publisher, README, CHANGELOG), and install locally via CLI or GUI. Use when development is complete and the user wants to package, distribute, or install a VS Code extension.

partme-ai
partme-ai
development
open
package-distribution
276

rspack

Provides comprehensive guidance for Rspack bundler including configuration, plugins, loaders, optimization, and Webpack compatibility. Use when the user asks about Rspack, needs to configure Rspack, optimize build performance, or migrate from Webpack.

partme-ai
partme-ai
development
open
package-distribution
276

nvm-install

Install and update nvm (Node Version Manager) using curl/wget scripts, git clone, or manual methods. Covers profile selection, NVM_DIR configuration, and Alpine Linux support. Use when the user asks to install nvm, update nvm, set up nvm for the first time, or troubleshoot nvm installation scripts.

partme-ai
partme-ai
development
open
package-distribution
276

nvm-global-packages

Migrate npm global packages between Node versions using reinstall-packages-from, and define a default-packages file to auto-install globals on every new version. Use when the user asks about keeping global packages after switching Node versions, setting up default npm packages, or troubleshooting missing global packages after nvm install.

partme-ai
partme-ai
development
open
package-distribution
276

parcel

Provides comprehensive guidance for Parcel bundler including zero-configuration setup, asset handling, hot module replacement, code splitting, and production builds. Use when the user asks about Parcel, needs a zero-config build tool, or wants to bundle web applications quickly.

partme-ai
partme-ai
development
open
package-distribution
276

tauri-build

Build production-ready Tauri v2 app bundles with code signing and distribution packaging for all platforms. Use when creating release builds, configuring code signing for macOS/Windows, or setting up CI pipelines for app distribution.

partme-ai
partme-ai
development
open
package-distribution
276

tauri-framework-upgrade

Migrate Tauri apps from v1 to v2 or from v2 beta to v2 stable, handling breaking changes in config, plugins, and permissions. Use when upgrading Tauri versions, resolving migration errors, or updating config/capability formats for v2.

partme-ai
partme-ai
development
open
package-distribution
275

bump-sources

Use only when explicitly asked to bump pinned sources in pytorch-aarch64/versions.sh and handle follow-on patch issues in pytorch-aarch64/get-source.sh. Canonical procedure is in this directory's README.

ARM-software
ARM-software
development
open
package-distribution
274

install-effect-package

Install @effect/* packages safely. Use whenever adding a new Effect ecosystem dependency.

mattpocock
mattpocock
development
open
package-distribution
273

pac-cli-update

Bump PAC CLI binary version and/or cli-wrapper npm package. Always produces two PRs — main and release/stable.

microsoft
microsoft
development
open
package-distribution
265

cran-extrachecks

Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(). Use when: (1) Preparing a package for first CRAN release, (2) Preparing a package update for CRAN resubmission, (3) Reviewing a package to ensure CRAN compliance, (4) Responding to CRAN reviewer feedback. Covers documentation requirements, DESCRIPTION field standards, URL validation, examples, and administrative requirements.

posit-dev
posit-dev
development
open
package-distribution
265

r-package-development

R package development with devtools, testthat, and roxygen2. Use when the user is working on an R package, running tests, writing documentation, or building package infrastructure.

posit-dev
posit-dev
development
open
package-distribution
263

tag-release

Create a release tag based on accumulated changelog fragments. Run when ready to cut a release.

vfarcic
vfarcic
development
open
package-distribution
261

convert-to-cpm

Convert .NET projects and solutions (.sln, .slnx) to NuGet Central Package Management (CPM) using Directory.Packages.props. USE FOR: converting to CPM, centralizing or aligning NuGet package versions across multiple projects, inlining MSBuild version properties from Directory.Build.props into Directory.Packages.props, resolving version conflicts or mismatches across a solution or repository, updating or bumping or syncing package versions across projects. Also activate when packages are out of sync, drifting, or inconsistent -- even without the user mentioning CPM. Provides baseline build capture, version conflict resolution, build validation with binlog comparison, and a structured post-conversion report. DO NOT USE FOR: packages.config projects (must migrate to PackageReference first) or repositories that already have CPM fully enabled.

managedcode
managedcode
development
open
package-distribution
261

template-instantiation

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect Directory.Packages.props (CPM), composing multi-project solutions (API + tests + library), getting latest NuGet package versions in newly created projects. DO NOT USE FOR: finding or comparing templates (use template-discovery), authoring custom templates (use template-authoring), modifying existing projects or adding NuGet packages to existing projects.

managedcode
managedcode
development
open
package-distribution
260

packmind-create-package

Guide for creating Packmind packages via the CLI. This skill should be used when users want to create a new package to organize standards, commands, and skills for distribution.

PackmindHub
PackmindHub
development
open
package-distribution
256

m11-ecosystem

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using external C libraries, creating Python extensions, PyO3, wasm, WebAssembly, bindgen, cbindgen, napi-rs, cannot find, private, crate recommendation, best crate for, Cargo.toml, features, crate 推荐, 依赖管理, 特性标志, 工作空间, Python 绑定

ZhangHanDong
ZhangHanDong
development
open
package-distribution
256

rust-learner

Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust release, stable, nightly, crate info, crates.io, lib.rs, docs.rs, API documentation, crate features, dependencies, which crate, what version, Rust edition, edition 2021, edition 2024, cargo add, cargo update, 最新版本, 版本号, 稳定版, 最新, 哪个版本, crate 信息, 文档, 依赖, Rust 版本, 新特性, 有什么特性

ZhangHanDong
ZhangHanDong
development
open
package-distribution
256

tsdown-package

Migrates a monorepo package from `tsup` to `tsdown`. Use when asked to migrate a package to `tsdown` and the package has used `tsup` thus far.

prisma
prisma
development
open
Previous
Page 16 / 68
Next