@brushes/schema-to-view 1.0.0 → 1.0.2
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 +5 -2
- package/skills/REFERENCE.md +1 -1
- package/skills/SKILL.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brushes/schema-to-view",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "根据 UI 截图/设计稿动态生成低代码平台 JSON schema。当用户提供 UI 图片要求生成页面、将设计稿转为低代码页面、根据截图创建页面 JSON、图片转 Schema 时使用此 skill。触发条件:UI 截图 + 低代码、设计稿转代码、图片生成页面、schema 生成",
|
|
5
|
-
"keywords": ["
|
|
5
|
+
"keywords": ["pi-package"],
|
|
6
|
+
"pi": {
|
|
7
|
+
"skills": ["./skills"]
|
|
8
|
+
}
|
|
6
9
|
}
|
package/skills/REFERENCE.md
CHANGED
package/skills/SKILL.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: schema-to-view
|
|
2
|
+
name: @brushes/schema-to-view
|
|
3
3
|
description: >
|
|
4
4
|
根据 UI 截图/设计稿动态生成低代码平台 JSON schema。当用户提供 UI 图片要求生成页面、
|
|
5
5
|
将设计稿转为低代码页面、根据截图创建页面 JSON、图片转 Schema 时使用此 skill。
|
|
@@ -9,7 +9,7 @@ allowed-tools: Bash(ls mkdir) Read Write Edit Glob Grep mcp__image-vision-mcp__*
|
|
|
9
9
|
paths: "pageModels/**,apps/editor/**,packages/component-ui/**"
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
#
|
|
12
|
+
# @brushes/schema-to-view:UI 截图 → 低代码 JSON Schema
|
|
13
13
|
|
|
14
14
|
将 UI 设计稿/截图转换为 web-lowcode 平台可用的 JSON schema 文件。
|
|
15
15
|
|