Change discipline for adding/upgrading dependencies; keeps diffs small, avoids unnecessary packages, and preserves deletion-friendly architecture.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill dependency-supply-chain --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dependency Supply Chain?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-dependency-supply-chain)More formats (shields.io, HTML) on the badges page.
---
name: dependency-supply-chain
description: Change discipline for adding/upgrading dependencies; keeps diffs small, avoids unnecessary packages, and preserves deletion-friendly architecture.
---
# Dependency & Supply-Chain (Change Discipline)
## Use when
- Adding a new npm package.
- Upgrading Angular/Firebase/tooling versions.
## Workflow
1. Justify: what existing platform feature cannot solve it?
2. Minimize: smallest package/scope; avoid runtime deps for build-time needs.
3. Isolate: keep dependency behind a boundary (adapter/port) if it’s not a core framework lib.
4. Validate: run lint, type-check, architecture gate, and tests.
## References
- `.github/instructions/66-dependency-supply-chain-copilot-instructions.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!