Patterns for delegating UI work to specialized agents. Covers synthesis-master vs specialized agents, multi-agent UI generation workflows, and orchestration strategies for complex UI tasks.
View on GitHubHermeticOrmus/LibreUIUX-Claude-Code
agent-orchestration
plugins/agent-orchestration/skills/ui-agent-patterns/SKILL.md
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/HermeticOrmus/LibreUIUX-Claude-Code/blob/main/plugins/agent-orchestration/skills/ui-agent-patterns/SKILL.md -a claude-code --skill ui-agent-patternsInstallation paths:
.claude/skills/ui-agent-patterns/# UI Agent Patterns Patterns for orchestrating AI agents to generate, refine, and maintain user interfaces. This skill bridges Karpathy's "new programming vocabulary" with practical UI/UX development workflows. --- ## When to Use This Skill - Delegating complex UI generation to specialized agents - Deciding between synthesis-master vs specialized agent architectures - Orchestrating multi-agent workflows for design systems - Managing handoffs between research, design, and implementation agents - Building agent pipelines for iterative UI refinement - Scaling UI generation beyond single-agent capabilities --- ## Core Concepts ### The New Programming Vocabulary Karpathy's insight: LLMs introduce new programming primitives that extend beyond functions and objects: | Primitive | Description | UI Application | |-----------|-------------|----------------| | **Agents** | Autonomous LLM-powered workers | UI generators, reviewers, refiners | | **Subagents** | Delegated specialists | Component builders, accessibility checkers | | **Prompts** | Instructions as code | Design specifications, component contracts | | **Contexts** | Shared state and knowledge | Design tokens, brand guidelines | | **Memory** | Persistent learning | Style preferences, past decisions | | **Modes** | Behavioral configurations | Draft mode, production mode, audit mode | | **Permissions** | Capability boundaries | Read-only review vs code modification | | **Tools** | External capabilities | Figma API, browser DevTools, screenshot capture | | **Plugins** | Modular extensions | Design system loaders, component libraries | | **Skills** | Reusable knowledge | This file - codified expertise | | **Hooks** | Lifecycle interceptors | Pre-commit design checks, post-render audits | | **MCP** | Model Context Protocol | Tool integration standard | | **Workflows** | Orchestrated sequences | Design-to-code pipelines | --- ## Agent Architecture Patterns ### Pattern 1: Synthesis-Master Architecture A single p