1实现原理 · 为什么它能做到
双范式二选一作为宪法级约束:Swiss Industrial Print(浅色工业印刷)与 Tactical Telemetry & CRT Terminal(暗色终端)只能选一种并全程承诺,禁止混用。
The design system operates by merging two distinct but highly compatible visual paradigms. **Pick ONE per project and commit to it. Do not alternate or mix both modes within the same interface.**
三轨字体架构(§3):宏标题用重 sans + 负字距压缩行高、数据遥测用等宽小字 + 宽字距全大写、装饰性衬线只作极少量的『被打散』文本。
* **Optimal Web Fonts:** Neue Haas Grotesk (Black), Inter (Extra Bold/Black), Archivo Black, Roboto Flex (Heavy), Monument Extended.
色彩被写成『介质模拟』:禁渐变/柔影/现代半透明,必须在单基板(浅色纸感或暗色 CRT)上以单红为主 accent,终端绿仅限单一 UI 元素可选。
The color architecture is uncompromising. Gradients, soft drop shadows, and modern translucency are strictly prohibited. Colors simulate physical media or primitive emissive displays.
布局即工程:CSS Grid 锚定、可见分区线、双态密度(极端数据密集 ↔ 巨大负空间)、绝对 90 度角。
* **Geometry:** Absolute rejection of `border-radius`. All corners must be exactly 90 degrees to enforce mechanical rigidity.
符号系统工业化:ASCII 框线/方向符、®©™ 注册符当结构几何、十字准星/条形码/随机编号字符串制造『机器在运行』的假象。
* **Syntax Decoration:** Utilization of ASCII characters to frame data points.
模拟退化质感用纯 CSS/SVG 实现:halftone/1-bit 抖动、CRT 扫描线 repeating-linear-gradient、全局低透明噪点——全部是前端可写效果而非贴图。
* **CRT Scanlines:** For terminal interfaces, applying a `repeating-linear-gradient` to the background to simulate horizontal electron beam sweeps
§8 四条工程指令收口:gap:1px 网格细线技巧、语义 DOM(data/samp/kbd/output/dl)、clamp() 宏字体缩放。
1. **Grid Determinism:** Utilize `display: grid; gap: 1px;` with contrasting parent/child background colors to generate mathematically perfect, razor-thin dividing lines without complex border declarations.
2核心能力
3外部依赖
| 类型 | 依赖 |
|---|---|
| package | 字体栈建议:Neue Haas Grotesk / Archivo Black / Monument Extended / JetBrains Mono / VT323 等 |
4风险提醒 风险提醒:绿色 · 放心使用
- 绝对化几何/色彩纪律对多数消费级品牌过激 — 无圆角、全大写、单红色可能让非目标受众感到冷硬;若用户品牌约束冲突,文件无豁免仲裁。
- 字体可用性依赖宿主 — Neue Haas Grotesk/Monument Extended 等商业字体若宿主未授权,agent 可能引入外链或退回默认字体。
- 效果滥用风险 — scanlines/noise 若被过度使用会伤害可读性与性能;文件未给出使用上限提示(仅说固定层低透明度)。
- 风格强、适用范围窄 — 仅适合数据密集/工业/编辑/档案感场景;营销快消、温暖消费品牌等场景明显错配。
5第二遍独立确认
- [ok] 目录资产面(含隐藏/未跟踪文件) — git ls-files + ls -A 双查:该 skill 目录仅 1 个文件 SKILL.md,无 scripts/references/模板/数据/隐藏文件,无可执行代码。
- [ok] 执行类 token 扫描 — 逐文件扫描 bash/exec/child_process/curl/wget/fetch/axios/process.env/API_KEY/.env/fs./writeFile/.github 等零命中(brutalist 一处 'sans-serifs.' 单词结尾 fs. 为误报,人工复核排除)。
- [ok] 引文逐条 grep -F 字节复核 — 本 JSON 所用全部 quote 均以 grep -F 在 pin commit 工作树中逐条验证存在,无 paraphrase 冒充。
- [ok] 元数据与 pin 核对 — 本地 git HEAD == 任务 pin ccbc15639c97057cbfcf32ecebc38ef716e4bb37(README 显示该提交为 docs/sponsor 修订 #102,2026-08-24);GitHub API 实查 stars=85698、MIT、pushed_at=2026-08-24T15:23:56Z。frontmatter name 与任务给定名一致。
- [ok] 功能声明 vs 实际能力夸大检查 — description 声称均由 SKILL.md 正文纯 prompt 机制兑现,无脚本可调用、无越界承诺(详见本文件 how_it_works 引文)。
- [ok] 家族矛盾点:Inter 在其它成员被禁、此处被列为主字体 — §3.1 原文将 Inter (Extra Bold/Black) 列入 Optimal Web Fonts,且上下文要求负字距压缩大写——与 soft/minimalist 的『禁 Inter 默认用法』不冲突:禁令针对默认感,此处为 Black 字重风格化使用。已在 traits 中如实记录该家族内差异。
- [ok] 『Never mix light and dark substrates』与 §2 Pick-ONE 是否一致 — §4 CRITICAL 行与 §2 双重声明('Never mix light and dark substrates within the same interface.'),两处互证,无矛盾。
- [ok] 红色『ONLY accent』与 terminal green 是否冲突 — §4 明示 #4AF626 仅限单一 UI 元素且『If it doesn't serve a clear purpose, omit it entirely』,受限例外被显式声明,非矛盾。
6结论
5e11235d90ac1192…3cca18b368