es-toolkit-plugin/README.md
Official Claude Code plugin for es-toolkit — a modern JavaScript utility library that's fast, small, and type-safe.
/plugin marketplace add toss/es-toolkit
/plugin install es-toolkit@es-toolkit-plugin
npx skills add toss/es-toolkit
claude --plugin-dir ./es-toolkit-plugin
After installing, run /reload-plugins to load the skills.
| Skill | Command | Description |
|---|---|---|
| Guide | /es-toolkit:guide | Installation, import patterns, setup for Node.js/Bun/Deno/browser |
| Recommend | /es-toolkit:recommend | Find the right es-toolkit function for your use case |
| Migrate | /es-toolkit:migrate | Guide migrating lodash code to es-toolkit, and understand strict vs compat API |
The skills are self-contained when installed individually. They inspect the es-toolkit version installed in your project, and they fall back to the source tree when run inside this repository. No repository-level symlinks or network requests are required.
/es-toolkit:guide install
/es-toolkit:guide How do I use es-toolkit in Deno?
/es-toolkit:guide What import style is best for tree shaking?
/es-toolkit:recommend I need to deeply merge two objects
/es-toolkit:recommend remove falsy values from an array
/es-toolkit:migrate _.chunk(users, 10)
/es-toolkit:migrate convert all lodash imports in this file
/es-toolkit:migrate get
/es-toolkit:migrate migration strategy
The recommendation and migration skills resolve exports and declarations from the es-toolkit version installed in your project. The guide reads the same package metadata when available and otherwise provides standalone setup guidance. When the skills run inside this repository, they can use its source and documentation directly.