Refero Design — Design skill for Claude Code
Claude Code skill + CLI for downloading curated design references from styles.refero.design.
How to install Refero Design
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ClementWalter/refero-design and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Refero Design does
Claude Code skill + CLI for downloading curated design references from styles.refero.design.
Alternatives in Design
- CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
- Clui Cc — A lightweight, transparent desktop overlay for Claude Code on macOS 956 ★
- Claude Code CLI UI — An intuitive interface to create, orchestrate, and monitor Claude-based code agents for automated development 415 ★
README
refero-design
A Claude Code **skill** + CLI for downloading curated design references from [styles.refero.design](https://styles.refero.design) into a local `reference//` folder for use as design guidance in agent-driven UI work.
This repo is itself a Claude Code skill: `SKILL.md` lives at the root next to the `refero.py` CLI it wraps. Drop the folder into your Claude skills directory and Claude will pick it up automatically.
Install
Recommended: `npx skills` ([vercel-labs/skills](https://github.com/vercel-labs/skills))
# user-scope (all projects)
npx skills add clementwalter/refero-design -a claude-code -g
# project-scope (current repo only)
npx skills add clementwalter/refero-design -a claude-code
`npx skills` is the open agent-skills CLI; `-a claude-code` targets Claude Code specifically (it can also install for Cursor, Codex, Gemini CLI, etc.), `-g` installs to `~/.claude/skills/` instead of `./.claude/skills/`. Add `-y` for non-interactive mode (CI, etc.). Add `--list` first if you'd like to see what's in a repo before installing.
Manual (no extra tooling)
A Claude Code skill is just a folder with a `SKILL.md`, so `git clone` straight into the skills directory works:
# user-scope
git clone https://github.com/clementwalter/refero-design ~/.claude/skills/refero-styles
# project-scope
git clone https://github.com/clementwalter/refero-design .claude/skills/refero-styles
# or symlink an existing checkout
ln -s "$PWD" ~/.claude/skills/refero-styles
Requirements
- `uv` —
refero.pydeclares its deps with PEP 723 inline metadata, souvfetcheshttpxandclickon first run. Nothing else to install.
Quick start
# List trending styles (top of the homepage feed)
./refero.py list
# Search by brand / keyword / URL
./refero.py list -q linear
# Pull all four website tabs (DESIGN.md, Tailwind v4, CSS, Design Tokens)
./refero.py pull elevenlabs
# → reference/eleve
Related Skills
Claudebar
Powerline-style statusline for Claude Code. Rust CLI with a TUI configurator, themes and styles
Sprezzature
sprezzature is a set of Claude / OpenCode skills with a curated design system for a front-end stack. It covers
Design Style Skill
🎨 Pick & apply a design style from 67 curated visual aesthetics — an agent skill for Claude Code, Codex, Open
Typeui Install Skill
Install a curated TypeUI design SKILL.md locally for Cursor from the awesome-design-skills registry.
Typeui List Skills
List curated TypeUI design skills and preview links, then optionally install one for Cursor.
Design Scan
Quarterly design-scan ritual (D7, v0.40.0) — refresh the curated visual reference library. Review recent Awwwa
Related Agents
Tailwind Agent
Styles Rails ERB views and ViewComponents using Tailwind CSS 4 utility classes and responsive design patterns.
Fec Design Token Mapper
Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing
Wp CSS
CSS design system specialist — generates BEM-named styles using custom properties, mobile-first responsive des