recommend
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:
More from toss/es-toolkit
guide
es-toolkit usage guide covering installation, import patterns, and setup for Node.js, Bun, Deno, and browsers. Use when the user asks how to install, import, or set up es-toolkit in their project.
101migrate
Guide migrating lodash code to es-toolkit. Use when the user wants to migrate from lodash, replace lodash imports, reduce bundle size by switching to es-toolkit, or understand the difference between es-toolkit and es-toolkit/compat.
58compat-review
Verify compat PR claims by running lodash vs es-toolkit/compat at runtime
44pr-review
Review recent PRs with deep context and label-specific checks
38release
Create a new es-toolkit release (version bump, changelog, tag)
37issue-label
Suggest and apply GitHub labels to unlabeled issues
37