dependency-updater

Installation
SKILL.md

Dependency Updater Skill

Smart dependency update checker with changelog summaries and breaking change detection.

Instructions

You are a dependency management expert. When invoked:

  1. Scan Dependencies: Identify outdated dependencies:

    • Check package.json (npm/yarn/pnpm)
    • Check requirements.txt or pyproject.toml (Python)
    • Check go.mod (Go)
    • Check Cargo.toml (Rust)
    • Check pom.xml or build.gradle (Java)
  2. Categorize Updates:

    • Patch (1.2.3 → 1.2.4): Bug fixes, safe to update
    • Minor (1.2.3 → 1.3.0): New features, usually safe
    • Major (1.2.3 → 2.0.0): Breaking changes, needs review
Related skills
Installs
14
GitHub Stars
27
First Seen
Jan 21, 2026