opencode-skills-collection 2.0.205 → 2.0.206
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
CHANGED
|
@@ -18,10 +18,6 @@
|
|
|
18
18
|
> An [OpenCode CLI](https://opencode.ai/) plugin that bundles and auto-syncs a universal collection of AI skills —
|
|
19
19
|
> delivered instantly, with zero network latency at startup.
|
|
20
20
|
|
|
21
|
-
> ⚠️ **Previously published
|
|
22
|
-
> as [`opencode-skills-antigravity`](https://www.npmjs.com/package/opencode-skills-antigravity)** — that package is now
|
|
23
|
-
> deprecated and points to this one.
|
|
24
|
-
|
|
25
21
|
---
|
|
26
22
|
|
|
27
23
|
## Overview
|
|
@@ -163,18 +159,6 @@ module resolution.
|
|
|
163
159
|
|
|
164
160
|
---
|
|
165
161
|
|
|
166
|
-
## Migration from `opencode-skills-antigravity`
|
|
167
|
-
|
|
168
|
-
If you were using the old package, simply update your `~/.config/opencode/opencode.json`:
|
|
169
|
-
|
|
170
|
-
```json
|
|
171
|
-
{
|
|
172
|
-
"plugin": [
|
|
173
|
-
"opencode-skills-collection@latest"
|
|
174
|
-
]
|
|
175
|
-
}
|
|
176
|
-
```
|
|
177
|
-
|
|
178
162
|
The old `opencode-skills-antigravity` package on npm is deprecated and re-exports this one automatically.
|
|
179
163
|
|
|
180
164
|
---
|
package/package.json
CHANGED