Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

ui-cloner-quality-checkui 克隆器质量检查

Agent Skill

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

总安装

306

周安装

13

GitHub Stars

91

下载量

107
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

UI Cloner — Phase 4: Quality Self-Check

Overview

Before delivering the final prompt, run through the full fidelity checklist below. If any item is missing, generate the missing content and insert it — do not deliver an incomplete prompt.

Announce: "Running Phase 4 — Quality Self-Check before delivery."

Read AUDIT_MODE from plans/01-site-dna.md. High-Fidelity mode must pass all 5 fidelity domains. Standard mode must pass the Core Checklist.


Core Checklist (Both Modes)

Verify the generated prompt contains ALL of the following:

  • Named aesthetic identity — 5–8 word poetic description of the site's soul (derived from user's 3 adjectives + reference site's motion philosophy)
  • Complete design system — named colors (semantic name + descriptive word + hex), typography roles with usage rules, texture/radius/shadow spec
  • Every section has a poetic component name — using the [Evocative Adjective/Noun] + [Functional Description] formula
  • Every interactive component has implementation-level behavior spec — state logic, triggers, resets, JS patterns, CSS property targets
  • At least one cubic-bezier or timing value per animated component — no animation described without exact easing or duration
  • Color hierarchy preserved — reference Primary/Accent/Background/Dark mapped to user's palette in structural roles (not randomly reassigned)
  • Technical requirements section explicitly specified — stack, animation library, lifecycle management, hover implementation, font loading, image sources
  • Execution directive as the final line — italicized or quoted philosophical sentence about HOW to feel while building (not what to build)

High-Fidelity Fidelity Domains (HF Mode Only)

LAYOUT FIDELITY

  • ASCII wireframe present for EVERY section (not omitted, not replaced with prose)
  • Internal component layouts documented with dimensions and positioning logic
  • Grid/flex layout system specified per section — the EXACT column structure (not "use a grid")

VISUAL COMPOSITION FIDELITY

  • Hero composition fully specified — if the Site DNA shows a multi-element composition (Composition Map exists), the prompt must specify: element count, arrangement, per-element blur/opacity/rotation, and spatial relationship to centerpiece. A hero described as "phone mockup" when the DNA shows "phone + fanned cards" is a CRITICAL failure.
  • No flattened descriptions — search the prompt for vague descriptions like "shows [device] with [app]", "animation plays", "cards appear", "warm palette". Each must be replaced with exact specifications. Every visual element must be individually described.
  • Opaque media decomposed — any Lottie, SVG, or canvas element is described by its rendered visual output (what you see), not its DOM representation (one node)

ANIMATION FIDELITY

  • Every animated element has a timeline entry with t=Xms notation
  • At least one cubic-bezier() or named easing value per animated component
  • Scroll trigger positions specified — start: top 80% viewport format (not "when visible")
  • Stateful components have full state machine notation

INTERACTION FIDELITY

  • Every interactive element has a DEFAULT → HOVER property diff table
  • Special mechanisms (pseudo-element slides, clip-path reveals) are explicitly named
  • Transition durations and easings specified per interaction

DESIGN SYSTEM FIDELITY

  • Complete palette with semantic names + hex codes
  • Typography scale with all 5+ roles specified with exact values
  • Typographic drama ratio from Step 1.2 ⚑ DRAMA NOTES explicitly preserved

TECHNICAL FIDELITY

  • Exact tech stack specified with library names and versions
  • Animation lifecycle management specified (e.g., gsap.context() / cleanup)
  • Font loading method specified
  • Scroll trigger setup specified
  • Execution directive present as final line

Zero Generic Language Enforcement (Both Modes)

Scan the entire prompt for any instance of the following phrases. Each is a fidelity failure — replace with exact values:

Generic phraseReplace with
"some animation"specific element + t=Xms timeline or duration
"nice hover effect"exact property diff: DEFAULT→HOVER state table
"smooth transition"exact duration + easing value
"add appropriate padding"exact px/rem value
"use a gradient"exact direction + stop values + hex codes
"make it feel premium"specific design decisions that produce that feeling
"add content here"exact content or Unsplash URL with aesthetic description
"similar to"copy the exact value, don't reference by comparison

Additional banned flattening patterns:

  • "Shows [device] with [app/interface/UI]" → must describe what's ON the screen AND what's around the device
  • "Large [animation/illustration/graphic]" → must specify dimensions, element count, arrangement
  • "Warm/cool palette" → must list every color with hex and role
  • "Text animates in" → must specify per-word/per-line, stagger, easing, duration
  • "Cards/elements appear" → must specify how many, from where, in what order, with what timing
  • "[N] items" without describing layout → must specify grid/flex/stack, gaps, alignment

Failure Protocol

If any item is unchecked:

  1. Identify exactly what's missing
  2. Generate the missing content inline using the correct format from the Site DNA (don't soften or approximate)
  3. Insert it into the correct location in the prompt
  4. Re-check that item before proceeding

Do not deliver until all applicable items are checked.


Delivery

Once all applicable items pass:

  1. Save output: Write the final verified prompt to plans/04-final-prompt.md in the current project directory.
  2. Output the complete final prompt in a single fenced code block so the user can copy and paste it cleanly.
  3. Confirm: "Your replication prompt is ready. Paste it into Claude or your preferred code generation tool to build the site. All phase outputs are saved in plans/."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.56%
按下载量换算38

Claude

29.32%
按下载量换算31

Cursor

21.06%
按下载量换算23

Gemini CLI

9.85%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills