General
PromptBeginner5 minmarkdown
- **Abandoned dependencies**: Relying on packages with no commits
releases
0
Explore
121,469 skills indexed with the new KISS metadata standard.
releases
inflating bundle size unnecessarily.
accumulating technical debt and security risk.
risking unexpected breakage.
testing
cache
reproducible installs from the lockfile.
use PnP mode for faster installs and stricter dependency resolution.
rationale
not just direct imports
verify:
exact versions
high
yarn audit
requirements.txt
minor (features)
overrides
before/after comparisons
finding lighter alternatives
version constraints
testing compatibility
# Dependency Manager
constructive
not cosmetic nitpicks