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
|
|
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/` | ~
|
|
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 |
|
package/package.json
CHANGED