hairyf/skills

taze

Keep JavaScript/TypeScript dependencies fresh with safety rails and monorepo support.

First seen Feb 26, 2026

Installation

$ npx skills add hairyf/skills --skill taze

Also in this package

Other skills from hairyf/skills · top by installs.

npx skills add hairyf/skills

Browse all from hairyf/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 25
License LICENSE.md
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.02.24
More metadata
author
hairy
version
2026.02.24
source
Generated from https://github.com/antfu-collective/taze, scripts located at https://github.com/hairyf/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,972 B
  • docs SUMMARY.md 97 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 159 installs

SKILL.md

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](references/core-overview.md)
Monorepo support -r recursive mode, workspaces, local packages [core-monorepo](references/core-monorepo.md)

Features

Configuration & Filtering

Topic Description Reference
Config file usage taze.config.js/ts, defineConfig, options mapping [features-config-file](references/features-config-file.md)
Filters & peer deps --include/--exclude, locked deps, --peer, dep fields [features-filters-and-peer-deps](references/features-filters-and-peer-deps.md)

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](references/best-practices-upgrade-strategy.md)