aesthetic-analysis

Analyze visual references and implement matching React Native designs.

39|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill aesthetic-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aesthetic-analysis
Source: https://github.com/qodex-ai/ai-agent-skills/tree/main/skills/aesthetic-analysis
Command: npx skills add https://github.com/qodex-ai/ai-agent-skills --skill aesthetic-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of redesigning web pages or application screens to match a given visual reference, ensuring brand consistency and high-fidelity design implementation.

Core Features & Use Cases

  • Visual Deconstruction: Analyzes reference designs for layout, color, typography, and interactive elements.
  • Automated Implementation: Translates design patterns into code (React Native/Expo).
  • Iterative Refinement: Compares implemented designs against references and makes targeted adjustments.
  • Use Case: A marketing team wants to update their app's landing page to match a new campaign's visual style. This Skill can take a screenshot or URL of the desired design and update the existing landing page code to match.

Quick Start

Use the aesthetic-analysis skill to make the file app/(tabs)/index.tsx look like the website at https://stripe.com/payments.

Frequently Asked Questions about aesthetic-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replicate a website design into React Native code?

To replicate a website design into React Native, the Skill deconstructs visual references to extract color palettes, typography, and layout principles, then implements them using StyleSheet.create() for high-fidelity UI matching.

What is visual deconstruction in frontend UI design?

Visual deconstruction analyzes reference designs to break down layout, color, typography, and interactive elements into distinct patterns. This process extracts the underlying design system principles needed for precise UI replication.

Can I use a screenshot to update my app's landing page to match a new campaign?

Yes, you can use a screenshot or URL of a desired design to update your app's landing page. The Skill translates the visual patterns into React Native code and iteratively refines the output to match the reference.

How do I extract color palettes and typography from a reference image?

You extract color palettes and typography by providing a reference image or URL. The Skill deconstructs the visual design system, identifying specific colors, fonts, and spacing rules for implementation.

Does this design replication tool support iterative refinement for high fidelity?

Yes, the design replication tool supports iterative refinement by comparing the implemented React Native design against the original reference. It makes targeted adjustments to layout and interactions until high fidelity is achieved.