package-filter
Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.
Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.
Orchestrate a software release: bump version, update changelog, create git tag, build artifacts, and publish to npm/PyPI. Supports semver with conventional commits analysis for automatic version bump detection. Not for: Docker image publishing, GitHub Actions CI/CD setup, or Kubernetes deployments.
Helps set up new Node.js projects with best practices. Includes package.json creation, dependency installation, and basic structure. Not for: React/Vue setup, deployment, or Docker configuration.
Manage NixOS packages declaratively. Search, install (via configuration.nix rebuild), remove, rollback, and list generations. Understands the NixOS declarative model.
Detect and resolve package dependency conflicts before installation across npm/yarn/pnpm, pip/poetry, cargo, and composer. Auto-trigger when installing/upgrading packages. Validates peer dependencies, version compatibility, security vulnerabilities. Auto-resolves safe conflicts (patches, dev deps), suggests manual review for breaking changes. Prevents conflicting versions, security vulnerabilities, broken builds.
Update Python dependencies using UV. Scan for outdated packages, identify unused dependencies, and safely update pyproject.toml while respecting version constraints (e.g., Django LTS).
Modern Python tooling and best practices using uv, ruff, ty, and pytest. Covers project setup with pyproject.toml (PEP 735), src layout, linting/formatting with ruff, type checking with ty, testing with pytest and coverage, pre-commit with prek, and security (pip-audit, detect-secrets, actionlint). Use when setting up or working on Python projects, replacing pip/virtualenv with uv, replacing flake8/black/mypy with ruff/ty, adding pre-commit or security scanning, or when the user mentions uv, ruff, ty, pytest, or cookiecutter-python patterns.
SciTeX ecosystem general standards — branding, package architecture, four interfaces, version management, and repository quality. Use when creating, auditing, or maintaining any SciTeX package.
升级项目版本号。当用户要求升级版本、更新版本号、发布新版本时使用此 skill。支持 major(主版本)、minor(次版本)、patch(补丁版本)三种升级方式。
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
Provision a Microsoft Foundry resource, create a project, deploy a model (gpt-4.1-mini), and install the required Python SDK packages. This is a one-time setup skill. Use when the user says: "setup foundry", "provision foundry", "create foundry resource", "setup azure ai foundry", "install foundry sdk"
BPX `version` command skill. Print the BPX CLI semantic version.
Build and release pipeline for the Pump SDK — tsup TypeScript builds, Cargo release profiles, semantic release with commitizen, npm publishing, linting, Makefile targets, Vercel deployment, and MCP server distribution.
Execute the PyPI release checklist for calibrated-explanations: version bumps, changelog, build, validation, tagging, RTD publication, and PyPI upload.
Test a llama_cpp_canister release zip end-to-end
Create a new GitHub release for llama_cpp_canister
Fork, sync, and open a fix PR to add inheritance: true to a repo's .coderabbit.yaml
Use when starting any Deno project, choosing packages, configuring deno.json, or running CLI commands. Provides foundational knowledge for building modern Deno applications.
Dependency and package supply-chain risk guard. Use when tool calls install packages, modify dependency manifests, change lockfiles, or execute install hooks.
Bump the package version (major, minor, or patch), then sync CITATION.cff, src/_version.py, and CHANGELOG.md. Use when asked to cut a release or bump the version.
Add a new MCP tool to the Envoy server (Embody development)
Generate NOTICE files with third-party attributions for all packages in the monorepo.