reskill 1.0.4 → 1.1.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
@@ -40,10 +40,10 @@ npx reskill@latest <command> # Or use npx directly
40
40
 
41
41
  ## Commands
42
42
 
43
- | Command | Description |
44
- | -------------------- | ----------------------------------------- |
45
- | `init` | Initialize `skills.json` |
46
- | `install [skill]` | Install skills |
43
+ | Command | Description |
44
+ | --------------------- | ----------------------------------------- |
45
+ | `init` | Initialize `skills.json` |
46
+ | `install [skills...]` | Install one or more skills |
47
47
  | `list` | List installed skills |
48
48
  | `info <skill>` | Show skill details |
49
49
  | `update [skill]` | Update skills |
@@ -74,6 +74,9 @@ npx reskill@latest install gitlab.company.com:team/skill@v1.0.0
74
74
 
75
75
  # Default registry (from skills.json)
76
76
  npx reskill@latest install user/skill@v1.0.0
77
+
78
+ # Install multiple skills at once
79
+ npx reskill@latest install github:user/skill1 github:user/skill2@v1.0.0
77
80
  ```
78
81
 
79
82
  ## Version Specification
package/README.zh-CN.md CHANGED
@@ -40,10 +40,10 @@ npx reskill@latest <command> # 或直接使用 npx
40
40
 
41
41
  ## 命令
42
42
 
43
- | 命令 | 说明 |
44
- | -------------------- | -------------------- |
45
- | `init` | 初始化 `skills.json` |
46
- | `install [skill]` | 安装 skills |
43
+ | 命令 | 说明 |
44
+ | --------------------- | ----------------------- |
45
+ | `init` | 初始化 `skills.json` |
46
+ | `install [skills...]` | 安装一个或多个 skills |
47
47
  | `list` | 列出已安装的 skills |
48
48
  | `info <skill>` | 查看 skill 详情 |
49
49
  | `update [skill]` | 更新 skills |
@@ -61,6 +61,9 @@ github:user/skill@v1.0.0 # GitHub 简写
61
61
  gitlab:group/skill@latest # GitLab 简写
62
62
  gitlab.company.com:team/skill@v1.0.0 # 自建实例
63
63
  https://github.com/user/repo/tree/main/path # 网页 URL(支持子路径)
64
+
65
+ # 一次安装多个 skills
66
+ reskill install github:user/skill1 github:user/skill2@v1.0.0
64
67
  ```
65
68
 
66
69
  ## 版本规范
@@ -1 +1 @@
1
- {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/install.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAijBpC;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc,SA6DvB,CAAC;AAEL,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/install.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwqBpC;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc,SA+DvB,CAAC;AAEL,eAAe,cAAc,CAAC"}