@moon791017/neo-skills 1.0.3 → 1.0.4

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
@@ -84,7 +84,7 @@ npx @moon791017/neo-skills install-claude-skills
84
84
  #### 方案 C:透過 npm 安裝
85
85
  ```bash
86
86
  npm i @moon791017/neo-skills -g
87
- neo-install-claude-skills
87
+ install-claude-skills
88
88
  ```
89
89
 
90
90
  ### 2. Gemini CLI 安裝方式
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "neo-skills",
3
3
  "description": "A universal capability extension for Gemini CLI",
4
- "version": "0.41.3",
4
+ "version": "0.42.0",
5
5
  "mcpServers": {
6
6
  "neo-skills": {
7
7
  "command": "node",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@moon791017/neo-skills",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "Neo Skills: A Universal Expert Agent Extension",
6
6
  "bin": {
7
- "neo-install-claude-skills": "./bin/install-claude-skills.js"
7
+ "install-claude-skills": "./bin/install-claude-skills.js"
8
8
  },
9
9
  "files": [
10
10
  "dist",