opencode-skills-collection 3.1.21 → 3.1.23
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 +5 -1
- package/bundled-skills/.antigravity-install-manifest.json +1 -1
- package/package.json +1 -1
- package/skills_index.json +3025 -345
package/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<!-- GitAds-Verify: UJY7GLBGO5NXKQAS89X9E6DFWFIHOM1Q -->
|
|
1
2
|
<div align="center">
|
|
2
3
|
|
|
3
4
|
<img src="docs/assets/logo.svg" alt="OpenCode Skills Collection"/>
|
|
@@ -249,7 +250,10 @@ To use the latest beta version, update your `~/.config/opencode/opencode.json`:
|
|
|
249
250
|
|
|
250
251
|
## License
|
|
251
252
|
|
|
252
|
-
[MIT ©](./LICENSE)
|
|
253
|
+
[MIT ©](./LICENSE)
|
|
254
|
+
|
|
255
|
+
## GitAds Sponsored
|
|
256
|
+
[](https://gitads.dev/v1/ad-track?source=francostino/opencode-skills-collection@github)
|
|
253
257
|
|
|
254
258
|
## Star History
|
|
255
259
|
|
package/package.json
CHANGED