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
57

upstream-sync

Sync upstream changes for a package and open a PR. Pass a package name as the first argument (e.g. model-registry or notebooks) or be prompted to choose. Optionally pass a PR URL to do a temporary test sync.

opendatahub-io
opendatahub-io
development
open
package-distribution
57

upgrade-packages

Upgrades all dependencies to latest versions across C#, Rust, and TypeScript. Use when the user says "upgrade packages", "update dependencies", "bump versions", or "upgrade deps".

Nimblesite
Nimblesite
development
open
package-distribution
57

rotate-python-versions

Use when adding or dropping Python version support — updating requires-python, tox environments, CI matrix, and docs to reflect a new set of supported versions.

todofixthis
todofixthis
development
open
package-distribution
55

dev-dependency-management

Dependency management across npm, pip, cargo, and maven. Use when managing lockfiles, security scanning, versioning, or monorepo workspaces.

vasilyu1983
vasilyu1983
development
open
package-distribution
55

release

Create a new release. Bumps version, updates changelog, creates fastlane changelog, commits, tags, and pushes.

vide
vide
development
open
package-distribution
55

version-release

用于版本升级与发布流程。当用户提到:升级小版本、升级中版本、升级大版本、升级补丁版本、升级次版本、升级主版本、升级 alpha 版本、升级 beta 版本、升级预发布版本、升级发布、发版、发布版本、打 tag、推送远程、生成 release 日志、发布日志时使用。对小/中/大版本分别映射到 patch/minor/major。若用户提到 alpha、beta、预发布版本,则允许直接指定完整版本号,例如 0.1.5-alpha.1、0.1.5-beta.1。若用户只说升级发布或发版,在支持多项选择时先让用户选择 patch、minor、major 或直接输入完整预发布版本号,然后完成版本升级、生成发布日志、git commit、git tag、push 分支和 push tag。

ddmoyu
ddmoyu
development
open
package-distribution
55

dv-data

Create, update, delete, bulk-import, and upsert Dataverse records using the official Python SDK. Use when: "create records", "insert data", "bulk create", "bulk update", "bulk import", "import CSV", "load data", "upsert", "upsert records", "write data", "upload file", "add records", "CreateMultiple", "UpdateMultiple", "UpsertMultiple", "multi-table import", "FK dependencies", "dependency order", "parallel import", "large dataset". Do not use when: querying or reading records (use dv-query), creating tables, columns, or relationships (use dv-metadata), exporting solutions (use dv-solution).

microsoft
microsoft
development
open
package-distribution
54

osprey-release

Guides through the complete OSPREY release workflow. Use when the user wants to create a release, bump versions, publish to PyPI, create a tag, or needs help with pre-release testing and version consistency checks.

als-apg
als-apg
development
open
package-distribution
54

osprey-migrate

Upgrades downstream OSPREY projects to newer versions. Applies API changes (method renames, class renames, import changes) from migration documents. Use when upgrading OSPREY version, migrating from old APIs, or when the user asks to upgrade, migrate, or update their OSPREY project.

als-apg
als-apg
development
open
package-distribution
54

pi-nix-syntax

Use when converting Pi config/extension/skill setup (Pi settings.json packages, ~/.pi/agent/extensions, git:... sources) into this dotfiles repo's Nix representation (skills-catalog/agent-skills-nix, modules/agents/pi/default.nix home.file links), or converting the other direction.

edmundmiller
edmundmiller
development
open
package-distribution
54

python-scripts

Use when writing standalone Python scripts (one-off scripts, utilities, not part of a larger Python project with pyproject.toml or setup.py). Provides UV shebang template and best practices.

edmundmiller
edmundmiller
development
open
package-distribution
54

umbrela-install

Set up an umbrela development environment — checks Python 3.11+, installs via uv or pip with cloud extras, and verifies with doctor. Use when someone is onboarding, setting up a fresh clone, or troubleshooting their environment.

castorini
castorini
development
open
package-distribution
54

skillpack-creator

Create a reusable SkillPack from a successful completed task. Use when the user wants to convert a one-off research, coding, analysis, or content workflow into a distributable local SkillPack with `skillpack.json`, local skills under `skills/`, starter prompts, start scripts, and an optional zip package.

CreminiAI
CreminiAI
development
open
package-distribution
54

snowflake-create-packages-policy

Consult Snowflake CREATE PACKAGES POLICY parameter reference before generating any CREATE PACKAGES POLICY DDL.

Gyrus-Dev
Gyrus-Dev
development
open
package-distribution
53

dojo-config

Configure Scarb.toml, dojo profiles, world settings, and dependencies. Use when setting up project configuration, managing dependencies, or configuring deployment environments.

dojoengine
dojoengine
development
open
package-distribution
53

dojo-init

Initialize new Dojo projects with proper directory structure, configuration files, and dependencies. Use when starting a new Dojo game project or setting up the initial project structure.

dojoengine
dojoengine
development
open
package-distribution
53

new-feature-package

Create a new feature package in the bigUML monorepo with proper environment folders, DI modules, exports map, and registration. Use this skill whenever the user wants to create a new package, add a new feature, scaffold a package, set up a new module, or mentions "new package", "feature package", "create package", "add feature", "scaffold", or "monorepo package". Also use when the user needs to understand the package structure or environment folder conventions.

borkdominik
borkdominik
development
open
package-distribution
53

python-craftsman

Python excellence specialist for type safety, async patterns, packaging, and idiomatic production codeUse when "python development, type hints, async python, pydantic models, python packaging, mypy errors, python project structure, dependency management, python, type-hints, async, pydantic, packaging, uv, poetry, mypy, ruff, ml-memory" mentioned.

omer-metin
omer-metin
development
open
package-distribution
53

conan-vcpkg

C/C++ package manager skill covering Conan and vcpkg. Use when adding third-party library dependencies to C/C++ projects, managing binary compatibility, integrating with CMake, or choosing between Conan and vcpkg. Activates on queries about Conan, vcpkg, C++ dependency management, conanfile.txt, vcpkg.json, CMake package integration, or C++ package managers.

mohitmishra786
mohitmishra786
development
open
package-distribution
53

cypilot-migrate-openspec

Migrate OpenSpec artifacts to Cypilot SDLC documents with code-verified traceability

cyberfabric
cyberfabric
development
open
package-distribution
53

cypilot-migrate-openspec

Migrate OpenSpec artifacts to Cypilot SDLC documents with code-verified traceability

cyberfabric
cyberfabric
development
open
package-distribution
52

workspace-setup

Initialize development environment for a project. Use when setting up a new project, onboarding a developer, or configuring dependencies.

hscspring
hscspring
development
open
package-distribution
52

writing-python

Idiomatic Python 3.14+ development. Use when writing Python code, CLI tools, scripts, or services. Emphasizes stdlib, type hints, uv/ruff toolchain, and minimal dependencies.

julianobarbosa
julianobarbosa
development
open
package-distribution
52

uv-skill

Guide for using uv - an extremely fast Python package and project manager written in Rust. Use when installing Python, managing virtual environments, adding dependencies, running scripts, building packages, or working with pyproject.toml. Replaces pip, pip-tools, pipx, poetry, pyenv, twine, and virtualenv.

julianobarbosa
julianobarbosa
development
open
Previous
Page 31 / 68
Next