Elux Space Β· Internal Reference
Frontend Design Resources for Coding Agents
Curated from the Raindrop library β resources you can drop into OpenCode (or any coding agent) to get frontend output at Claude / Cowork quality. Grouped by how you'd actually use them, most directly useful first.
π 23 resources
π Saved JanβJun 2026
π― Goal: OpenCode-quality frontend
01 Drop-in design / taste skills for coding agents
Leonxlnx / taste-skill
GitHub
Why it matters: The single biggest quality lever β 20k+ stars, agent-agnostic, works in OpenCode.
A portable skill that installs "good taste" into any AI coding agent so its generated frontend stops looking like generic slop. Once loaded, layout, typography, motion, and whitespace all improve noticeably and the output reads as intentional rather than templated. Because it's agent-agnostic, it transfers cleanly from Claude Code to OpenCode, making it the closest single addition to matching Cowork-level design output.
github.com/Leonxlnx/taste-skill
jiji262 / claude-design-skill
GitHub
Why it matters: Portable version of Claude.ai's internal Design skill β essentially the Cowork design brain, exported.
A portable Claude Skill adapted directly from Claude.ai's internal design system that turns any agent into an expert designer for self-contained HTML artifacts β decks, landing pages, prototypes, animations, and posters. It captures the same opinionated design defaults that make Cowork output look polished, and packages them so you can run them outside claude.ai. For your OpenCode goal, this is the most faithful recreation of the design engine you already like.
github.com/jiji262/claude-design-skill
JimLiu / baoyu-design
GitHub
Why it matters: Runs "Claude Design" locally as an agent skill across Cursor, Claude Code, and more.
A local agent skill that reproduces the Claude Design experience without needing claude.ai/design, producing polished UI mockups, prototypes, decks, and wireframes as self-contained HTML. It's built to slot into whatever agent you use, so it fits a local-first OpenCode workflow. Think of it as a plug-in design department that outputs ready-to-open HTML files.
github.com/JimLiu/baoyu-design
hue β brand design skill for Claude Code
Skill / Tool
Why it matters: Turns a brand link into consistent, on-brand UI on every generation.
An open-source design skill where you drop in a brand link, name, or screenshots and every UI the agent ships afterwards matches that brand's colors, type, and feel. It removes the usual drift where each generated page looks slightly different, which is exactly the consistency problem that separates hobby output from production work. Useful when you want client sites to stay on-brand without re-prompting.
x.com/i/status/2044031520659177906
BuilderIO / skills β /visual-plan
Video + Repo
Why it matters: Better visual planning before code = better final UI, for Claude Code + Codex.
A skill that produces rich, visual plans for coding agents so the model commits to a design direction before it starts writing markup, rather than defaulting to a safe generic layout. Planning quality is an underrated driver of final UI quality, and this front-loads that decision. The walkthrough video links the source repo so you can install it into your own agent setup.
youtu.be/NE0aBuQF0HA
02 DESIGN.md β the design-context file standard
google-labs-code / design.md
Spec
Why it matters: The official format spec β this is your design.md.
A format specification from Google Labs for describing a visual identity to coding agents in a single structured file, giving the agent a persistent understanding of colors, typography, spacing, and component rules. Instead of re-explaining your design language in every prompt, you commit one DESIGN.md to the project root and the agent references it on every build. It's the foundation the rest of this category is built on.
github.com/google-labs-code/design.md
awesome-design-md β 31 reverse-engineered design systems
Collection
Why it matters: Instant "$200/hr design taste" β copy one file, ship UI that looks like Apple, Spotify, or Airbnb.
A free, MIT-licensed collection of DESIGN.md files reverse-engineered from 31 billion-dollar websites (Apple, Spotify, Airbnb and more), each capturing the site's real color, font, spacing, and layout patterns in a format agents can read and reproduce. You pick a system, drop its file into your project root, and tell the agent to use it β no Figma exports or screenshots needed. It's the fastest way to give a bare project a credible, high-end look.
x.com/heynavtoor/status/2040339518822432893
Design to Markdown β Figma plugin
Figma Plugin
Why it matters: Turns an existing Figma file into a DESIGN.md your agent can consume.
A Figma plugin that scans an entire file and extracts every design token β colors, type styles, spacing, components β into a structured DESIGN.md that AI coding tools and developers can read directly. It bridges the gap between a designed source of truth in Figma and the context file your agent needs, so agent output stays faithful to the real design. Handy when a client already has a Figma system you want the agent to honor.
figma.com/community/plugin/1623585381361594035
DESIGN.md generator from any URL
Tool
Why it matters: Paste any URL β get a semantic design doc your agent actually understands.
A tool that takes any live website URL and produces a semantic DESIGN.md describing not just raw values but the relationships behind them β color relationships, typography logic, spacing rhythm, and component patterns. That semantic framing helps the agent generalize a look rather than blindly copying pixels, which produces more coherent results on new pages. Good for capturing the feel of a reference site you admire.
x.com/i/status/2041887960023404716
03 Open-source Claude-Design / AI design tools (local-first, BYOK)
Open Design
Tool
Why it matters: Explicitly the open-source, local-first Claude Design alternative.
An open-source, local-first alternative to Claude Design that generates decks, landing pages, dashboards, and full brand systems, and works with Claude Code, Codex, and Cursor. It's positioned as the tool to reach for when you want the Claude Design workflow but self-hosted and model-flexible. For a local OpenCode pipeline, it's one of the most direct drop-in replacements.
open-design.ai
OpenCoworkAI / open-codesign
GitHub
Why it matters: Multi-model, BYOK, local-first β prompt straight to prototype and assets.
An open-source AI design tool that goes from a prompt to interactive prototypes, slide decks, PDFs, and marketing assets, with multi-model support (Anthropic, OpenAI, Gemini, DeepSeek, Ollama), bring-your-own-key, and a local-first architecture. The flexibility means you're not locked to one provider and can run it against a local model when needed. It fits the same self-hosted philosophy as OpenCode.
github.com/OpenCoworkAI/open-codesign
Superdesign
Tool + Prompts
Why it matters: A large library of copy-paste style prompts and ready design systems.
An AI design platform paired with a big, browsable library of style prompts and design systems spanning looks like brutalist, editorial, and SaaS-landing aesthetics, each with a use-prompt you can lift directly. Even outside the app itself, that prompt library is a fast way to hand your agent a committed visual direction. It's a strong source of "style presets" to combine with a taste skill and a DESIGN.md.
app.superdesign.dev
onlook-dev / onlook
GitHub
Why it matters: "The Cursor for Designers" β visually edit a real React app with AI.
An open-source, AI-first design tool that lets you visually build, style, and edit a live React app with AI assistance, closing the loop between designing and shipping actual code. Rather than generating throwaway mockups, it operates on your real components, so design changes land directly in the codebase. Useful when a project has graduated from HTML artifacts into a maintained React frontend.
github.com/onlook-dev/onlook
04 Components, curated lists & visual reference
maxbogo / awesome-ai-tools-for-ui
List
Why it matters: A living index of AI tools for building beautiful UI/UX.
A curated, community-maintained list of AI tools focused specifically on producing beautiful UI/UX, saving you the work of discovering what's current in a fast-moving space. It's the map to keep next to this document as new skills and tools appear. Scan it periodically to find additions worth folding into your OpenCode setup.
github.com/maxbogo/awesome-ai-tools-for-ui
rayasabari / joko-ui
GitHub
Why it matters: Free Tailwind components, zero config β clean building blocks for the agent.
A free, open-source Tailwind CSS component library built for fast development with zero configuration, installation, or setup overhead. Well-structured component libraries give an agent reliable, high-quality primitives to assemble instead of inventing markup from scratch, which raises baseline output quality. Point OpenCode at these components as the vocabulary for a build.
github.com/rayasabari/joko-ui
JCodesMore / ai-website-cloner-template
GitHub
Why it matters: Pixel-perfect website reverse-engineering as a starting template.
A template for pixel-perfect website reverse-engineering, letting an agent study and reconstruct the structure and styling of a reference site with high fidelity. It's the practical scaffold behind the "cloned an award-winning site in minutes" workflows, giving you a repeatable starting point rather than ad-hoc prompting. Use it to lift a layout you like, then adapt it to your own content and brand.
x.com/tom_doerr/status/2037597249090228728
Design inspiration directory
Directory
Why it matters: One list covering web design, landing pages, navbars, CTAs, animation, and design systems.
A single tweet-collected directory of the best galleries for design inspiration β curated.design for web design, landing.love for landing pages, saaspo for SaaS sites, navbar.gallery and cta.gallery for sections, appmotion.design for animation, and component.gallery for design systems. These are where you source concrete reference material before a build so you can point the agent at a specific, real example. Bookmark it as your go-to inspiration hub.
x.com/i/status/2066016032590807374
60fps.design
Reference
Why it matters: Motion reference β the piece AI-built sites most often get wrong.
A large reference library of real UI/UX animations from apps like Spotify, CRED, and Duolingo, showing how motion actually behaves in polished products. Since AI-generated sites tend to default to a single scroll-reveal, a concrete motion reference helps you specify better interactions and lift a site from static to dynamic. Pair it with the GSAP skill to translate a reference into real animation.
60fps.design
05 Workflows & tutorials
Insane Claude Design Skills to Build Beautiful Websites
Video
Why it matters: Shows the GSAP animation skill + "taste preset" skills in action.
A walkthrough of design skills that fix where AI-built sites fall apart β namely animation, where models default to the same tired scroll-reveal β by using a dedicated GSAP skill plus drop-in "taste preset" skills that push the model toward one committed look. It explains why animation and a strong point of view matter most on landing pages and portfolios where design is the product. A good conceptual primer before you install the skills above.
youtu.be/Ot582-E61ac
Stop guessing prompts: build landing pages from DESIGN.md
Video
Why it matters: The exact DESIGN.md β landing page workflow, end to end.
A tutorial demonstrating how to stop relying on lucky prompts and instead drive landing-page generation from a DESIGN.md file, so the output is consistent and predictable rather than a new gamble each time. It makes the abstract spec concrete by showing the full build flow. Watch it to see how the DESIGN.md pieces in section 02 come together in practice.
youtu.be/DsjEI6-5kgI
Google's DESIGN.md is a design team in a file
Video
Why it matters: Explains why DESIGN.md exists and what problem it solves.
A conversation-style breakdown of why coding agents are strong at logic but weak at design β breaking color palettes, ignoring spacing, forgetting component rules β and how DESIGN.md acts as a persistent design brain that keeps them consistent. It gives the strategic case for adopting the format across your projects. Useful context to justify making DESIGN.md a standard step in your workflow.
youtu.be/oLu32YpiIJw
I Cloned an Award-Winning Website in 15 Minutes (AI Design Engineer)
Video
Why it matters: A repeatable clone-and-adapt workflow you can copy step by step.
A practical demo of reconstructing an award-winning website in about fifteen minutes using an AI design-engineer workflow, showing how to study a reference and rebuild its quality quickly. It's the applied companion to the website-cloner template, turning the idea into a concrete process. Watch it to internalize the reference β rebuild β adapt loop.
youtu.be/9MbcgnkhxMA
Generate a Living HTML Design System with AI
Guide
Why it matters: Produces a portable single-file design system for UI consistency.
A workflow guide for using AI to analyze a codebase and generate a "living design system" contained in a single HTML file, which then acts as a portable reference the agent consults to keep new UI consistent. It's a lightweight, self-contained way to enforce coherence without a heavy design-tooling setup β the same single-file, no-build philosophy this page is built on. Good for keeping a project visually consistent as it grows.
chatprd.ai/how-i-ai/workflows
π The 3-part starter stack
If you only set up three things for OpenCode, use these: taste-skill (baseline quality) + a DESIGN.md (from the google-labs-code spec, or generated from a site you like) + a style prompt from Superdesign. That trio covers most of what Cowork's design skill gives you, and every piece is agent-agnostic. The Figma-MCP tools were left out on purpose β they need Figma and don't fit a pure-OpenCode flow.