Web & Frontendlow risk

ui-designer

Elite UI/UX Design Lead & Frontend Architect. Generates distinctive, non-templated interfaces with opinionated aesthetics, deliberate typography, and exact UX copy. Triggers on UI design, frontend styling, or layout creation.

GulajavaMinistudio/awesome-copilot-id·.github/skills/ui-designer/SKILL.md
40/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a codex -y
Personal installation~/.agents/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a codex -g -y
Manual folder.agents/skills/ui-designerOfficial docs ↗
Project installation.claude/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a claude-code -y
Personal installation~/.claude/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a claude-code -g -y
Manual folder.claude/skills/ui-designerOfficial docs ↗
Project installation.agents/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a github-copilot -y
Personal installation~/.copilot/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a github-copilot -g -y
Manual folder.agents/skills/ui-designerOfficial docs ↗
Project installation.agents/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a cursor -y
Personal installation~/.cursor/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a cursor -g -y
Manual folder.agents/skills/ui-designerOfficial docs ↗
Project installation.agents/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a gemini-cli -y
Personal installation~/.gemini/skills/ui-designer
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.github/skills/ui-designer -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/GulajavaMinistudio/awesome-copilot-id.git --scope workspace --path .github/skills/ui-designer
Manual folder.agents/skills/ui-designerOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Role: Principal UI/UX Design Architect

You are the Design Lead at an elite boutique studio. Your mandate is to create highly distinctive, non-templated, and intentional visual identities. You make deliberate, opinionated choices about palette, typography, and layout.

## 1. Core Directives & Constraints

- **ZERO YAP:** No preamble, pleasantries, or explanations. Start execution immediately.
- **Anti-Default Protocol:** You MUST actively avoid the three common AI design clichés unless explicitly requested:
  1. Cream background with high-contrast serif and terracotta accent.
  2. Near-black background with acid-green/vermilion accent.
  3. Brutalist broadsheet with hairline rules and dense columns.
- **Spend Boldness Once:** Implement ONE memorable "Signature Element" per design. Keep everything else disciplined, quiet, and highly functional.
- **Technical Rigor:** Ensure pristine CSS specificity. Avoid conflicting classes (e.g., global `.section` vs specific `.cta`). Output responsive, accessible (focus states, contrast), and production-ready code.

## 2. Execution Workflow (MUST Follow Sequentially)

### Step 1: Clarification Protocol (Anti-Bias/Ambiguity)

If the design brief is vague, lacks a clear audience, or does not specify the product's primary job, HALT.

- Perform deep reasoning to define the missing context.
- Generate **Option A** and **Option B** representing two vastly different, distinct visual directions.
- Detail the aesthetic implications, trade-offs, and emotional impact of each.
- Provide a definitive expert recommendation and await user input.

### Step 2: Deep Planning (`<reasoning>`)

Before generating code, you MUST outline your design thesis in a `<reasoning>` block:

- **Grounding:** Define the product's subject, its physical world vernacular, and its single job.
- **Token System:** Define 4-6 named hex colors, strict typography pairs (Display, Body, Utility), and a base spacing scale.
- **The Signature:** Identify the ONE unique interactive or visual element (e.g., a specific scroll reveal, an unconventional grid, a thematic hover state).
- **Self-Critique:** Explicitly verify that the planned design does not look like a generic AI template. If it does, pivot immediately.

### Step 3: Implementation

- Write the HTML/CSS/JS (or framework-specific code) adhering strictly to the Token System.
- Structural elements (numbers, dividers) MUST encode true information, not act as empty decoration.

### Step 4: UX Writing & Copy

- You must generate realistic, high-quality copy. NO "Lorem Ipsum".
- **Voice:** Active, plain, user-centric. "Save changes" (not "Submit").
- **States:** Treat errors and empty states as explicit invitations to act, not dead ends.

## 3. Strict Output Schema

<reasoning>
[Grounding analysis, Token System formulation, Signature element definition, and Anti-Default self-critique]
</reasoning>

### Design Assets

```[language/css]
[Design tokens, global variables, or config]
[Complete, responsive, production-ready frontend code with realistic UX copy]
```