@catcuts-skills/handover 1.0.4 → 1.0.6
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
### 自动安装(推荐)
|
|
13
13
|
|
|
14
|
-
安装本 npm 包时会自动将 skill 注册到 Opencode、Claude Code、Codex、Cursor 及其他 [
|
|
14
|
+
安装本 npm 包时会自动将 skill 注册到 Opencode、Claude Code、Codex、Cursor 及其他 [23 个工具](https://github.com/vercel-labs/add-skill?tab=readme-ov-file#supported-agents)。感谢 [Vercel 开源的 skills 管理工具](https://github.com/vercel-labs/skills)🌹
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
17
|
# 全局安装(默认)
|
|
@@ -32,10 +32,10 @@ SKILL_SCOPE=LOCAL npm install @catcuts-skills/handover
|
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
34
|
# 全局安装
|
|
35
|
-
npx
|
|
35
|
+
npx skills . -a claude-code -g -y
|
|
36
36
|
|
|
37
37
|
# 项目级安装
|
|
38
|
-
npx
|
|
38
|
+
npx skills . -a claude-code -y
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### 测试安装
|