Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计提醒

ui-cloner-iteratorui 克隆迭代器

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

315

周安装

13

GitHub Stars

91

下载量

103
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ui-cloner-iterator(ui 克隆迭代器)
来源仓库:https://github.com/ragnar-pwninskjold/tech-snacks
仓库路径:skills/ui-cloner-iterator
安装命令:
npx skills add https://github.com/ragnar-pwninskjold/tech-snacks --skill ui-cloner-iterator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ragnar-pwninskjold/tech-snacks --skill ui-cloner-iterator

简介

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。

  • 适合根据产品场景整理页面结构、生成 UI 方案或检查视觉一致性。
  • 使用时需结合品牌和设计系统,避免堆砌装饰元素;涉及页面改动应通过截图或浏览器预览检查表现。
  • 安装方式:通过 npx skills add 命令从指定 GitHub 仓库添加。
  • 注意:需确认宿主环境支持 Codex、Claude、Cursor 或 Gemini CLI。

SKILL.md

UI Cloner — Iterator: Refinement Loop

Overview

Takes a poorly-executed first attempt and systematically closes the gap to the reference. Runs 5 passes, each comparing the current implementation against the Site DNA document to identify the most impactful remaining delta and produce a corrective prompt.

Announce: "Running the UI Cloner Iterator — 5 refinement passes against the Site DNA."

Prerequisite: plans/01-site-dna.md must exist in the current project directory. Read it before starting Pass 1.


Input Required

Before starting, confirm you have:

  1. The Site DNA — read from plans/01-site-dna.md
  2. The current implementation — a screenshot, URL, or code the user provides showing what was built

If either is missing, ask for it before proceeding.


The 5-Pass Refinement Loop

Run all 5 passes sequentially. Each pass follows the same structure:

Pass Structure

1. Compare — Scan the current implementation against the Site DNA. Identify what's still wrong or missing. Use Claude with chrome for visual checking *MANDATORY*.

2. Prioritize — Rank the 3 most impactful gaps by visual/functional severity:

  • [CRITICAL] — breaks the identity (wrong colors, wrong fonts, missing core layout)
  • [MAJOR] — significantly degrades quality (wrong spacing, missing animations, off-brand components)
  • [MINOR] — polish items (timing values, easing curves, copy voice)

3. Generate — Write a precise corrective prompt targeting ONLY the top 3 gaps from this pass. The prompt must:

  • Reference exact values from the Site DNA (hex codes, timing, easing, component names)
  • Describe the current wrong state and the correct target state
  • Use pseudocode-level specificity (not "fix the button color" but "change button bg from #333 to #150b07, border-radius from 4px to 48px, font to Inter 400")

4. Advance — After generating the corrective prompt, note what was addressed and what remains for the next pass.


Pass 1 — Foundation Audit

Focus: Color palette, typography, and overall background atmosphere.

These are the highest-leverage corrections — if the background, fonts, and primary colors are wrong, every subsequent detail is built on sand.

Check against Site DNA sections: 1.2 (Design Tokens), 1.3 (Atmosphere & Texture).


Pass 2 — Layout & Spacing Audit

Focus: Section structure, grid philosophy, whitespace rhythm, and card geometry.

Check against Site DNA sections: 1.1 (Macro Layout), 1.2 (Border Radius, Spacing System).


Pass 3 — Component Fidelity Audit

Focus: Individual component accuracy — nav, feature cards, stats, carousels, FAQ, footer.

Check against Site DNA sections: 1.6 (Component Behavior), 1.5 (Micro-Interactions).


Pass 4 — Motion & Animation Audit

Focus: Entrance animations, scroll triggers, hover states, and timing values.

Check against Site DNA sections: 1.4 (Scroll & Entrance Animations), 1.5 (Micro-Interactions), 1.8 (Motion Philosophy).


Pass 5 — Voice & Polish Audit

Focus: Copy structure, italic accent pattern, rhetorical devices, and any remaining visual polish.

Check against Site DNA sections: 1.9 (Copywriting Voice), 1.2 (typography italic/color pattern).


Output Format Per Pass

## Pass [N] — [Focus Area]

### Gaps Identified
- [CRITICAL] [description of gap vs. Site DNA reference]
- [MAJOR] [description of gap]
- [MINOR] [description of gap]

### Corrective Prompt

[The precise, paste-ready corrective prompt for this pass]

---

Final Synthesis (After Pass 5)

After completing all 5 passes, output a Master Correction Summary:

  1. A ranked list of all gaps addressed across all 5 passes
  2. A single consolidated "Final Dial-In Prompt" that combines the most critical unfixed items into one comprehensive corrective instruction

Save output: Write the full iterator output (all 5 passes + master summary) to plans/05-iterator.md in the current project directory.


Rules

  • Never skip a pass. Even if the implementation looks good, run all 5 — later passes surface polish issues that kill quality.
  • Each corrective prompt must be self-contained. A developer should be able to paste it directly without reading prior passes.
  • Cite the Site DNA. Every correction must reference exact values from the DNA document, not generic advice.
  • Do not re-audit already-corrected gaps. Each pass moves forward. If Pass 1 fixed the background color, Pass 2 does not mention it again.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.64%
按下载量换算38

Claude

28.34%
按下载量换算29

Cursor

16.81%
按下载量换算17

Gemini CLI

10.2%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills