@nnnggel/skills-management 1.0.0 → 1.0.1

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
@@ -31,7 +31,7 @@ It supports multiple AI environments including **OpenCode**, **Cursor**, **Gemin
31
31
  This tool can be installed directly from npm:
32
32
 
33
33
  ```bash
34
- npm install -g skills-management
34
+ npm install -g @nnnggel/skills-management
35
35
  ```
36
36
 
37
37
  Or install from source:
package/README.zh-CN.md CHANGED
@@ -31,7 +31,7 @@
31
31
  可以直接从 npm 安装:
32
32
 
33
33
  ```bash
34
- npm install -g skills-management
34
+ npm install -g @nnnggel/skills-management
35
35
  ```
36
36
 
37
37
  或者从源码安装:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nnnggel/skills-management",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "description": "A CLI tool to manage and synchronize AI coding agent skills",
6
6
  "bin": {