返回顶部
b

blueprinter蓝图生成器

Generate technical diagrams using HTML/CSS in Flat Engineering Blueprint style. Use when the user wants to create architecture diagrams, system diagrams, flowcharts, or technical specification sheets that look like engineering blueprints. Triggers on requests for flat diagrams, blueprint-style visualizations, or technical drawings.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
165
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

blueprinter

Blueprinter

使用遵循平面工程蓝图风格指南的HTML/CSS生成技术图表。

核心理念

精确、客观、高数据-墨水比。输出应呈现为技术规格说明书或架构图,而非营销落地页。

视觉规则

1. 无装饰

  • - 无投影
  • 无渐变
  • 无玻璃态/模糊效果
  • 无圆角按钮

2. 平面与轮廓

  • - 使用1px或2px实线边框构建结构
  • 内容块使用白色背景

3. 单色基调
元素颜色
背景浅灰色 (#f8fafc)
画布
白色 (#ffffff) 搭配石板色边框 (#cbd5e1) |

| 文本(主要) | 高对比度黑色 (#0f172a) | | 文本(次要) | 石板灰 (#64748b) | | 强调色 | 谨慎使用黑色或一种语义色(如红色表示错误) |

4. 排版

  • - 标题/标签:无衬线字体(Inter/Helvetica)
  • 数据/路径/代码:等宽字体(JetBrains Mono/Consolas)

5. 布局结构

  • - 图表必须包含在diagram-canvas(带内边距的边框盒子)内
  • 页眉:标题 + 大写副标题,由实线底部边框分隔
  • 网格/弹性布局对齐:所有元素必须严格对齐

6. 元素

  • - 连接线:细直线或正交线。虚线表示抽象关系。
  • 图标:简单线条SVG图标(无填充或复杂细节)
  • 徽章:轮廓或实心黑/灰色块。小号字体。

CSS变量参考

css
:root {
--c-bg: #f8fafc; / 外部背景 /
--c-canvas: #ffffff; / 图表背景 /
--c-border: #cbd5e1; / 石板色-300 /
--c-text-main: #0f172a; / 石板色-900 /
--c-text-sub: #64748b; / 石板色-500 /
--font-ui: Inter, sans-serif;
--font-mono: JetBrains Mono, monospace;
}

HTML结构模板

html





[图表标题]







[图表标题]

[图表类型 / 版本]






使用指南

  1. 1. 始终使用CSS变量 - 切勿硬编码颜色值
  2. 保持平面化 - 无阴影、无渐变、无模糊效果
  3. 数据使用等宽字体 - 任何技术值、路径、代码应使用--font-mono
  4. 严格对齐 - 使用CSS Grid或Flexbox并保持一致的间距
  5. 用线条连接 - 使用SVG绘制组件间的连接线
  6. 极简图标 - 如需图标,使用简单的纯线条SVG

示例:简单系统图

html



系统架构

v1.0 / 概览



客户端

Web应用



API

REST网关



数据库

PostgreSQL



标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 blueprinter-1775884748 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 blueprinter-1775884748 技能

通过命令行安装

skillhub install blueprinter-1775884748

下载

⬇ 下载 blueprinter v1.0.0(免费)

文件大小: 2.89 KB | 发布时间: 2026-4-12 09:12

v1.0.0 最新 2026-4-12 09:12
Initial release of Blueprinter — a skill for generating flat, blueprint-style technical diagrams in HTML/CSS.

- Supports architecture diagrams, system diagrams, flowcharts, and technical spec sheets in "Flat Engineering Blueprint" style.
- Strict visual guidelines: no shadows, gradients, or decoration; flat, monochrome, outlined components.
- Uses CSS variables for flexible theming and consistency.
- Provides HTML/CSS templates and usage instructions for rapid, standardized diagram creation.
- Includes example markup for quick adoption.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部