pnpm-dependency-analysis
Installation
SKILL.md
pnpm Dependency Analysis Skill (Fusion Framework)
Helps answer:
- Where is
PACKAGEused (direct & transitive)? - What real versions are resolved across workspaces?
- Which workspaces depend on each other (forward/reverse graph)?
- What's the blast radius / risk level for an upgrade or patch?
All commands run from the root of the repository.
Replace PACKAGE with the real name (e.g., lodash, zod, @tanstack/react-query, eslint).
1. Core: Where is this package used?
Direct usages only (fastest & cleanest)
pnpm why PACKAGE --recursive --depth=0