Minimize Dependencies
Add dependencies only when they provide substantial value
CLAUDE.md
Add dependencies only when they provide substantial value over writing the code yourself. Every dependency is a liability — it can break, be abandoned, or introduce vulnerabilities. Think twice before npm install.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.