What problem does it solve?
Prevents wasted engineering time and fragile custom implementations by systematically discovering and evaluating existing code, libraries, and patterns before writing new code.
Core Features & Use Cases
- Guided GitHub search: Use targeted repo and code searches to find battle-tested implementations and patterns.
- Package registry evaluation: Check npm, PyPI, crates.io, and other registries for popularity, maintenance, and license compatibility.
- Documentation and compatibility checks: Verify API fit, version compatibility, and integration effort.
- Decision output: Produce a clear REUSE, ADAPT, or BUILD recommendation with rationale and installation or adaptation steps.
- Use Case: Evaluate whether to install a library, adapt an open-source solution, or implement a small custom utility during feature development or tooling setup.
Quick Start
Search GitHub, package registries, and library documentation for existing implementations of the requested feature and return a REUSE, ADAPT, or BUILD decision with concise rationale and install or adaptation instructions.