From hairyf-skills-4
Upgrades JavaScript/TypeScript dependencies with safety rails and monorepo support. Use to review, filter, and perform version bumps using taze CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hairyf-skills-4:tazeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> The skill is based on `taze` (latest README on GitHub) as of 2026-02-24.
The skill is based on
taze(latest README on GitHub) as of 2026-02-24.
taze is a lightweight CLI for upgrading dependencies in JavaScript/TypeScript projects and monorepos. It focuses on safe-by-default version bumps, powerful filtering, and configuration via flags or taze.config.(js|ts) so agents can orchestrate dependency maintenance workflows.
This skill is written for agents that:
taze| Topic | Description | Reference |
|---|---|---|
| Overview & CLI modes | taze goals, install-free usage, major/minor/patch modes | core-overview |
| Monorepo support | -r recursive mode, workspaces, local packages | core-monorepo |
| Topic | Description | Reference |
|---|---|---|
| Config file usage | taze.config.js/ts, defineConfig, options mapping | features-config-file |
| Filters & peer deps | --include/--exclude, locked deps, --peer, dep fields | features-filters-and-peer-deps |
| Topic | Description | Reference |
|---|---|---|
| Safe upgrade workflow | When to upgrade, required checks (tests, e2e, lint, typecheck), major-default policy with fallback | best-practices-upgrade-strategy |
npx claudepluginhub hairyf/skillsUpdate Node.js dependencies using taze CLI with smart categorization: auto-apply MINOR/PATCH updates, prompt for MAJOR updates, skip fixed versions. Supports dry-run and monorepos.
Plans and executes safe, incremental dependency upgrades with risk assessment, migration guides, test strategies, rollback plans, and monitoring.
Manages NPM packages, configures Node.js projects, handles dependencies, and troubleshoots issues using npm, yarn, or pnpm.