ln-820-dependency-optimization-coordinator

Solid

Upgrades dependencies across all detected package managers. Use when updating npm, NuGet, or pip packages project-wide.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-820-dependency-optimization-coordinator **Type:** L2 Domain Coordinator **Category:** 8XX Optimization Runtime-backed coordinator for cross-stack dependency upgrades. Detects package managers, delegates to one worker per manager, records machine-readable worker summaries, and emits a final coordinator summary. --- ## Overview | Aspect | Details | |--------|---------| | **Input** | Project path plus optional upgrade policy | | **Output** | Aggregated dependency upgrade report with per-worker results | | **Workers** | ln-821 (npm), ln-822 (nuget), ln-823 (pip) | | **Runtime** | `.hex-skills/dependency/runtime/runs/{run_id}/` | --- ## Workflow **Phases:** Pre-flight -> Detect Package Managers -> Security Audit -> Delegate Upgrades -> Collect Results -> Verify Summary -> Report --- ## Runtime Contract **MANDATORY READ:** Load `shared/references/ci_tool_detection.md` **MANDATORY READ:** Load `shared/references/coordinator_runtime_contract.md`, `shared/references/dependency_runtime_contract.md`, `shared/references/coordinator_summary_contract.md` Runtime CLI: ```bash node shared/scripts/dependency-runtime/cli.mjs start --identifier repo-de...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category