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