dependency-pruning

Installation
SKILL.md

Dependency Pruning

Goal

Produce an actionable report categorizing dependencies into: remove, optimize import style, vendor/rewrite, migrate away from, and keep. Then offer to execute the safe changes.

Configurable thresholds (defaults)

  • Max imported symbols for vendor candidate: 3 unique symbols from the package
  • Max package LOC proxy for vendor candidate: 500 total source lines

Mention these defaults briefly at the start and ask if the user wants to override them — but don't block; proceed with defaults if they don't respond.


Phase 1 — Detect ecosystems

Installs
4
GitHub Stars
3
First Seen
Jun 30, 2026
dependency-pruning — mitodl/agent-kit