ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
Why use this skill?
Professional UI/UX agent for OpenClaw. Generate design tokens, build accessible frontend code, map user journeys, and implement design systems for React, Vue, and Svelte.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/kj-ui-ux-pro-maxWhat This Skill Does
ui-ux-pro-max is an advanced intelligence agent designed for the full lifecycle of interface development. It bridges the gap between abstract design goals and concrete technical implementation. The skill operates as a high-fidelity consultant that understands modern web architectures (React, Next.js, Vue, Svelte) and design systems (Tailwind, CSS-in-JS). It provides structured guidance on layout, typography, accessibility, and component-driven development. By leveraging internal design heuristics and a dedicated design system generator, it ensures that your UI is not only aesthetically pleasing but also functional, scalable, and WCAG-compliant.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/kjaylee/kj-ui-ux-pro-max
Ensure your project environment is initialized with OpenClaw before running the install command.
Use Cases
- Rapid Prototyping: Generate UI layouts and visual directions from loose conceptual requirements.
- Design System Auditing: Create or refine design tokens, spacing scales, and typography systems to ensure consistency across large codebases.
- UX Refinement: Map out user journeys, including critical error handling, loading skeleton states, and empty state micro-copy.
- Frontend Implementation: Convert static design files or descriptions into production-ready code components with specific Tailwind classes or CSS modules.
- Accessibility Reviews: Evaluate components for keyboard navigation, focus management, and color contrast adherence.
Example Prompts
- "I need a dark-mode landing page for a SaaS dashboard. Please design the information architecture, provide a color palette using the design system generator, and write the React code for the navigation sidebar."
- "Review my current checkout flow. The conversion rate is low; can you suggest UX improvements for the shipping form, define the error states for validation, and provide the updated Tailwind classes for the input fields?"
- "Help me create a design token system for my Svelte project. We need a fluid type scale, a 4px-based spacing system, and focus state guidelines for WCAG AA compliance."
Tips & Limitations
- Be Specific: Always provide context on your existing tech stack (e.g., "I am using Next.js with Tailwind CSS") to get code that you can copy-paste directly.
- Triage First: Use the triage phase to clarify your constraints. Providing a screenshot or a URL makes the agent exponentially more effective.
- Leverage the Script: If you need a structured JSON output for tokens, explicitly ask the agent to run the
design_system.pyscript to ensure programmatic consistency. - Accessibility: Never skip the accessibility section. Always request focus states and screen-reader-friendly attributes when generating interactive UI components.
- Limitations: While the agent is an expert in design systems and coding, it cannot physically open your Figma files; it relies on your descriptions, exported assets, or visual context provided via images.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-kj-ui-ux-pro-max": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
stripe-payments
Best practices for Stripe payment integration. Use when implementing payments, subscriptions, checkout flows, or any monetization feature in games or web apps. Covers CheckoutSessions, Payment Element, subscriptions, and Connect.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.