What problem does it solve?
This Skill eliminates the wasted effort of building custom functionality from scratch when proven, existing solutions are already available, saving development time and reducing long-term technical debt.
Core Features & Use Cases
- Structured Research Workflow: Systematically searches npm, PyPI, MCP servers, Claude Code skills, and GitHub for existing tools, libraries, and patterns before any custom code is written.
- Candidate Evaluation Framework: Provides a clear decision matrix to score potential solutions on functionality, maintenance status, community support, documentation quality, and license compatibility.
- Use Case: When you need to add dead link checking to a documentation repository, this Skill guides you to adopt the existing textlint-rule-no-dead-link package instead of building a custom checker from scratch.
Quick Start
Use the search-first skill to research existing solutions for adding resilient HTTP retry logic to your Python API service before writing any custom implementation code.