Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 Muse

A Claude Code plugin for design context. Give it keywords, pick favorites from a browser moodboard, and Muse turns your selection into brand guidelines + starter UI.

keywords  β†’  fetch references  β†’  browser moodboard  β†’  you pick  β†’  BRAND.md + UI code

Use it

In any project:

/moodboard dubai real estate listing card
  1. Muse fetches design references for your keywords (biased toward Dribbble, Pinterest, Behance β€” configurable) via DuckDuckGo image search. No API keys.
  2. A local moodboard opens in your browser. Click the designs you like, optionally type direction in the notes box, and hit Generate from selection.
  3. Muse downloads your picks, studies them, and produces:
    • design-context/references/ β€” your selected images
    • design-context/BRAND.md β€” colors, typography, shape, spacing, components, tokens
    • starter UI matching the look (components + a sample page, in your project's stack β€” or a standalone design-context/preview.html if there's no framework)

Pieces

File Role
commands/moodboard.md The /moodboard command β€” orchestrates the flow
skills/muse/SKILL.md References β†’ brand guidelines β†’ code methodology
scripts/fetch.mjs keywords β†’ reference image list (DuckDuckGo, no key)
scripts/server.mjs local moodboard server + selection capture
scripts/download.mjs downloads selected images for analysis
web/ the moodboard grid UI (vanilla HTML/CSS/JS)

Manually

node scripts/fetch.mjs "saas dashboard" --sources dribbble,behance,figma --out refs.json
node scripts/server.mjs --refs refs.json --out selection.json --open
node scripts/download.mjs --sel selection.json --dir references

Sources: dribbble, pinterest, behance, instagram, figma, web.

No dependencies β€” pure Node β‰₯18 (uses built-in fetch and http).

About

🎨 Claude Code plugin: keywords β†’ browser moodboard β†’ brand guidelines + UI code. Fetches design references (Dribbble, Pinterest, Behance) with no API keys.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages