taze
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:
- Need to review or perform dependency upgrades using
taze - Work in monorepos and must keep workspace packages in sync
- Must follow safety policies around tests, lint/typecheck, and upgrade strategy
Core References
| 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 |
Features
Configuration & Filtering
| 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 |
Best Practices & Upgrade Policy
| Topic | Description | Reference |
|---|---|---|
| Safe upgrade workflow | When to upgrade, required checks (tests, e2e, lint, typecheck), major-default policy with fallback | best-practices-upgrade-strategy |
More from hairyf/skills
tailwindcss
Tailwind CSS utility-first CSS framework. Use when styling web applications with utility classes, building responsive designs, or customizing design systems with theme variables.
1.6Khairy-utils
Comprehensive skills for working with @hairy/utils core utilities
868motion
Motion animation library for JavaScript, React and Vue. Use when creating animations, gestures, layout transitions, scroll-linked effects, or working with motion values and animation controls.
745next
Next.js framework for building React applications with App Router, Server Components, and optimized performance. Use when working with Next.js apps, routing, data fetching, caching, Server Actions, or building full-stack React applications.
696react-use
Collection of essential React Hooks for sensors, UI, animations, side-effects, lifecycles, and state management
668valtio
Valtio proxy state management for React and vanilla JavaScript. Use when creating reactive state, managing application state, or working with proxy-based state management.
613