@mal-icons/core 0.5.9 → 0.6.10

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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,19 @@ model**. `@mal-icons/core` is where that contract lives:
26
26
  There is **no runtime dependency** and **no framework code** — just types and a
27
27
  few tiny pure functions.
28
28
 
29
+ ## Use with AI agents
30
+
31
+ The [`mal-icons` agent skill](../../skills/mal-icons) teaches AI coding agents
32
+ to find, import, and theme icons across every `@mal-icons` adapter. Install it
33
+ with the [`skills` CLI](https://www.npmjs.com/package/skills):
34
+
35
+ ```bash
36
+ npx skills add mal-icons/mal-icons
37
+ ```
38
+
39
+ See [`skills/mal-icons`](https://github.com/mal-icons/mal-icons/tree/main/skills/mal-icons)
40
+ for the catalog and per-framework guides.
41
+
29
42
  ## Installation
30
43
 
31
44
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mal-icons/core",
3
- "version": "0.5.9",
3
+ "version": "0.6.10",
4
4
  "description": "Framework-agnostic types and theming utilities for mal-icons.",
5
5
  "type": "module",
6
6
  "license": "MIT",