Grok Designer
Description
Agent skill for delegating UI/UX review, design direction, HTML, and SVG tasks to Grok 4.5 via ZenMux
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Grok Designer
Grok Designer is a Grok 4.5 design advisor skill for agents. It helps with UI critique, UX critique, component-choice review, interaction-flow review, design direction, HTML mockups, SVG icons, handwritten wordmarks, and file-based design feedback.
The skill asks Grok 4.5 for design judgment through the bundled `grok-designer` CLI, then lets the main agent decide how to apply the advice in the current workspace.
Install
The easiest way is to give this GitHub repository to an agent such as Codex, Claude Code, or Cursor and ask it to install the skill:
https://github.com/oil-oil/grok-designer
You can also install it directly from a terminal:
npx skills add oil-oil/grok-designer
After installation, agents should use the `grok-designer` skill when a task needs external design judgment.
Authorization
The CLI reads local configuration from:
~/.config/grok-designer/config.toml
By default, the API key is read from:
~/.config/grok-designer/api_key
Do not commit API keys or local config files. The repository ignores common local secret files, including `.env`, `config.toml`, and `api_key`.
What Agents Should Know
- Grok is stateless. It only sees the current prompt, files passed with
-f, and images passed with-i. - For visual/UI review, use
grok-designer ui. - For UX, component-choice, task-flow, interaction, friction, or state-feedback review, use
grok-designer ux. - For combined UI + UX review, use
grok-designer ui,uxor runuianduxseparately. - For broad art direction or design imagery markdown, use
grok-designer direction. - For new standalone HTML mockups, use
grok-designer html. - For SVG icons, simple illustrations, and single handwritten wordmarks, use
grok-designer svg. - Pass complete relevant files when Grok needs to judge an existing design.
- Pass screenshots or visual references with
-iwhen the visible result or state sequence matters. - Do not ask
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://