Skip to content

oniani1/design-ref-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/design-ref — Design Reference Finder for Claude Code

A Claude Code skill that helps you find real-world design references for your project. Describe what you're building, and it searches the web for apps, websites, or web apps that match your vision — then guides you through a structured design direction process.

What it does

/design-ref is a 6-phase interactive design consultant:

  1. Parse Brief — You describe your project; it extracts the design dimensions
  2. Initial Search — Finds 10 diverse real-world references using web search
  3. Screenshots — Captures live screenshots of your favorites (via Playwright)
  4. Preference Deep-Dive — Asks targeted questions about what you like/dislike
  5. Refined Search — Finds 10 more references, tightly aligned with your preferences
  6. Design Direction Synthesis — Outputs a comprehensive design brief (colors, typography, layout, motion)

Smart reference matching

The skill automatically matches references to your project type:

You're building... It finds...
Mobile app Real mobile apps (Mobbin, App Store, Screenlane)
Website Live websites (Awwwards, SiteInspire, Godly)
Web app / SaaS Product UIs, not just marketing pages

Requirements

Installation

One-liner (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/oniani1/design-ref-skill/main/install.sh | bash

One-liner (Windows PowerShell)

irm https://raw.githubusercontent.com/oniani1/design-ref-skill/main/install.ps1 | iex

Manual install

Copy the files into your Claude Code config directory:

# Create directories
mkdir -p ~/.claude/skills/design-ref
mkdir -p ~/.claude/agents

# Copy files
cp skills/design-ref/SKILL.md ~/.claude/skills/design-ref/SKILL.md
cp agents/design-scout.md ~/.claude/agents/design-scout.md

That's it — no registration, no config. Skills are just markdown files.

Usage

In any Claude Code session:

/design-ref A fitness tracking mobile app with a bold, energetic aesthetic
/design-ref Minimalist portfolio website for a photographer
/design-ref SaaS dashboard for project management, clean and professional

Or just run /design-ref with no arguments and describe your project when prompted.

How it works

The skill is two markdown files:

~/.claude/skills/design-ref/SKILL.md   # The 6-phase interactive flow
~/.claude/agents/design-scout.md       # Web research subagent
  • SKILL.md defines the conversation flow, phases, and user interaction
  • design-scout.md is a specialized subagent that searches design galleries, app showcases, and review sites to find real references

The scout agent searches across:

  • For apps: Mobbin, Screenlane, App Store, scrnshts.club, pttrns.com
  • For websites: Awwwards, SiteInspire, Godly, Minimal Gallery, OnePageLove
  • Cross-industry: Always includes 2-3 references from outside your industry for fresh inspiration

Uninstall

rm -rf ~/.claude/skills/design-ref
rm ~/.claude/agents/design-scout.md

License

MIT

About

A Claude Code skill that finds real-world design references (apps, websites, web apps) for your project. Interactive 6-phase flow: brief → search → screenshots → preferences → refined search → design direction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors