es-toolkit 1.45.1-dev.1775 → 1.45.1-dev.1776
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,6 +34,23 @@ console.log(chunkedArray);
|
|
|
34
34
|
// Output: [[1, 2], [3, 4], [5, 6]]
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
+
## AI Integration
|
|
38
|
+
|
|
39
|
+
es-toolkit provides [Agent Skills](https://skills.sh) for AI coding tools like Claude Code, Cursor, and Copilot.
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npx skills add toss/es-toolkit
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
For Claude Code, you can also install via the plugin marketplace:
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
/plugin marketplace add toss/es-toolkit
|
|
49
|
+
/plugin install es-toolkit@es-toolkit-plugin
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
For more details, see the [AI Integration guide](https://es-toolkit.dev/ai-integration.html).
|
|
53
|
+
|
|
37
54
|
## Contributing
|
|
38
55
|
|
|
39
56
|
We welcome contribution from everyone in the community. Read below for detailed contribution guide.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
|
-
"version": "1.45.1-dev.
|
|
3
|
+
"version": "1.45.1-dev.1776+d7851489",
|
|
4
4
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
5
5
|
"homepage": "https://es-toolkit.dev",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|