opencode-skills-collection 3.1.5 → 3.1.6

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-06-24T02:01:40.611Z",
3
+ "updatedAt": "2026-06-25T02:03:59.404Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-collection",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "OpenCode CLI plugin that automatically downloads and keeps skills up to date.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@opencode-ai/sdk": "^1.15.5",
42
42
  "@types/bun": "*",
43
- "@types/node": "^25.9.1",
43
+ "@types/node": "^26.0.0",
44
44
  "@types/strip-json-comments": "^3.0.0",
45
45
  "typescript": "^6.0.2"
46
46
  }
package/skills_index.json CHANGED
@@ -18202,6 +18202,28 @@
18202
18202
  "reasons": []
18203
18203
  }
18204
18204
  },
18205
+ {
18206
+ "id": "infinity",
18207
+ "path": "skills/infinity",
18208
+ "category": "uncategorized",
18209
+ "name": "infinity",
18210
+ "description": "Enforces a strict input boundary protocol (detect, classify, filter, verify) to ensure untrusted data never reaches business logic raw.",
18211
+ "risk": "safe",
18212
+ "source": "community",
18213
+ "date_added": "2026-06-23",
18214
+ "plugin": {
18215
+ "targets": {
18216
+ "codex": "supported",
18217
+ "claude": "supported"
18218
+ },
18219
+ "setup": {
18220
+ "type": "none",
18221
+ "summary": "",
18222
+ "docs": null
18223
+ },
18224
+ "reasons": []
18225
+ }
18226
+ },
18205
18227
  {
18206
18228
  "id": "ingest-youtube",
18207
18229
  "path": "skills/ingest-youtube",