universal-dev-standards 3.2.2 → 3.3.0-beta.2

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.
Files changed (2) hide show
  1. package/README.md +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -241,14 +241,20 @@ The `.standards/manifest.json` tracks your adoption: | `.standards/manifest.json
241
241
 
242
242
  ## Integration with Claude Code Skills | 與 Claude Code Skills 整合
243
243
 
244
- This CLI works alongside [universal-dev-skills](https://github.com/AsiaOstrich/universal-dev-skills):
245
- 此 CLI 與 [universal-dev-skills](https://github.com/AsiaOstrich/universal-dev-skills) 配合使用:
244
+ This CLI works alongside [Claude Code Skills](../skills/claude-code/):
245
+ 此 CLI 與 [Claude Code Skills](../skills/claude-code/) 配合使用:
246
246
 
247
247
  - **Skills** provide interactive AI assistance (commit messages, code review, etc.)
248
248
  - **Skills** 提供互動式 AI 協助(commit 訊息、程式碼審查等)
249
249
  - **Reference documents** provide guidelines for manual reference
250
250
  - **參考文件**提供手動參考的指南
251
251
 
252
+ **Install Skills via Plugin Marketplace | 透過 Plugin Marketplace 安裝 Skills:**
253
+ ```bash
254
+ /plugin marketplace add AsiaOstrich/universal-dev-standards
255
+ /plugin install universal-dev-standards@universal-dev-standards
256
+ ```
257
+
252
258
  **Important | 重要**: For standards with Skills available, use the Skill OR copy the source document — never both.
253
259
  對於有可用 Skills 的規範,請使用 Skill 或複製來源文件 — 切勿兩者同時使用。
254
260
 
@@ -296,7 +302,7 @@ Git 鉤子透過 Git Bash 運作,它包含在 Git for Windows 中。不需要
296
302
  ## Related | 相關資源
297
303
 
298
304
  - [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards) - Source repository | 原始碼庫
299
- - [universal-dev-skills](https://github.com/AsiaOstrich/universal-dev-skills) - Claude Code Skills
305
+ - [Claude Code Skills](../skills/claude-code/) - 14 AI-assisted development skills | 14 AI 輔助開發 Skills
300
306
  - [Adoption Guide](https://github.com/AsiaOstrich/universal-dev-standards/blob/main/adoption/ADOPTION-GUIDE.md) - Complete guidance | 完整指南
301
307
  - [Windows Guide](../docs/WINDOWS-GUIDE.md) - Windows-specific guide | Windows 專用指南
302
308
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-dev-standards",
3
- "version": "3.2.2",
3
+ "version": "3.3.0-beta.2",
4
4
  "description": "CLI tool for adopting Universal Development Standards",
5
5
  "keywords": [
6
6
  "documentation",