@catcuts-skills/commit 1.0.5 → 1.0.7
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,10 +45,10 @@ npm run install:local
|
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
47
|
# 全局安装
|
|
48
|
-
npx
|
|
48
|
+
npx skills . -a claude-code -g -y
|
|
49
49
|
|
|
50
50
|
# 项目级安装
|
|
51
|
-
npx
|
|
51
|
+
npx skills . -a claude-code -y
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
### 测试安装
|
|
@@ -167,7 +167,7 @@ Closes #123
|
|
|
167
167
|
|
|
168
168
|
### 安装原理
|
|
169
169
|
|
|
170
|
-
本技能使用 [Vercel 开源的
|
|
170
|
+
本技能使用 [Vercel 开源的 skills](https://github.com/vercel-labs/skills) 工具进行安装管理,支持 Opencode、Claude Code、Codex、Cursor 及其他 [23 个工具](https://github.com/vercel-labs/add-skill?tab=readme-ov-file#supported-agents)。
|
|
171
171
|
|
|
172
172
|
1. `package.json` 中的 `postinstall` 钩子自动运行安装脚本
|
|
173
173
|
2. 安装脚本调用 `add-skill` 将 `SKILL.md` 复制到目标目录
|
|
@@ -206,7 +206,7 @@ skills/commit/
|
|
|
206
206
|
|
|
207
207
|
## 开发
|
|
208
208
|
|
|
209
|
-
本技能基于 [agent-skill-npm-boilerplate](https://github.com
|
|
209
|
+
本技能基于 [agent-skill-npm-boilerplate](https://github.com/catcuts/agent-skill-npm-boilerplate) 开发。
|
|
210
210
|
|
|
211
211
|
## 相关资源
|
|
212
212
|
|