opencode-starterkit 1.0.2 → 1.0.3

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
@@ -331,12 +331,13 @@ Baseline hiện có các command như:
331
331
  Cài vào `~/.config/opencode/plugin/` và được runtime activate qua global config resolution.
332
332
 
333
333
  Baseline hiện có các plugin như:
334
+ - `opencode-agent-skills` → dynamic skill discovery / selection / loading
334
335
  - `memory.ts` → memory runtime và prompt injection
335
336
  - `sessions.ts` → đọc/tìm session
336
337
  - `copilot-auth.ts` → auth/provider integration
337
338
  - `skill-mcp.ts` → MCP bridge cho skill
338
339
 
339
- **Tác dụng:** mở rộng capability chung cho OpenCode ở tầng global.
340
+ **Tác dụng:** mở rộng capability chung cho OpenCode ở tầng global, đặc biệt là giúp agent discover và load skill phù hợp khi cần.
340
341
 
341
342
  ##### 4) Skills dùng chung
342
343
  Cài vào `~/.config/opencode/skills/`.
@@ -514,3 +515,7 @@ Ngoài ra còn có:
514
515
  - thêm action ngoài `Initialize project`
515
516
  - harden merge config global
516
517
  - mở rộng canary sang nhiều repo hơn
518
+ hơn
519
+ - thêm action ngoài `Initialize project`
520
+ - harden merge config global
521
+ - mở rộng canary sang nhiều repo hơn
@@ -151,6 +151,7 @@
151
151
  }
152
152
  },
153
153
  "plugin": [
154
+ "opencode-agent-skills",
154
155
  "@tarquinen/opencode-dcp@latest",
155
156
  "@franlol/opencode-md-table-formatter@0.0.3",
156
157
  "openslimedit@latest"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-starterkit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Global baseline + thin project overlay installer for OpenCode.",