Nih Audit

Scan a codebase for custom code that duplicates what open-source libraries already do, then recommend which libraries to adopt. Detects hand-rolled utility functions, custom retry logic, manual validation, DIY date handling, home-grown argument parsers, and other reinvented wheels. Cross-checks against installed dependencies and open specs. Returns scored migration recommendations with effort estimates. Use when the user mentions reinventing the wheel, asks if there is a library for something they built, wants a build-vs-buy audit, asks "should we just use lodash for this", or wants to find dependency opportunities.

paulnsorensen 747f278 3 files · 13.9 KB Updated

File contents

paulnsorensen/cheese-flow/tree/main/skills/nih-audit commit 747f27878d

Frequently asked questions

npx skillmds@latest add paulnsorensen/nih-audit