DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Frontend Design — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-frontend-design

Frontend Design

Frontend design skill: guides agents in producing high-quality Web frontend designs, covering visual hierarchy, color schemes, typography, components, responsiveness, and accessibility. Adapted from Anthropic’s official frontend-design (Apache-2.0).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-frontend-design@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Frontend Design is published as dsh-frontend-design and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
22.2 kB
Files
7
Surface
any
License
Apache-2.0
Source
npm
GitHub
★ 1
Weekly downloads
99
Last push
8/17/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-frontend-design

前端设计技能:指导 agent 产出高质量 Web 前端设计(视觉层级、配色、排版、组件、 响应式、无障碍)。改编自 Anthropic 官方 frontend-design (Apache-2.0),frontend-design 也是 skills.sh 榜单热门技能。

安装

dsh plugin --profile web add dsh-frontend-design
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-frontend-design
# 重启 dsh web 生效

使用

装好后对 agent 说"做一个落地页/设计一个仪表盘/美化这个界面",frontend-design 技能会自动加载,指导设计思考 → 视觉原则 → 组件 → 响应式/无障碍 → 交付自查。

结构

dsh-frontend-design/
├── index.js
├── cordis.patch.yml
├── package.json       # dsh.bundle manifest
└── skills/frontend-design/
    ├── SKILL.md
    └── references/design-checklist.md

License

Apache-2.0(改编自 Anthropic 官方 frontend-design,Apache-2.0)。