recommend
Installation
SKILL.md
Function Recommendation
Recommend the most suitable es-toolkit function for the user's needs, grounded in source code and official documentation.
Input
$ARGUMENTS — A description of what the user needs, or a code snippet to analyze.
Why grounding matters
es-toolkit evolves faster than any training data can track. Always verify function existence and behavior from the actual source code in this repository, rather than relying on memorized knowledge. This prevents recommending functions that don't exist or have changed signatures.
Workflow
1. Understand the requirement
Parse $ARGUMENTS to identify: