@agile-team/wl-skills-kit 2.1.8 → 2.1.9
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 -1
- package/bin/wl-skills.js +1 -1
- package/files/.github/guides/architecture.md +1 -1
- package/files/.github/guides/usage.md +5 -3
- package/files/.github/skills/_compat/headers/cursor-mdc.txt +1 -1
- package/files/.github/skills/_compat/headers/kiro.txt +1 -1
- package/files/.github/skills/_compat/headers/trae.txt +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@agile-team/wl-skills-kit)
|
|
4
4
|
|
|
5
|
-
**AI Skill 模板包 v2.1.
|
|
5
|
+
**AI Skill 模板包 v2.1.9** — 一条命令尗13 条编码规范、8 个 AI Skill、组件文档、领域样例导入 Vue 3 项目。
|
|
6
6
|
|
|
7
7
|
让 AI 编辑器(Copilot / Cursor / Windsurf / Claude Code / Cline / Kiro / Trae / 通用 Agents)**真正理解项目规范**,从原型/详设到完整页面代码全流程自动化。
|
|
8
8
|
|
package/bin/wl-skills.js
CHANGED
|
@@ -48,7 +48,7 @@ AI 会自动识别意图,触发对应的 Skill。
|
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
51
|
-
##
|
|
51
|
+
## 8 个 Skill 速览
|
|
52
52
|
|
|
53
53
|
| Skill | 触发关键词 | 用途 |
|
|
54
54
|
| ------------------ | ------------------------------ | ---------------------------- |
|
|
@@ -56,8 +56,10 @@ AI 会自动识别意图,触发对应的 Skill。
|
|
|
56
56
|
| `api-contract` | 接口约定 / api.md / 字段定义 | 生成接口约定文档 |
|
|
57
57
|
| `page-codegen` | 生成页面 / 帮我生成 | 生成 4 文件 + 菜单注册 |
|
|
58
58
|
| `menu-sync` | 创建菜单 / 同步菜单 | 菜单数据同步到后端 |
|
|
59
|
+
| `dict-sync` | 同步字典 / 创建字典 / 字典审计 | 字典基线同步到后端 |
|
|
59
60
|
| `convention-audit` | 规范审计 / 代码审计 | 13 条规范扫描 + 偏差报告 |
|
|
60
|
-
| `template-extract` | 提取模板 /
|
|
61
|
+
| `template-extract` | 提取模板 / 抄取模板 | 从现有页面沉淠领域专属模板 |
|
|
62
|
+
| `code-fix` | 自动修复 / 整改偏差 / 规范整改 | 受控自动修复审计报告中的偏差 |
|
|
61
63
|
|
|
62
64
|
完整调度规则见 `.github/skills/_registry.md`。
|
|
63
65
|
|
|
@@ -72,7 +74,7 @@ AI 会自动识别意图,触发对应的 Skill。
|
|
|
72
74
|
├── .github/
|
|
73
75
|
│ ├── copilot-instructions.md AI 主入口
|
|
74
76
|
│ ├── standards/ 13 条模块化规范
|
|
75
|
-
│ ├── skills/
|
|
77
|
+
│ ├── skills/ 8 个 Skill + 1 个 PLANNED 草稿
|
|
76
78
|
│ ├── guides/ 使用指南 + 架构设计
|
|
77
79
|
│ └── reports/ AI 生成报告(SYS_MENU_INFO 等)
|
|
78
80
|
├── docs/ 12 个组件 API 文档(jh-* / request 等)
|