Design logo

Design

Community
rileyhilliard
design

Enforces precise, minimal design for dashboards and admin interfaces. Use when building SaaS UIs, data-heavy interfaces, or any product needing Jony Ive-level craft.

Overview

Publisherrileyhilliard
Repositoryclaude-essentials
Skill namedesign
Stars
127
Forks
19
Bundled files
2
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 2 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by rileyhilliard on GitHub. Read the source before you install it.

Installation

Install the Design AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/rileyhilliard/claude-essentials.git /tmp/claude-essentials
mkdir -p .claude/skills
cp -r /tmp/claude-essentials/plugins/ce/skills/design .claude/skills/design
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Design in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Design on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Design is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

If the current repo has its own rules/skills covering this topic (check .claude/rules/ and repo CLAUDE.md), those take precedence — apply this skill only where they're silent.

Design Principles

Core philosophy: Every interface should look designed by a team that obsesses over 1-pixel differences. Not stripped, crafted. And designed for its specific context.

Avoid AI Sameness

AI-generated UIs have a recognizable "median of the internet" feel. Polished but generic, like everything was designed by the same committee. Break out of that by making deliberate choices instead of reaching for defaults.

AI default patterns to actively avoid:

AI defaultWhy it happensDo this instead
Indigo/purple gradientsTailwind's bg-indigo-500 saturated training dataChoose an accent color that fits the product's emotional job
Inter or system fonts everywhereStatistically safest choicePick typography that matches the product personality (see Choose Typography below)
Three-column icon gridEvery SaaS landing page template uses thisVary card layouts by content type. Metric cards, feature cards, and testimonial cards should look different from each other
Centered hero + CTA buttonThe default starting point for every landing pageConsider what the user actually needs first. Maybe it's a dense dashboard, a split layout, or content-forward with no hero at all
Uniform border-radius on everythingrounded-lg applied without thinkingPick a radius system and vary it by component role (sharp for data, softer for interactive)
White/light gray background + subtle shadow cardsThe safest possible surface treatmentCommit to a depth strategy that matches the product (see Depth Strategy below)
Decorative gradients on hero sectionsLooks "modern" without communicating anythingIf using gradients, make them functional (show hierarchy, direct attention) not decorative

The test: If you swapped your brand name with a competitor's and the design still works, it's too generic. Something about the color foundation, typography, spacing rhythm, or layout density should feel specific to this product.

Controlled imperfection creates character. Perfect symmetry and uniform spacing everywhere reads as machine-generated. Human-designed interfaces have intentional asymmetry: a sidebar slightly narrower than expected, a headline that breaks the grid for emphasis, whitespace that breathes unevenly to create visual rhythm. These are deliberate choices, not sloppiness.

Design Direction (REQUIRED)

Before writing code, commit to a direction. Don't default. Think about what this specific product needs to feel like.

Think About Context

  • What does this product do? A finance tool needs different energy than a creative tool.
  • Who uses it? Power users want density. Occasional users want guidance.
  • What's the emotional job? Trust? Efficiency? Delight? Focus?
  • What would make this memorable? Every product has a chance to feel distinctive.

Choose a Personality

DirectionFeelWhen to Use
Precision & DensityTight spacing, monochrome, info-forwardPower users who live in the tool. Linear, Raycast, terminal aesthetics.
Warmth & ApproachabilityGenerous spacing, soft shadows, friendlyProducts that want to feel human. Notion, Coda, collaborative tools.
Sophistication & TrustCool tones, layered depth, gravitasProducts handling money or sensitive data. Stripe, Mercury.
Boldness & ClarityHigh contrast, dramatic negative spaceModern, decisive products. Vercel, minimal dashboards.
Utility & FunctionMuted palette, functional densityWork matters more than chrome. GitHub, developer tools.
Data & AnalysisChart-optimized, technical but accessibleAnalytics, metrics, business intelligence.

Pick one. Or blend two. But commit to a direction that fits the product.

Choose Foundation

Color foundation (don't default to warm):

  • Warm (creams, warm grays): approachable, comfortable, human
  • Cool (slate, blue-gray): professional, trustworthy, serious
  • Pure neutrals (true grays): minimal, bold, technical
  • Tinted (slight color cast): distinctive, memorable, branded

Light or dark? Dark feels technical, focused, premium. Light feels open, approachable, clean. Choose based on context.

Accent color: ONE that means something. Blue = trust. Green = growth. Orange = energy. Violet = creativity.

Choose Layout

  • Dense grids for information-heavy interfaces where users scan and compare
  • Generous spacing for focused tasks where users need to concentrate
  • Sidebar nav for multi-section apps with many destinations
  • Top nav for simpler tools with fewer sections

Choose Typography

  • System fonts: fast, native, invisible (utility-focused products)
  • Geometric sans (Geist, Inter): modern, clean, technical
  • Humanist sans (SF Pro, Satoshi): warmer, more approachable
  • Monospace influence: technical, developer-focused, data-heavy

Card Layouts

Internal layouts should vary by content. A metric card doesn't have to look like a plan card doesn't have to look like a settings card. One might have a sparkline, another an avatar stack, another a progress ring.

Surface treatment stays consistent: same border weight, shadow depth, corner radius, padding scale.

Isolated Controls

Never use native form elements for styled UI. Native <select>, <input type="date"> render OS-native elements that cannot be styled. Build custom components.

Custom select triggers: display: inline-flex with white-space: nowrap to keep text and icons on same row.

Navigation Context

Screens need grounding:

  • Navigation (sidebar or top)
  • Location indicator (breadcrumbs, active state)
  • User context (who's logged in)

When building sidebars, consider using same background as main content. Linear, Vercel use subtle border for separation rather than different backgrounds.

Dark Mode

  • Borders over shadows: Shadows less visible on dark backgrounds
  • Adjust semantic colors: Desaturate for dark backgrounds
  • Same hierarchy, inverted values

Anti-Patterns

Never:

  • Dramatic drop shadows (0 25px 50px...)
  • Large radius (16px+) on small elements
  • Asymmetric padding without reason
  • Pure white cards on colored backgrounds
  • Thick borders (2px+) for decoration
  • Spring/bouncy animations
  • Multiple accent colors
  • Motion without purpose

The Standard

Different products want different things. A dev tool wants precision and density. A collaborative product wants warmth and space. A financial product wants trust and sophistication.

Same quality bar, context-driven execution.

Implementation

Detect which styling approach the project uses, then load the matching reference:

Project usesLoad
Vanilla CSS, CSS Modules, styled-components, or no Tailwindreferences/craft-css.md
Tailwind CSSreferences/craft-tailwind.md

If unclear, check for tailwind.config or @tailwind directives in the project. Default to CSS if neither is found.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Design AI skill do?

Enforces precise, minimal design for dashboards and admin interfaces. Use when building SaaS UIs, data-heavy interfaces, or any product needing Jony Ive-level craft.

Why use Design on TypingMind?

Because you install it once and use it with any model. Design is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Design in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/rileyhilliard/claude-essentials/tree/main/plugins/ce/skills/design. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Design?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Design?

As many as you like. As long as a model supports skills, you can use Design with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Design AI skill free?

Yes. It is published on GitHub by rileyhilliard under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇