Skip to content
dsh.fish
Bundle

dsh-screenshot-to-code

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

Source
satan9394
License
MIT
Updated
Updated 18 days ago

Readme

# dsh-screenshot-to-code

DSH(DeepSeek Harness)技能插件:**截图转代码**。

把 UI 截图/设计稿转换为干净的 HTML/Tailwind/React 代码:布局/组件/token 分析 → 生成 → 渲染对比迭代(像素级对齐/响应式/交互)→ 交付。受 [abi/screenshot-to-code](https://github.com/abi/screenshot-to-code)(74k★)思路启发的中文原创精简版。

## 安装

```bash
dsh plugin add dsh-screenshot-to-code
```

## 触发方式

描述中包含"截图转代码 / 设计稿还原 / 做成网页 / 从图片生成前端 / 还原 UI"等关键词时自动触发。

## 能力

- 布局/组件/token 分析
- 组件化代码生成
- 渲染对比迭代循环
- 响应式与可访问性验证

## 许可

MIT

Install

dsh plugin --profile web add github:satan9394/dsh-screenshot-to-code

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source