What problem does it solve?
This Skill eliminates wasted development effort by preventing teams from building custom functionality that already exists as maintained, production-ready libraries, tools, or integrations, reducing project timelines and technical debt.
Core Features & Use Cases
- Multi-source parallel research: Search npm, PyPI, MCP servers, GitHub, and existing Claude Code skills simultaneously for existing solutions to common development problems.
- Structured decision framework: Score candidates across functionality, maintenance status, community support, documentation, license, and dependencies to choose between adopting, extending, composing, or building custom code.
- Use Case: When tasked with adding a config file linter to a project, the Skill identifies ajv-cli as a suitable existing tool, avoiding the need to write a custom JSON schema validator from scratch.
Quick Start
Use the search-first skill to research existing tools for adding a resilient HTTP client with retry support to your Node.js project before writing any custom code.