精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Installable Codex skill for commercial UI/UX/GUI design, review, repair, and implementation.
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 没有明确许可证,使用前确认授权。
Installable Codex skill for commercial UI/UX/GUI design, review, repair, and implementation.
待人工精选——以下事实来自源码仓库。
Installable Codex skill for commercial UI/UX/GUI design, review, repair, and implementation.
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:zjsthmjialin/commercial-ui-ux-codex-skill 作者没有声明支持的平台。
commercial-ui-ux is a Codex skill for designing, reviewing, repairing, and implementing commercial product interfaces. It helps Codex work from user tasks, business flows, interaction risk, existing design systems, accessibility, and verification gates instead of treating UI work as a color-palette or component-styling exercise. 中文说明 | GitHub prerelease Contact author: zjsthm@gmail.com Author website: zjsthm.pro ## At A Glance | Item | Status | | --- | --- | | Skill name | commercial-ui-ux | | Current version | 0.1.0-rc.1 | | Release status | Public release candidate, not a final non-RC release | | Main use | Commercial UI/UX/GUI design, review, repair, and implementation | | Best fit | SaaS tools, dashboards, admin panels, workflows, forms, tables, mobile business screens | | Not for | Logo design, pure illustration, decorative skins, compliance judgment, deceptive UI | ## What This Skill Improves Commercial UI work often fails when the prompt only asks for something to look more polished. This skill pushes Codex to answer the questions that matter first: - Who is using the interface, and what job are they trying to complete? - What information, states, and safeguards are required for the workflow to be usable? - What should be preserved from the existing product or design system? - Where are loading, empty, error, disabled, permission, approval, rollback, and recovery states needed? - How can the result be checked rather than merely described as attractive? The intended result is not just a prettier screen. It is a more task-aware, safer, more maintainable interface proposal or implementation. ## Install Clone this repository into your Codex skills directory and keep the folder name as commercial-ui-ux. ### Windows PowerShell powershell git clone https://github.com/zjsthmjialin/commercial-ui-ux-codex-skill "$env:USERPROFILE\.codex\skills\commercial-ui-ux" ### macOS / Linux bash git clone https://github.com/zjsthmjialin/commercial-ui-ux-codex-skill ~/.codex/skills/commercial-ui-ux After installation, restart or refresh Codex, then ask it to use commercial-ui-ux for product interface work. ### DeepSeek Harness (plugin) commercial-ui-ux is also a DeepSeek Harness (DSH) plugin — one command installs the skill: sh dsh plugin --profile web add dsh-commercial-ui-ux Restart DSH Web, then ask your agent to "review this dashboard's usability" or "design a SaaS pricing page" — it loads the skill and follows its workflow. - npm: https://www.npmjs.com/package/dsh-commercial-ui-ux - Plugin source lives in the dsh-commercial-ui-ux/ directory of this repository. ## Example Request markdown Use commercial-ui-ux to design a B2B SaaS customer health dashboard. Task type: new product screen Target users: customer success managers and sales leads Platform: responsive web, desktop first Core task: identify high-risk accounts, understand risk drivers, and assign follow-up work Existing design system: light theme, 8px radius, compact table density Visual source: infer from the product context Must include: account table, health score, filters, loading/empty/error states, protected bulk actions Avoid: marketing hero sections, decorative gradients, unrelated redesign ## How Codex Should Use It Start with SKILL.md, then read only the references needed for the current task. | Situation | Read | | --- | --- | | Normal UI design or implementation | docs/01-commercial-ui-ux-rules.md | | Scope, refusal, or boundary decisions | docs/02-skill-boundaries.md | | Aesthetic, usability, business, or accessibility trade-offs | docs/03-design-constitution.md | | Helping a user write a better request | docs/05-usage-guide.md | | Completion checks before claiming UI work is done | docs/06-quality-gates.md | | No brand guide or reference image is provided | docs/07-visual-strategy-inference.md | | Public project overview in Chinese | docs/08-project-overview.zh-CN.md | | Industry-specific UI patterns are needed | docs/09-industry-taxonomy.md, docs/10-industry-template-library.md | Maintenance, validation, historical evidence, and generated output are not part of the ordinary runtime read path. ## Included In This Public Core - SKILL.md - SKILL.zh-CN.md - README.md - README.zh-CN.md - CHANGELOG.md - VERSION - docs/01-commercial-ui-ux-rules.md - docs/02-skill-boundaries.md - docs/03-design-constitution.md - docs/05-usage-guide.md - docs/06-quality-gates.md - docs/07-visual-strategy-inference.md - docs/08-project-overview.zh-CN.md - docs/09-industry-taxonomy.md - docs/10-industry-template-library.md ## Not Included This public installable core intentionally excludes: - maintainer scripts; - raw validation rounds; - generated screenshots; - historical handoff notes; - exported evaluation packages; - local release artifacts; - plugin metadata; - final non-RC release materials. ## Evidence Status The current release candidate is supported by the P6 public-release evidence group: | Evidence group | Baseline | With skill | Delta | | --- | ---: | ---: | ---: | | P6-H1 task modeling | 76/100 | 98/100 | +22 | | P6-H2 existing-system repair | 64/100 | 98/100 | +34 | | P6-H3 risk-state generalization | 68/100 | 98/100 | +30 | Average delta: about +28.7, above the +25 release-preparation threshold used by this project. This supports the claim that the skill improves task modeling, existing-product repair, workflow state handling, protected actions, risk recovery, and mobile continuity. It does not prove domain compliance, production readiness, or final design correctness without human review. ## Boundaries This skill is not: - a logo, poster, or illustration generator; - a pure color palette or styling catalog; - a substitute for product, design, accessibility, security, legal, medical, financial, or compliance review; - a tool for deceptive defaults, hidden costs, fake urgency, or dark patterns. For existing products, the default behavior is to preserve information architecture, component semantics, routes, states, density, and visual tokens unless the user explicitly asks for a redesign. ## Version Current version: 0.1.0-rc.1 GitHub prerelease: https://github.com/zjsthmjialin/commercial-ui-ux-codex-skill/releases/tag/0.1.0-rc.1 This is a release candidate. No final non-RC public release has been assigned. ## Author - Author: zjsthm - Contact author: zjsthm@gmail.com - Author website: zjsthm.pro - WeChat: 63656299不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。