{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ui-ux-design",
    "name": "UI/UX Design Guide",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/itsjustdri/ui-ux-design",
    "canonicalUrl": "https://clawhub.ai/itsjustdri/ui-ux-design",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ui-ux-design",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-ux-design",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "UI_UX_MASTER_GUIDE.md",
      "references/ACCESSIBILITY.md",
      "references/COMPONENTS.md",
      "references/DESIGN_SYSTEM.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ui-ux-design"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ui-ux-design",
    "agentPageUrl": "https://openagent3.xyz/skills/ui-ux-design/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ui-ux-design/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ui-ux-design/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "UI/UX Design",
        "body": "Name: ui-ux-design\nDescription: Modern UI/UX design principles, patterns, and best practices for web and mobile applications. Use when building user interfaces, designing layouts, choosing color palettes, implementing responsive design, ensuring accessibility (WCAG), or creating beautiful modern applications. Includes 2026 design trends, Tailwind CSS patterns, Shadcn/ui integration, micro-interactions, and mobile-first responsive design."
      },
      {
        "title": "When to Use This Skill",
        "body": "Activate this skill when:\n\nBuilding or designing web/mobile interfaces\nChoosing colors, typography, or layout systems\nImplementing responsive design (mobile-first)\nEnsuring accessibility compliance (WCAG 2.2)\nSetting up Shadcn/ui + Tailwind CSS projects\nCreating micro-interactions and animations\nReviewing UI/UX decisions before coding"
      },
      {
        "title": "1. Mobile-First Always",
        "body": "Start with 320px width (smallest phone)\nBreakpoints: 576px (phone), 768px (tablet), 992px (laptop), 1200px (desktop)\nSingle-column default, expand only when space allows"
      },
      {
        "title": "2. Visual Hierarchy",
        "body": "Guide user attention using:\n\nSize: Larger = more important\nColor: Bright/contrasting = attention\nWhitespace: More space = emphasis\nProximity: Related items grouped together\nContrast: Dark on light or light on dark (4.5:1 minimum for text)"
      },
      {
        "title": "3. Whitespace is Your Weapon",
        "body": "Space elements in multiples of 8px (8, 16, 24, 32, 48, 64)\nBreathing room between sections: 48-64px minimum\nPadding inside cards: 24-32px"
      },
      {
        "title": "Color System",
        "body": "Build a primary color scale (50-900):\n\nPrimary: Brand color (CTAs, links, active states)\nNeutrals: Grays 50-900 (text, backgrounds, borders)\nSemantic: Success (green), Error (red), Warning (yellow/orange)\n\nTools: Huevy.app, Coolors.co, Adobe Color"
      },
      {
        "title": "Typography Scale (8px baseline)",
        "body": "text-xs:   12px / 16px line-height\ntext-sm:   14px / 20px\ntext-base: 16px / 24px (body default)\ntext-lg:   18px / 28px\ntext-xl:   20px / 28px\ntext-2xl:  24px / 32px\ntext-3xl:  30px / 36px (section headers)\ntext-4xl:  36px / 40px\ntext-5xl:  48px / 1 (hero titles)\n\nFont pairing: 2 fonts max (sans-serif for UI, optional serif for headings)"
      },
      {
        "title": "Layout Patterns",
        "body": "CSS Grid: 2D layouts (page structure)\nFlexbox: 1D layouts (component internals)\nAuto-fit grid: repeat(auto-fit, minmax(280px, 1fr)) (no media queries!)"
      },
      {
        "title": "Micro-Interactions",
        "body": "Hover: Scale 1.05x (buttons feel clickable)\nClick: Scale 0.95x (tactile feedback)\nDuration: 0.2-0.3s max (keep it subtle)\nAnimate only: transform and opacity (GPU accelerated)"
      },
      {
        "title": "Accessibility (WCAG 2.2)",
        "body": "Text contrast: 4.5:1 minimum (normal text), 3:1 (large text)\nUI components: 3:1 contrast minimum\nKeyboard navigation: Tab order logical, focus states visible (3:1 contrast)\nARIA labels: Always provide for buttons, images, interactive elements"
      },
      {
        "title": "Setup (Next.js)",
        "body": "npx create-next-app@latest project-name --typescript --tailwind --app\ncd project-name\nnpx shadcn@latest init\n\nChoose: Style (Default), Base color (Blue or custom), CSS variables (Yes)"
      },
      {
        "title": "Adding Components",
        "body": "npx shadcn@latest add button\nnpx shadcn@latest add card\nnpx shadcn@latest add dialog\nnpx shadcn@latest add calendar\n\nComponents appear in components/ui/ — you own the code, customize freely."
      },
      {
        "title": "Tailwind Best Practices",
        "body": "Use design tokens (not arbitrary values): p-4 not p-[17px]\nResponsive utilities: w-full md:w-1/2 lg:w-1/3\nDark mode: dark:bg-gray-900 dark:text-white"
      },
      {
        "title": "Pre-Build Checklist",
        "body": "Before writing code, confirm:\n\nColor palette defined (primary + neutrals + semantic colors)\n Typography scale chosen (6-8 sizes)\n Component library picked (Shadcn + Tailwind)\n Mobile breakpoints planned (576px, 768px, 992px)\n Accessibility contrast ratios checked (4.5:1 text, 3:1 UI)\n Micro-interaction list (hover, click, success states)\n Grid layout sketched (mobile → desktop progression)"
      },
      {
        "title": "Inspiration Sources",
        "body": "Study these products:\n\nLinear (linear.app) — Best keyboard-first UI, subtle animations\nStripe Dashboard — Clean data visualization, perfect spacing\nVercel — Minimalist, fast, modern gradients\nNotion — Intuitive drag-and-drop, clear hierarchy\n\nTools:\n\nFigma (mockups before coding)\nWebAIM Contrast Checker (accessibility)\nCoolors/Huevy (color palettes)"
      },
      {
        "title": "The 5 Laws of Beautiful UI",
        "body": "Contrast creates hierarchy (big vs small, dark vs light)\nWhitespace creates calm (never fear empty space)\nConsistency builds trust (same patterns repeated)\nFeedback confirms action (animations, success messages)\nAccessibility includes everyone (contrast, keyboard, screen readers)"
      },
      {
        "title": "Full Reference",
        "body": "For comprehensive deep-dives (component patterns, animation examples, responsive grid techniques), see UI_UX_MASTER_GUIDE.md in this skill directory.\n\nLast Updated: 2026-02-05"
      }
    ],
    "body": "UI/UX Design\n\nName: ui-ux-design\nDescription: Modern UI/UX design principles, patterns, and best practices for web and mobile applications. Use when building user interfaces, designing layouts, choosing color palettes, implementing responsive design, ensuring accessibility (WCAG), or creating beautiful modern applications. Includes 2026 design trends, Tailwind CSS patterns, Shadcn/ui integration, micro-interactions, and mobile-first responsive design.\n\nWhen to Use This Skill\n\nActivate this skill when:\n\nBuilding or designing web/mobile interfaces\nChoosing colors, typography, or layout systems\nImplementing responsive design (mobile-first)\nEnsuring accessibility compliance (WCAG 2.2)\nSetting up Shadcn/ui + Tailwind CSS projects\nCreating micro-interactions and animations\nReviewing UI/UX decisions before coding\nCore Design Principles\n1. Mobile-First Always\nStart with 320px width (smallest phone)\nBreakpoints: 576px (phone), 768px (tablet), 992px (laptop), 1200px (desktop)\nSingle-column default, expand only when space allows\n2. Visual Hierarchy\n\nGuide user attention using:\n\nSize: Larger = more important\nColor: Bright/contrasting = attention\nWhitespace: More space = emphasis\nProximity: Related items grouped together\nContrast: Dark on light or light on dark (4.5:1 minimum for text)\n3. Whitespace is Your Weapon\nSpace elements in multiples of 8px (8, 16, 24, 32, 48, 64)\nBreathing room between sections: 48-64px minimum\nPadding inside cards: 24-32px\nQuick Reference\nColor System\n\nBuild a primary color scale (50-900):\n\nPrimary: Brand color (CTAs, links, active states)\nNeutrals: Grays 50-900 (text, backgrounds, borders)\nSemantic: Success (green), Error (red), Warning (yellow/orange)\n\nTools: Huevy.app, Coolors.co, Adobe Color\n\nTypography Scale (8px baseline)\ntext-xs:   12px / 16px line-height\ntext-sm:   14px / 20px\ntext-base: 16px / 24px (body default)\ntext-lg:   18px / 28px\ntext-xl:   20px / 28px\ntext-2xl:  24px / 32px\ntext-3xl:  30px / 36px (section headers)\ntext-4xl:  36px / 40px\ntext-5xl:  48px / 1 (hero titles)\n\n\nFont pairing: 2 fonts max (sans-serif for UI, optional serif for headings)\n\nLayout Patterns\nCSS Grid: 2D layouts (page structure)\nFlexbox: 1D layouts (component internals)\nAuto-fit grid: repeat(auto-fit, minmax(280px, 1fr)) (no media queries!)\nMicro-Interactions\nHover: Scale 1.05x (buttons feel clickable)\nClick: Scale 0.95x (tactile feedback)\nDuration: 0.2-0.3s max (keep it subtle)\nAnimate only: transform and opacity (GPU accelerated)\nAccessibility (WCAG 2.2)\nText contrast: 4.5:1 minimum (normal text), 3:1 (large text)\nUI components: 3:1 contrast minimum\nKeyboard navigation: Tab order logical, focus states visible (3:1 contrast)\nARIA labels: Always provide for buttons, images, interactive elements\nShadcn/ui + Tailwind Stack\nSetup (Next.js)\nnpx create-next-app@latest project-name --typescript --tailwind --app\ncd project-name\nnpx shadcn@latest init\n\n\nChoose: Style (Default), Base color (Blue or custom), CSS variables (Yes)\n\nAdding Components\nnpx shadcn@latest add button\nnpx shadcn@latest add card\nnpx shadcn@latest add dialog\nnpx shadcn@latest add calendar\n\n\nComponents appear in components/ui/ — you own the code, customize freely.\n\nTailwind Best Practices\nUse design tokens (not arbitrary values): p-4 not p-[17px]\nResponsive utilities: w-full md:w-1/2 lg:w-1/3\nDark mode: dark:bg-gray-900 dark:text-white\nPre-Build Checklist\n\nBefore writing code, confirm:\n\n Color palette defined (primary + neutrals + semantic colors)\n Typography scale chosen (6-8 sizes)\n Component library picked (Shadcn + Tailwind)\n Mobile breakpoints planned (576px, 768px, 992px)\n Accessibility contrast ratios checked (4.5:1 text, 3:1 UI)\n Micro-interaction list (hover, click, success states)\n Grid layout sketched (mobile → desktop progression)\nInspiration Sources\n\nStudy these products:\n\nLinear (linear.app) — Best keyboard-first UI, subtle animations\nStripe Dashboard — Clean data visualization, perfect spacing\nVercel — Minimalist, fast, modern gradients\nNotion — Intuitive drag-and-drop, clear hierarchy\n\nTools:\n\nFigma (mockups before coding)\nWebAIM Contrast Checker (accessibility)\nCoolors/Huevy (color palettes)\nThe 5 Laws of Beautiful UI\nContrast creates hierarchy (big vs small, dark vs light)\nWhitespace creates calm (never fear empty space)\nConsistency builds trust (same patterns repeated)\nFeedback confirms action (animations, success messages)\nAccessibility includes everyone (contrast, keyboard, screen readers)\nFull Reference\n\nFor comprehensive deep-dives (component patterns, animation examples, responsive grid techniques), see UI_UX_MASTER_GUIDE.md in this skill directory.\n\nLast Updated: 2026-02-05"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/itsjustdri/ui-ux-design",
    "publisherUrl": "https://clawhub.ai/itsjustdri/ui-ux-design",
    "owner": "itsjustdri",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ui-ux-design",
    "downloadUrl": "https://openagent3.xyz/downloads/ui-ux-design",
    "agentUrl": "https://openagent3.xyz/skills/ui-ux-design/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ui-ux-design/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ui-ux-design/agent.md"
  }
}