ln-710-dependency-upgrader

Detect package managers and upgrade dependencies across npm, yarn, pnpm, nuget, pip, poetry, and pipenv.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-710-dependency-upgrader-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-710-dependency-upgrader
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-710-dependency-upgrader
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-710-dependency-upgrader-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of upgrading project dependencies across various package managers, ensuring projects stay up-to-date with the latest stable and secure versions.

Core Features & Use Cases

  • Multi-Manager Support: Detects and handles npm, yarn, pnpm, nuget, pip, poetry, and pipenv.
  • Automated Upgrades: Coordinates upgrades to the latest compatible versions.
  • Security Audits: Integrates security checks to block or warn about vulnerable packages.
  • Use Case: A project has dependencies managed by both npm and pip. This Skill will detect both, upgrade npm packages to their latest versions, then upgrade pip packages, and finally verify that the project still builds successfully.

Quick Start

Use the ln-710-dependency-upgrader skill to upgrade all project dependencies to their latest compatible versions.

Frequently Asked Questions about ln-710-dependency-upgrader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade project dependencies across multiple package managers like npm and pip?

Upgrading dependencies across npm, pip, nuget, and other managers is automated by detecting installed package managers, delegating upgrades to specific workers, running security audits, and verifying the project build remains intact.

Can I run a security audit while upgrading dependencies to the latest versions?

Security audits are integrated directly into the dependency upgrade workflow, blocking or warning about vulnerable packages before completing the upgrade process across all detected package managers.

Does this dependency upgrade tool work with both Python and Node.js package managers?

This tool supports both ecosystems, automatically detecting and handling npm, yarn, pnpm for Node.js alongside pip, poetry, and pipenv for Python within a single project upgrade workflow.

What is the best way to automate dependency upgrades for a project using both yarn and poetry?

Automating upgrades for mixed stacks like yarn and poetry is best handled by a coordinator that detects both managers, delegates upgrades to their respective workers, and verifies build integrity post-upgrade.

How does automated dependency upgrading handle build verification after updating packages?

Automated dependency upgrading handles build verification by running a final integrity check to ensure the project still builds successfully after all package managers complete their respective version updates.

Why does my project build fail after upgrading dependencies across different managers?

A project build might fail after upgrading dependencies due to incompatible latest versions; this Skill mitigates such issues by verifying build integrity immediately after coordinating upgrades across all detected package managers.