da-style 0.1.3 → 0.1.5
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 +1 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -218,23 +218,7 @@ node_modules/da-style/skills/da-style/
|
|
|
218
218
|
└── tokens.md # 设计令牌完整列表
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
###
|
|
222
|
-
|
|
223
|
-
```bash
|
|
224
|
-
npx library-skills
|
|
225
|
-
```
|
|
226
|
-
|
|
227
|
-
此命令会自动扫描 `node_modules/*/skills/` 下所有合法的 Skill,并将其复制到当前项目的 AI 代理配置目录。
|
|
228
|
-
|
|
229
|
-
### 方式二:通过 skills add 从 npm 安装
|
|
230
|
-
|
|
231
|
-
```bash
|
|
232
|
-
npx skills add da-style
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
直接从 npm 包安装 Skill(前提是包根目录下存在 `skills/` 目录且包含有效 Skill)。
|
|
236
|
-
|
|
237
|
-
### 方式三:手动复制
|
|
221
|
+
### 手动复制安装
|
|
238
222
|
|
|
239
223
|
将 `node_modules/da-style/skills/da-style` 整个文件夹复制到当前项目的 AI 代理配置目录:
|
|
240
224
|
|