deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
xulelenlp/dsh-web-artifact-designer
dsh-web-artifact-designer 把「帮我做个海报 / 网页 / 信息图 / 图表」变成一份可直接双击打开、视觉上真正像样的自包含 HTML / SVG 设计稿。 A DeepSeek Harness (DSH) skill that turns visual/frontend design requests into polished, self-contained HTML/SVG artifacts — instead of generic AI-looking pages.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:xulelenlp/dsh-web-artifact-designer
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
把「帮我做个海报 / 网页 / 信息图 / 图表」变成一份可直接双击打开、视觉上真正像样的自包含 HTML / SVG 设计稿。 A DeepSeek Harness (DSH) skill that turns visual/frontend design requests into polished, self-contained HTML/SVG artifacts — instead of generic AI-looking pages.
English · 中文
AI 写前端最大的痛点是:「能跑,但丑」——紫色渐变、全居中、默认字体、emoji 当图标、没有层级。这个 skill 把 Anthropic 官方 canvas-design / web-artifacts-builder 的设计方法论适配到 DSH,给模型一套可重复的流程 + 硬性质量门槛,让设计产出从「AI 味」变成「敢署名」的作品。
它解决的是真实高频问题:海报、信息图、落地页、数据图表、banner、UI 组件稿、单页应用原型——这些是运营、市场、产品、开发者每天都在要的东西。
write/edit/read/open/web_search 的实操指引dsh plugin add 即可装├── index.js # Cordis 插件入口:把 skills/**/SKILL.md 注册为 skill provider
├── cordis.patch.yml # bundle 清单:把本包挂载进 profile
├── package.json # dsh.bundle 元数据(dsh plugin add 依赖它)
├── skills/web-artifact-designer/
│ ├── SKILL.md # 核心技能(方法论 + 工作流 + 质量清单)
│ ├── references/
│ │ ├── design-principles.md # 设计原则:反模式 / 字体 / 色彩 / 布局 / 细节
│ │ └── self-contained-html.md # 自包含 HTML artifact 构建指南
│ └── assets/
│ ├── template.html # 开箱即用的 starter 模板
│ └── example-landing.html # 质量标杆示例(咖啡品牌落地页)
└── demo/q3-sales-infographic.html # 实际产出 demo(信息图)
dsh plugin --profile web add github:xulelenlp/dsh-web-artifact-designer#main
装完重启会话即生效。skill 以 provider 形式随 profile 挂载,无需手动复制文件。
mkdir -p ~/.dsh/skills
cp -r skills/web-artifact-designer ~/.dsh/skills/
mkdir -p .dsh/skills
cp -r skills/web-artifact-designer .dsh/skills/
新会话里问一句:「你有哪些 skill?」或直接「帮我做一个咖啡品牌的落地页」,观察模型是否产出自包含 HTML 设计稿、并主动对照质量清单自查。
输入:「帮我做一张 Q3 销售数据的信息图,风格简洁专业。」
模型行为(加载本 skill 后):
write 输出单个自包含 HTML(数据图表用内联 SVG 手绘)open xxx.html、邀请迭代输出:q3-sales-infographic.html,双击即可在浏览器打开。
| 项目 | 定位 |
|---|---|
DSH-Office / PPT / 可视化插件 |
面向办公文档(PPTX/DOCX/XLSX/PDF)与图表库 |
| 本 skill | 面向网页/视觉设计稿(海报、落地页、信息图、组件稿),产出自包含 HTML/SVG |
两者互补不重叠:要 PPT 用 Office 插件,要「一张好看的网页/海报」用本 skill。
完整内容见 references/design-principles.md。
欢迎 PR / Issue:
MIT © 2026
A zero-dependency, prompt-only skill for DeepSeek Harness that teaches the model to produce polished, self-contained HTML/SVG design artifacts (posters, infographics, landing pages, charts, component mockups). Adapted from Anthropic's official canvas-design and web-artifacts-builder skills, with a DSH-native workflow (write/edit/read/open/web_search), a hard quality checklist, and an anti-pattern list targeting the generic "AI look".
Install: copy skills/web-artifact-designer into ~/.dsh/skills/ (global) or .dsh/skills/ (project), then start a new session.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: agent-skills、dsh-skill。