guide
es-toolkit Usage Guide
Provide guidance on installing, importing, and using es-toolkit across different runtimes.
Input
$ARGUMENTS — A topic or question about es-toolkit usage.
Why source-of-truth matters
Installation commands and import paths change across versions. Always verify from the local docs in this repository (docs/usage.md, docs/ko/usage.md) rather than relying on memorized instructions.
Workflow
1. Check local documentation first
Read the relevant docs from this repository:
More from toss/es-toolkit
recommend
Analyze code or requirements and recommend the best es-toolkit functions. Use when the user asks which es-toolkit function to use, needs help finding a utility, or wants alternatives to manual implementations.
131migrate
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