ui-pattern-analysis

Analyze web UI patterns from code and screenshots into structured reports.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill ui-pattern-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-pattern-analysis
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/dogfood/ui-pattern-analysis
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill ui-pattern-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand, document, and compare web UI patterns without guesswork by combining code inspection with visual review.

Core Features & Use Cases

  • Design System Discovery: Identify layout, typography, color, spacing, shadows, motion, and component patterns from a live interface.
  • Visual and Code Correlation: Merge DOM structure, computed styles, and screenshots to produce a high-confidence pattern inventory.
  • Use Cases: Reverse-engineer a reference site, compare implementation against a design, or build a reusable personal library of interface patterns over time.

Quick Start

Analyze the attached website or URL and produce a structured UI pattern report with layout, colors, typography, components, and unique design signatures.

Frequently Asked Questions about ui-pattern-analysis

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

FAQPage Schema
How do I reverse-engineer a web UI design system from a live website?

A UI pattern analysis combines DOM inspection, computed-style extraction, and screenshot review to document layout, typography, color, spacing, and component patterns from a target website.

Can I extract CSS computed styles and components from a scrolling web page?

Yes, you can inspect DOM and extract computed CSS styles across multiple scrolling states to capture dynamic component patterns and document their visual behavior accurately.

What's the best way to correlate UI screenshots with code structure for visual QA?

Merging DOM structure with computed styles and visual screenshot reviews produces a high-confidence pattern inventory that correlates code implementation with visual output for QA.

Does UI pattern analysis work for building a reusable component library?

Yes, UI pattern analysis catalogs extracted layout, typography, color, and component patterns into a reusable library, helping you document and compare interface designs over time.

How do I identify unique design signatures from a reference site?

You identify unique design signatures by inspecting layout, shadows, motion, and component patterns from a reference site, merging visual screenshots with code inspection to discover distinctive traits.