@undefineds.co/models 0.2.32 → 0.2.33
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/package.json +1 -1
- package/skills/README.md +7 -7
package/package.json
CHANGED
package/skills/README.md
CHANGED
|
@@ -18,9 +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.
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
version tag. Plugin marketplace indexes live in the separate
|
|
22
|
+
`undefinedsco/marketplace` repository so one marketplace can aggregate plugins
|
|
23
|
+
from `models`, `xpod`, LinX, and future Undefineds repositories.
|
|
24
24
|
|
|
25
25
|
Codex users can install the skill from the repository path once these files are
|
|
26
26
|
on `main`:
|
|
@@ -32,15 +32,15 @@ npx codex-marketplace add undefinedsco/models/skills/solid-modeling --skill --gl
|
|
|
32
32
|
Codex plugin users can register the Git marketplace and then install the plugin:
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
codex plugin marketplace add undefinedsco/
|
|
35
|
+
codex plugin marketplace add undefinedsco/marketplace --ref main
|
|
36
36
|
codex plugin add solid-modeling@undefineds
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
Claude Code users can register the same
|
|
40
|
-
|
|
39
|
+
Claude Code users can register the same marketplace and install the plugin with
|
|
40
|
+
the matching selector:
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
|
-
claude plugin marketplace add undefinedsco/
|
|
43
|
+
claude plugin marketplace add undefinedsco/marketplace
|
|
44
44
|
claude plugin install solid-modeling@undefineds
|
|
45
45
|
```
|
|
46
46
|
|