When you need to find the right es-toolkit function but don't want to browse docs manually, this does the search for you. It greps through the actual source code and spec files in the repository to find matching utilities, then constructs the official documentation URLs and pulls real usage examples. The workflow is smart about it: searches locally first for speed, builds comparison tables when there are multiple candidates, and includes a "when to choose which" section with actual decision criteria. It won't hallucinate functions because it only recommends what it finds in the codebase. Useful when migrating from lodash or just exploring what's available without leaving your editor.
npx skills add https://github.com/toss/es-toolkit --skill recommend