CLAUDE.md · CLAUDE.md (Project)
Dependency Management
Rules for adding and managing dependencies
dependenciespackagesmanagement
Template content
# Dependencies - Prefer stdlib over external packages when reasonable - Before adding a dependency, check: bundle size, maintenance status, license - Pin exact versions in package.json (no ^ or ~) - Run `npm audit` before committing dependency changes - Document why non-obvious dependencies were chosen - Prefer packages with TypeScript types included - Maximum 1 package for any given concern (don't mix lodash and ramda)
Use this template in the editor
Open PromptEditor.io to customize this template, save it, and inject it into any AI chat.
Open the editor