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.