Prefer Standard Library
Use standard library functions before reaching for external packages
CLAUDE.md
Prefer standard library functions over external packages. The standard library is maintained, tested, and has zero install cost. Don’t add is-odd when n % 2 !== 0 works.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.