opencode-skills-collection 3.1.18 → 3.1.20
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 +3 -3
- package/bundled-skills/.antigravity-install-manifest.json +1 -1
- package/package.json +1 -1
- package/skills_index.json +2465 -548
package/README.md
CHANGED
|
@@ -255,8 +255,8 @@ To use the latest beta version, update your `~/.config/opencode/opencode.json`:
|
|
|
255
255
|
|
|
256
256
|
<a href="https://www.star-history.com/?repos=FrancoStino%2Fopencode-skills-collection&type=date&legend=top-left">
|
|
257
257
|
<picture>
|
|
258
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&theme=dark&legend=top-left" />
|
|
259
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left" />
|
|
260
|
-
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left" />
|
|
258
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&theme=dark&legend=top-left&sealed_token=QyOR2eOD47MzxIAhnsjhkG1p25eQjMkEF7T6a0A6tDSVh3SQZUKZ7v5G-ZdgxEknAqANbBQ2qqK8EjY75dMWcY2Av-LYGeTE0SJjXUZC1UILMIzSWP2clQ" />
|
|
259
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left&sealed_token=QyOR2eOD47MzxIAhnsjhkG1p25eQjMkEF7T6a0A6tDSVh3SQZUKZ7v5G-ZdgxEknAqANbBQ2qqK8EjY75dMWcY2Av-LYGeTE0SJjXUZC1UILMIzSWP2clQ" />
|
|
260
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left&sealed_token=QyOR2eOD47MzxIAhnsjhkG1p25eQjMkEF7T6a0A6tDSVh3SQZUKZ7v5G-ZdgxEknAqANbBQ2qqK8EjY75dMWcY2Av-LYGeTE0SJjXUZC1UILMIzSWP2clQ" />
|
|
261
261
|
</picture>
|
|
262
262
|
</a>
|
package/package.json
CHANGED