Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问clear审计异常

aesthetic-analysis审美分析

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

2,668

周安装

109

GitHub Stars

5

下载量

855
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:aesthetic-analysis(审美分析)
来源仓库:https://github.com/qodex-ai/ai-agent-skills
仓库路径:skills/aesthetic-analysis
安装命令:
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill aesthetic-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill aesthetic-analysis

简介

aesthetic-analysis 辅助着陆页与 UI 组件的视觉分析与重构,支持 React、Next.js、Vue 等前端框架。

  • 通过 Playwright 抓取参考页面结构与交互行为,提取布局、色彩、动效等设计要素。
  • 生成 Tailwind CSS 代码并适配现有路由与构建流程,确保样式一致性。
  • 涉及页面修改时需配合本地预览与构建检查,防止孤立代码片段破坏整体体验。
  • 建议提前确认项目设计系统与组件库版本,避免引入冲突样式或依赖项。

SKILL.md

Landing Page Redesign

Instructions

When requested to redesign a landing page based on a reference:

1. User Interview

  • If not provided in the initial request, ask the user for:

- Reference URL or Image: The landing page or design to replicate (can be a live website URL or an image URL) - Target Page: Which file in the codebase should receive the design (e.g., app/(tabs)/index.tsx, app/landing.tsx)

  • If details are provided in the initial request, skip to step 2

2. Capture Reference Design

  • Use Playwright MCP to open the reference URL:

- Navigate to the page - Take a full-page screenshot to understand structure - Interact with the website, mouse hover, click around - Analyze the page deeply

  • Analyze the landing page/image for:

- Layout structure (header, hero, sections, footer) - Interactive elements - Color palette - Typography (fonts, sizes, weights) - Spacing and padding patterns - UI components (buttons, cards, forms, etc.) - Responsive design patterns

3. Implement the Design

  • Read the target page file to understand current structure
  • Implement the design following these principles:

- Match the layout: Replicate section structure, grid layouts, flex patterns - Match the intractions: Replicate mouse and button interactions, whether clicks or hovers - on key elements - Match colors: Extract and use exact hex values from the reference - Match typography: Use similar fonts (adjust to available system fonts or suggest font imports) - Match spacing: Replicate padding, margins, and gaps - Match components: Build equivalent React Native components for buttons, cards, inputs, etc. - Follow project patterns: Use StyleSheet.create() as per CLAUDE.md guidelines - Mobile-first: Ensure the design works on mobile (Expo/React Native)

  • Write the implementation to the target file

4. Compare Implementations

  • If the reference is a live website:

- Take a screenshot of the implemented page - Use Playwright to view your implementation

  • Visually compare:

- Layout alignment and proportions - Color accuracy - Typography consistency - Spacing and padding - Component styling details

  • Document differences found

5. Iterate and Refine

  • Based on comparison, identify specific gaps:

- Layout issues (alignment, sizing, positioning) - Color mismatches - Typography differences - Missing components or details - Spacing inconsistencies

  • Make targeted refinements to address each gap
  • Repeat steps 4-5 until:

- The design matches as closely as technically possible - All major visual elements are replicated - User confirms satisfaction

  • Aim for 3-5 iterations minimum to achieve high fidelity

6. Final Review

  • Present the final implementation to the user
  • Summarize what was matched and any intentional differences
  • Suggest any follow-up improvements (e.g., animations, hover states, responsive tweaks)

Best Practices

  • Be detail-oriented: Small differences in spacing, colors, or typography can break the visual consistency
  • Extract exact values: Use color pickers and measurement tools to get precise values from screenshots
  • Component reusability: Extract repeated patterns into reusable components
  • Maintain project standards: Follow the StyleSheet.create() pattern and existing architecture
  • Document trade-offs: If React Native limitations prevent exact replication, document why

Example Flow

User request: "Make our landing page look like https://stripe.com/payments"

  1. Interview: Ask "Which file should receive this design?" → User: "app/(tabs)/index.tsx"
  2. Capture:

- Navigate to stripe.com/payments - Take full-page screenshot - Analyze deeply: Dark theme, gradient hero, feature grid, clean typography, button changes color upon hover/click

  1. Implement:

- Read app/(tabs)/index.tsx - Build based on reference

  1. Compare:

- Screenshot shows hero gradient is lighter than reference - Button border-radius is too sharp - Font weights don't match - Button doesn't change upon hover

  1. Iterate:

- Adjust gradient colors to match - Reduce border-radius on buttons - Increase font weights - button changes upon hover/click - Re-compare

  1. Iterate again:

- Fine-tune spacing between sections - Adjust icon sizes - Match exact color values

  1. Final review: Present to user with summary of matched elements

Technical Notes

  • React Native considerations:

- Web fonts may need to be loaded via expo-font or google fonts - Some web-specific effects (box-shadow) have React Native equivalents (shadowColor, shadowOffset) - Use Dimensions API for responsive layouts

  • Iteration targets:

- First iteration: Overall layout and structure - Second iteration: Colors and typography - Third iteration: Spacing and sizing refinement - Fourth+ iterations: Fine details and polish

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

29.8%
按下载量换算255

Codex

21.83%
按下载量换算187

Antigravity

19%
按下载量换算162

Gemini CLI

10.83%
按下载量换算93

Cursor

6.83%
按下载量换算58

windsurf

3.42%
按下载量换算29

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills