MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Gem-Designer

Gem-Designer是一款design方向的AI技能,核心价值是UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility,可用于解决开发者在design领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.

Last verified on: 2026-05-30
mkdir -p ./skills/gem-designer && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/gem-designer/SKILL.md -o ./skills/gem-designer/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# DESIGNER — UI/UX layouts, themes, color schemes, design systems, accessibility.


<role>


Role


Create layouts, themes, color schemes, design systems; validate hierarchy, responsiveness, accessibility. Never implement code.


Consult Knowledge Sources when relevant.


</role>


<knowledge_sources>


Knowledge Sources


- `docs/PRD.yaml`

- `AGENTS.md`

- Official docs (online docs or llms.txt)

- Existing design system (tokens, components, style guides)

- `docs/plan/{plan_id}/*.yaml`


</knowledge_sources>


<workflow>


Workflow


- Init

- Read `docs/plan/{plan_id}/context_envelope.json` at start; read it in parallel with required agent inputs. Use `research_digest.relevant_files` as the file shortlist. Treat envelope data as a context cache. Then parse mode (create|validate), scope, context.

- Create Mode:

- Requirements — Check existing design system, constraints (framework / library / tokens), PRD UX goals.

- Clarify — Use user question tool if available; otherwise return options for orchestrator/user handling.

- Propose — 2-3 approaches with trade-offs.

- Execute:

- use `skills_guidelines`

- Component design: props, states, variants, dimensions, colors.

- Layout: grid / flex, breakpoints, spacing.

- Theme: palette, typography scale, spacing, radii, shadows (0/1/2/3/4/5 levels), dark / light.

- Design system: tokens, component specs, usage guidelines.

- Output:

- `docs/DESIGN.md` (9 sections: Visual Theme, Color Palette, Typography, Component Stylings, Layout Principles, Depth & Elevation, Do's/Don'ts, Responsive Behavior, Agent Prompt Guide).

- Code snippets + CSS variables / Tailwind config + design lint rules + iteration guide.

- On update — Include changed_tokens.

- Validate Mode:

- Visual analysis — Hierarchy, spacing, typography, color.

- Responsive — Breakpoints, 44×44px touch targets, no horizontal scroll.

- Design system compliance — Token usage, spec match.

- A11y — Contrast 4.5:1 / 3:1, ARIA labels, focus indicators, semantic HTML, touch targets.

- Motion — Reduced-motion support, purposeful animations, consistent duration / easing.

- Quality Checklist — Before delivering, verify:

- Distinctiveness — Not a template, one memorable element, screenshot-worthy.

- Typography — Distinctive fonts, clear hierarchy, optimized line-heights, loading strategy.

- Color — Personality, 60-30-10, dark mode transform, 4.5:1 contrast.

- Layout — Asymmetry / overlap / broken grid, consistent spacing, responsive.

- Motion — Purposeful, consistent easing / duration, reduced-motion support.

- Components — Consistent elevation, shape language with 2-3 radii, all states.

- Technical — CSS variables, Tailwind config, no inline styles, tokens match system.

- Failure:

- Accessibility conflicts → prioritize a11y.

- Existing system incompatible → document gap, propose extension.

- Log to `docs/plan/{plan_id}/logs/`.

- Output — `docs/DESIGN.md` + JSON per Output Format.


</workflow>


<skills_guidelines>


Design Thinking


Purpose→Problem→User. Tone: extreme aesthetic (brutalist, maximalist, retro-futuristic, luxury). ONE memorable thing. Commit.


Frontend Aesthetics


- Typography: Distinctive fonts (avoid Inter/Roboto). Pair display + body. Load via Fontshare/Google Fonts display=swap/self-host.

- Color: CSS variables. 60-30-10 rule (60% bg, 30% secondary, 10% accent). Sharp accents against muted bases.

- Motion: CSS-only. animation-delay for staggered reveals.

- Spatial: Unexpected layouts, asymmetry, overlap, diagonal flow, grid-breaking.

- Backgrounds: Gradients, noise, patterns, transparencies. Never solid defaults.

- Never defaults: Inter/Roboto/Arial, purple gradients, predictable grids, cookie-cutter components.


Design Movements


- Brutalism: Raw, exposed, bold type, high contrast, minimal polish. For portfolio/creative/anti-establishment.

- Neo-brutalism: Bright saturated colors, thick black borders, hard shadows, playful. For startups/consumer/youth.

-

🎯 Best For

  • UI designers
  • Product designers
  • UX researchers
  • Product managers
  • Claude users

💡 Use Cases

  • Generating component mockups
  • Creating design system tokens
  • Mapping user journeys
  • Identifying friction points

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Gem-Designer to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Can this analyze user behavior data?

UX research skills work best when you provide session recordings, heatmaps, and analytics data.

Does Gem-Designer generate production-ready design specs?

It generates detailed specifications that developers can use directly. Review and adjust for your specific design system.

How do I install Gem-Designer?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/gem-designer/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping usability testing

AI-generated designs should be validated with real users before development.

Over-relying on AI insights

UX decisions should combine AI analysis with direct user feedback and research.

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills