opencode-skills-collection 2.0.30 → 2.0.32

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
@@ -26,7 +26,7 @@
26
26
 
27
27
  ## Overview
28
28
 
29
- **OpenCode Skills Collection** ships a pre-bundled snapshot of 800+ universal skills for the OpenCode CLI.
29
+ **OpenCode Skills Collection** ships a pre-bundled snapshot of 1000+ universal skills for the OpenCode CLI.
30
30
 
31
31
  Instead of loading every skill into the AI context at startup — which would consume ~80k tokens and cause compaction
32
32
  loops — the plugin uses a **SkillPointer** architecture: skills are organized into categories inside a hidden vault and
@@ -92,7 +92,7 @@ After the first startup, your `~/.config/opencode/` directory looks like this:
92
92
 
93
93
  | | Without SkillPointer | With SkillPointer |
94
94
  |----------------------|----------------------|---------------------|
95
- | Folders in `skills/` | ~800 | ~35 |
95
+ | Folders in `skills/` | ~1000 | ~35 |
96
96
  | Tokens at startup | ~80,000 | ~255 |
97
97
  | Skills available | All injected upfront | On-demand via vault |
98
98
  | Compaction loops | ✗ frequent | ✓ none |
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-04-11T09:41:12.005Z",
3
+ "updatedAt": "2026-04-11T11:31:44.945Z",
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": "2.0.30",
3
+ "version": "2.0.32",
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",