@vthst/page-manual 1.0.0 → 1.0.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/package.json +1 -1
- package/skill/SKILL.md +11 -0
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -5,6 +5,17 @@ argument-hint: <页面 .vue 文件的相对路径 / 路由路径 / 完整 URL>
|
|
|
5
5
|
allowed-tools: Read, Glob, Grep, Write, Edit, Bash
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## 输出语言规范(强制)
|
|
9
|
+
|
|
10
|
+
所有面向用户的输出**默认中文**,包括但不限于:
|
|
11
|
+
|
|
12
|
+
- **Todo 列表**:步骤标题用中文,如「步骤 1:检测项目环境」/「步骤 2:读取模板」,不要用 "Step 1: Detect project environment"
|
|
13
|
+
- **进度反馈 / 自言自语**:用中文,如「正在读页面代码...」「未检测到 X,终止」
|
|
14
|
+
- **终止提示**:用中文(已默认)
|
|
15
|
+
|
|
16
|
+
代码标识符(package.json 字段名、路由路径、文件路径、命令、变量名等)保留英文。
|
|
17
|
+
---
|
|
18
|
+
|
|
8
19
|
# 任务:给 Vue 页面「$ARGUMENTS」生成页面操作手册(PageGuide 帮助文档)
|
|
9
20
|
|
|
10
21
|
## 第 0 步:参数校验
|