hamelsmu/design-research

68 stars · Last commit 2026-02-27

Claude Code skill for comprehensive website design research using browser-automation agent teams

README preview

# design-research

You found a website whose design you love and want to build something that looks and feels like it. Before you start coding, you need to understand exactly how it's built — the colors, typography, spacing, components, layout patterns, responsive behavior, and all the small details that make it feel right.

This prompt for [Claude Code](https://code.claude.com) automates that process using [agent teams](https://code.claude.com/docs/en/agent-teams) (setup instructions below). Give it a URL and it dispatches 10 specialized browser-automation agents to document every aspect of the site's design — exact hex colors, font stacks, component inventories, page layout measurements, content templates, UX patterns, responsive breakpoints, and more. You get back a single structured markdown reference document with all the specifics you need to faithfully recreate the design.

![Agent team running a design research audit in split-pane mode](agent-team-screenshot.jpg)

## Prerequisites

### 1. Claude Code

Install Claude Code (version 2.0.73+):

```bash
npm install -g @anthropic-ai/claude-code
```

### 2. Claude in Chrome extension

View full repository on GitHub →