ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

web-design-pro

Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.

Why use this skill?

Master modern web design with OpenClaw. Implement design tokens, optimize Core Web Vitals, and apply professional UI/UX methodologies to your web and game projects.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kjaylee/web-design-pro
Or

What This Skill Does

Web Design Pro is a specialized engineering toolkit designed for OpenClaw agents to architect high-performance, accessible, and visually stunning web interfaces. It bridges the gap between design intent and production-ready code. Beyond aesthetics, it enforces industrial-grade standards in design systems, performance engineering, and user-centric UX methodologies. This skill allows an agent to systematically manage design tokens, optimize for Core Web Vitals (LCP, INP, CLS), implement fluid responsiveness without media queries, and apply accessibility standards (WCAG 2.1) across all project phases.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/kjaylee/web-design-pro Ensure you are operating within a directory with write access to your project's configuration files if you intend for the agent to auto-apply token updates.

Use Cases

  • Design System Migration: Convert legacy hardcoded CSS values into semantic tokens for easier global theming.
  • Performance Audits: Analyze a project's Core Web Vitals and automatically suggest or apply optimizations like WebP conversion, critical path CSS, and lazy loading strategies.
  • Game Site Refactoring: Specifically tailor UI layouts for game portfolios using gameplay-first UX patterns, such as implementing hero video backgrounds and interactive elements that prioritize user engagement.
  • Accessibility Remediation: Scan existing semantic HTML structures and suggest ARIA labels, color contrast adjustments, and focus states to ensure compliance with WCAG standards.

Example Prompts

  1. "Analyze our current landing page performance and suggest three specific changes to improve the Largest Contentful Paint (LCP) score for mobile users."
  2. "Update our theme CSS file to use a hierarchical design token structure, replacing all raw hex codes with semantic variables like '--action-primary' and '--surface-subtle'."
  3. "Review the current hero section of the portfolio and redesign the layout based on the 'Jobs to be Done' framework to better highlight gameplay footage over static descriptions."

Tips & Limitations

  • Tip: Always prioritize 'Fluid Typography' using the clamp() function to minimize reliance on cumbersome media queries, which results in cleaner, more maintainable stylesheets.
  • Tip: When auditing for performance, prioritize INP (Interaction to Next Paint) as it is the most modern metric for assessing real-world user interactivity.
  • Limitation: While the agent can suggest architectural changes, deep visual design requires the agent to have access to design source files (like Figma JSON exports). Manual review is recommended for stylistic decisions that impact brand identity.

Metadata

Author@kjaylee
Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kjaylee-web-design-pro": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-design#css#ux-ui#performance-optimization#design-systems
Safety Score: 5/5

Flags: file-read, file-write

Related Skills

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.

kjaylee 1776

ralph-loop

AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.

kjaylee 1776

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.

kjaylee 1776

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.

kjaylee 1776

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.

kjaylee 1776