board-design skillA
board-design is agent-read markdown (skill) from muselinn/musepi: 桌面看板(board)的设计与读写规范——何时建板、怎么规划卡片布局、如何选 widget 类型并配 data/pos(避免类型数据错配和不可用布局)。触发:用户要求"看板/桌面卡片墙/把 X 放上看板/添加卡片"。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 看板设计规范
MusePi 看板是**桌面卡片墙**(GUI 实时渲染):`board` 工具读写(action:
list/get/schema/save),卡片是 `widget` 类型的活卡片(同一套类型表,见
`widget-design` skill 的映射)。**先 `board schema` 查类型表,再设计,最后
save**——schema 是唯一事实源,不要凭记忆猜字段。
## 看板数据结构
```
board { action, id?, board? }
```
- `list` — 全部看板(id + 标题 + 组件数)
- `get <id>` — 单个看板完整内容(widget 的 data/pos)
- `schema` — widget 类型表(fields + defaults + tones)
- `save <id> <board>` — 整板替换/新建(校验:类型已知、pos 整数像素)
board 形状:`{ id, title, widgets: [{ id, type, title?, data?, pos }] }`
## 布局原则(像素网格,kimi-work parity)
- **画布网格**:列宽 92px × 行高 44px,gutter 12px——卡片位置/尺寸用
整数像素(`pos: {x, y, w, h}`),**绝不允许小数**(校验直接拒绝)。
- **最小卡片** 2 列 × 2 行(172×76);推荐起步 356×296(4×7)。
- **对齐网格**:x/y 尽量落在网格线上(92 的倍数 ± gutter),整板观感整齐;
卡片之间留 12px gutter,不要贴边/重叠。
- **尺寸与内容匹配**:视频/图库/仪表这类"展示型"卡给大方块
(≥356×296);ticker/metric/clock 这类"信息型"给细长或小方块;
todo/pomodoro 给中块。**别让信息卡空占大块,也别让图表卡挤成小条**。
## 类型选择(避免"A 给 B 乱给")
| 用户要什么 | 用哪个 widget | data 要点 |
|---|---|---|
| 时钟/三市状态 | `clock` | `market: "cn"/"us"/"hk"` |
| 计算/换算/对比 | `calc` | 表达式/参数(缺省自动补) |
| 待办/检查项/打卡 | `todo` | 列表项 |
| 专注计时 | `pomodoro` | 时长等 |
| 股票/汇率盯盘 | `stocks`/`fx` | `pairs`/`symbols`(**自动拉真实数据,别塞快照**)|
…Read the whole file at its exact version.
How to install
mdr add muselinn/musepi/board-design@git:20260817.88c4ebcmdr add muselinn/musepi/board-design@sha256:bb71a1c8e090033dPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_gnjuiczekgwfs64s)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4204 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
muselinn/musepi · 17 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_gnjuiczekgwfs64s GET https://markdownregistry.com/api/v1/resolve?ref=muselinn/musepi/board-design GET https://markdownregistry.com/api/v1/blob/bb71a1c8e090033dd13a285700156ce57975aa8efe53f3a95193960beec8070a
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.