@undefineds.co/models 0.2.28 → 0.2.30

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/package.json +1 -1
  2. package/skills/README.md +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undefineds.co/models",
3
- "version": "0.2.28",
3
+ "version": "0.2.30",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/skills/README.md CHANGED
@@ -18,8 +18,9 @@ Release automation validates this directory and packages:
18
18
  - a Claude Code plugin archive that contains the same skill source
19
19
 
20
20
  The publish workflow uploads those artifacts to the GitHub Release for the
21
- version tag. It does not directly submit entries to Codex Marketplace or Claude
22
- Code Marketplace.
21
+ version tag. The repo also contains a Codex marketplace manifest under
22
+ `.agents/plugins/marketplace.json`, so Codex can register the models repo as a
23
+ Git marketplace and install the bundled plugin directly.
23
24
 
24
25
  Codex users can install the skill from the repository path once these files are
25
26
  on `main`:
@@ -28,6 +29,13 @@ on `main`:
28
29
  npx codex-marketplace add undefinedsco/models/skills/solid-modeling --skill --global
29
30
  ```
30
31
 
32
+ Codex plugin users can register the Git marketplace and then install the plugin:
33
+
34
+ ```bash
35
+ codex plugin marketplace add undefinedsco/models --ref main
36
+ codex plugin add solid-modeling@undefineds-models
37
+ ```
38
+
31
39
  Pi users can install the same skill through the package manifest:
32
40
 
33
41
  ```bash