What problem does it solve?
This Skill eliminates the wasted effort of writing custom code for problems that already have well-maintained existing solutions, reducing unnecessary development time and technical debt.
Core Features & Use Cases
- Systematic Research Workflow: Guides you to search npm/PyPI, MCP servers, Claude skills, and GitHub open source projects before writing any custom code.
- Structured Decision Matrix: Helps you choose between adopting an existing tool as-is, extending it with a thin wrapper, composing multiple small tools, or building a fully custom solution based on candidate evaluation scores.
- Use Case: When you need to add dead link checking for markdown files, this Skill helps you find and adopt the existing textlint-rule-no-dead-link package instead of writing a custom link checker from scratch.
Quick Start
Use the search-first skill to research existing tools and libraries before writing custom code for the new data validation feature you are implementing.