{
  "schemaVersion": "1.0",
  "item": {
    "slug": "superdesign",
    "name": "SuperDesign",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/mpociot/superdesign",
    "canonicalUrl": "https://clawhub.ai/mpociot/superdesign",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/superdesign",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superdesign",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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/superdesign"
    },
    "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/superdesign",
    "agentPageUrl": "https://openagent3.xyz/skills/superdesign/agent",
    "manifestUrl": "https://openagent3.xyz/skills/superdesign/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/superdesign/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": "Frontend Design Skill",
        "body": "Use this skill when creating UI components, landing pages, dashboards, or any frontend design work."
      },
      {
        "title": "Design Workflow",
        "body": "Follow this structured approach for UI design:\n\nLayout Design — Think through component structure, create ASCII wireframes\nTheme Design — Define colors, fonts, spacing, shadows\nAnimation Design — Plan micro-interactions and transitions\nImplementation — Generate the actual code"
      },
      {
        "title": "1. Layout Design",
        "body": "Before coding, sketch the layout in ASCII format:\n\n┌─────────────────────────────────────┐\n│         HEADER / NAV BAR            │\n├─────────────────────────────────────┤\n│                                     │\n│            HERO SECTION             │\n│         (Title + CTA)               │\n│                                     │\n├─────────────────────────────────────┤\n│   FEATURE   │  FEATURE  │  FEATURE  │\n│     CARD    │   CARD    │   CARD    │\n├─────────────────────────────────────┤\n│            FOOTER                   │\n└─────────────────────────────────────┘"
      },
      {
        "title": "2. Theme Guidelines",
        "body": "Color Rules:\n\nNEVER use generic bootstrap-style blue (#007bff) — it looks dated\nPrefer oklch() for modern color definitions\nUse semantic color variables (--primary, --secondary, --muted, etc.)\nConsider both light and dark mode from the start\n\nFont Selection (Google Fonts):\n\nSans-serif: Inter, Roboto, Poppins, Montserrat, Outfit, Plus Jakarta Sans, DM Sans, Space Grotesk\nMonospace: JetBrains Mono, Fira Code, Source Code Pro, IBM Plex Mono, Space Mono, Geist Mono\nSerif: Merriweather, Playfair Display, Lora, Source Serif Pro, Libre Baskerville\nDisplay: Architects Daughter, Oxanium\n\nSpacing & Shadows:\n\nUse consistent spacing scale (0.25rem base)\nShadows should be subtle — avoid heavy drop shadows\nConsider using oklch() for shadow colors too"
      },
      {
        "title": "3. Theme Patterns",
        "body": "Modern Dark Mode (Vercel/Linear style):\n\n:root {\n  --background: oklch(1 0 0);\n  --foreground: oklch(0.145 0 0);\n  --primary: oklch(0.205 0 0);\n  --primary-foreground: oklch(0.985 0 0);\n  --secondary: oklch(0.970 0 0);\n  --muted: oklch(0.970 0 0);\n  --muted-foreground: oklch(0.556 0 0);\n  --border: oklch(0.922 0 0);\n  --radius: 0.625rem;\n  --font-sans: Inter, system-ui, sans-serif;\n}\n\nNeo-Brutalism (90s web revival):\n\n:root {\n  --background: oklch(1 0 0);\n  --foreground: oklch(0 0 0);\n  --primary: oklch(0.649 0.237 26.97);\n  --secondary: oklch(0.968 0.211 109.77);\n  --accent: oklch(0.564 0.241 260.82);\n  --border: oklch(0 0 0);\n  --radius: 0px;\n  --shadow: 4px 4px 0px 0px hsl(0 0% 0%);\n  --font-sans: DM Sans, sans-serif;\n  --font-mono: Space Mono, monospace;\n}\n\nGlassmorphism:\n\n.glass {\n  background: rgba(255, 255, 255, 0.1);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  border-radius: 1rem;\n}"
      },
      {
        "title": "4. Animation Guidelines",
        "body": "Micro-syntax for planning:\n\nbutton: 150ms [S1→0.95→1] press\nhover: 200ms [Y0→-2, shadow↗]\nfadeIn: 400ms ease-out [Y+20→0, α0→1]\nslideIn: 350ms ease-out [X-100→0, α0→1]\nbounce: 600ms [S0.95→1.05→1]\n\nCommon patterns:\n\nEntry animations: 300-500ms, ease-out\nHover states: 150-200ms\nButton press: 100-150ms\nPage transitions: 300-400ms"
      },
      {
        "title": "5. Implementation Rules",
        "body": "Tailwind CSS:\n\n<!-- Import via CDN for prototypes -->\n<script src=\"https://cdn.tailwindcss.com\"></script>\n\nFlowbite (component library):\n\n<link href=\"https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.css\" rel=\"stylesheet\">\n<script src=\"https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.js\"></script>\n\nIcons (Lucide):\n\n<script src=\"https://unpkg.com/lucide@latest/dist/umd/lucide.min.js\"></script>\n<script>lucide.createIcons();</script>\n\nImages:\n\nUse real placeholder services: Unsplash, placehold.co\nNever make up image URLs\nExample: https://images.unsplash.com/photo-xxx?w=800&h=600"
      },
      {
        "title": "6. Responsive Design",
        "body": "Always design mobile-first and responsive:\n\n/* Mobile first */\n.container { padding: 1rem; }\n\n/* Tablet */\n@media (min-width: 768px) {\n  .container { padding: 2rem; }\n}\n\n/* Desktop */\n@media (min-width: 1024px) {\n  .container { max-width: 1200px; margin: 0 auto; }\n}"
      },
      {
        "title": "7. Accessibility",
        "body": "Use semantic HTML (header, main, nav, section, article)\nInclude proper heading hierarchy (h1 → h2 → h3)\nAdd aria-labels to interactive elements\nEnsure sufficient color contrast (4.5:1 minimum)\nSupport keyboard navigation"
      },
      {
        "title": "8. Component Design Tips",
        "body": "Cards:\n\nSubtle shadows, not heavy drop shadows\nConsistent padding (p-4 to p-6)\nHover state: slight lift + shadow increase\n\nButtons:\n\nClear visual hierarchy (primary, secondary, ghost)\nAdequate touch targets (min 44x44px)\nLoading and disabled states\n\nForms:\n\nClear labels above inputs\nVisible focus states\nInline validation feedback\nAdequate spacing between fields\n\nNavigation:\n\nSticky header for long pages\nClear active state indication\nMobile-friendly hamburger menu"
      },
      {
        "title": "Quick Reference",
        "body": "ElementRecommendationPrimary fontInter, Outfit, DM SansCode fontJetBrains Mono, Fira CodeBorder radius0.5rem - 1rem (modern), 0 (brutalist)ShadowSubtle, 1-2 layers maxSpacing4px base unit (0.25rem)Animation150-400ms, ease-outColorsoklch() for modern, avoid generic blue\n\nBased on SuperDesign patterns — https://superdesign.dev"
      }
    ],
    "body": "Frontend Design Skill\n\nUse this skill when creating UI components, landing pages, dashboards, or any frontend design work.\n\nDesign Workflow\n\nFollow this structured approach for UI design:\n\nLayout Design — Think through component structure, create ASCII wireframes\nTheme Design — Define colors, fonts, spacing, shadows\nAnimation Design — Plan micro-interactions and transitions\nImplementation — Generate the actual code\n1. Layout Design\n\nBefore coding, sketch the layout in ASCII format:\n\n┌─────────────────────────────────────┐\n│         HEADER / NAV BAR            │\n├─────────────────────────────────────┤\n│                                     │\n│            HERO SECTION             │\n│         (Title + CTA)               │\n│                                     │\n├─────────────────────────────────────┤\n│   FEATURE   │  FEATURE  │  FEATURE  │\n│     CARD    │   CARD    │   CARD    │\n├─────────────────────────────────────┤\n│            FOOTER                   │\n└─────────────────────────────────────┘\n\n2. Theme Guidelines\n\nColor Rules:\n\nNEVER use generic bootstrap-style blue (#007bff) — it looks dated\nPrefer oklch() for modern color definitions\nUse semantic color variables (--primary, --secondary, --muted, etc.)\nConsider both light and dark mode from the start\n\nFont Selection (Google Fonts):\n\nSans-serif: Inter, Roboto, Poppins, Montserrat, Outfit, Plus Jakarta Sans, DM Sans, Space Grotesk\nMonospace: JetBrains Mono, Fira Code, Source Code Pro, IBM Plex Mono, Space Mono, Geist Mono\nSerif: Merriweather, Playfair Display, Lora, Source Serif Pro, Libre Baskerville\nDisplay: Architects Daughter, Oxanium\n\n\nSpacing & Shadows:\n\nUse consistent spacing scale (0.25rem base)\nShadows should be subtle — avoid heavy drop shadows\nConsider using oklch() for shadow colors too\n3. Theme Patterns\n\nModern Dark Mode (Vercel/Linear style):\n\n:root {\n  --background: oklch(1 0 0);\n  --foreground: oklch(0.145 0 0);\n  --primary: oklch(0.205 0 0);\n  --primary-foreground: oklch(0.985 0 0);\n  --secondary: oklch(0.970 0 0);\n  --muted: oklch(0.970 0 0);\n  --muted-foreground: oklch(0.556 0 0);\n  --border: oklch(0.922 0 0);\n  --radius: 0.625rem;\n  --font-sans: Inter, system-ui, sans-serif;\n}\n\n\nNeo-Brutalism (90s web revival):\n\n:root {\n  --background: oklch(1 0 0);\n  --foreground: oklch(0 0 0);\n  --primary: oklch(0.649 0.237 26.97);\n  --secondary: oklch(0.968 0.211 109.77);\n  --accent: oklch(0.564 0.241 260.82);\n  --border: oklch(0 0 0);\n  --radius: 0px;\n  --shadow: 4px 4px 0px 0px hsl(0 0% 0%);\n  --font-sans: DM Sans, sans-serif;\n  --font-mono: Space Mono, monospace;\n}\n\n\nGlassmorphism:\n\n.glass {\n  background: rgba(255, 255, 255, 0.1);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  border-radius: 1rem;\n}\n\n4. Animation Guidelines\n\nMicro-syntax for planning:\n\nbutton: 150ms [S1→0.95→1] press\nhover: 200ms [Y0→-2, shadow↗]\nfadeIn: 400ms ease-out [Y+20→0, α0→1]\nslideIn: 350ms ease-out [X-100→0, α0→1]\nbounce: 600ms [S0.95→1.05→1]\n\n\nCommon patterns:\n\nEntry animations: 300-500ms, ease-out\nHover states: 150-200ms\nButton press: 100-150ms\nPage transitions: 300-400ms\n5. Implementation Rules\n\nTailwind CSS:\n\n<!-- Import via CDN for prototypes -->\n<script src=\"https://cdn.tailwindcss.com\"></script>\n\n\nFlowbite (component library):\n\n<link href=\"https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.css\" rel=\"stylesheet\">\n<script src=\"https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.js\"></script>\n\n\nIcons (Lucide):\n\n<script src=\"https://unpkg.com/lucide@latest/dist/umd/lucide.min.js\"></script>\n<script>lucide.createIcons();</script>\n\n\nImages:\n\nUse real placeholder services: Unsplash, placehold.co\nNever make up image URLs\nExample: https://images.unsplash.com/photo-xxx?w=800&h=600\n6. Responsive Design\n\nAlways design mobile-first and responsive:\n\n/* Mobile first */\n.container { padding: 1rem; }\n\n/* Tablet */\n@media (min-width: 768px) {\n  .container { padding: 2rem; }\n}\n\n/* Desktop */\n@media (min-width: 1024px) {\n  .container { max-width: 1200px; margin: 0 auto; }\n}\n\n7. Accessibility\nUse semantic HTML (header, main, nav, section, article)\nInclude proper heading hierarchy (h1 → h2 → h3)\nAdd aria-labels to interactive elements\nEnsure sufficient color contrast (4.5:1 minimum)\nSupport keyboard navigation\n8. Component Design Tips\n\nCards:\n\nSubtle shadows, not heavy drop shadows\nConsistent padding (p-4 to p-6)\nHover state: slight lift + shadow increase\n\nButtons:\n\nClear visual hierarchy (primary, secondary, ghost)\nAdequate touch targets (min 44x44px)\nLoading and disabled states\n\nForms:\n\nClear labels above inputs\nVisible focus states\nInline validation feedback\nAdequate spacing between fields\n\nNavigation:\n\nSticky header for long pages\nClear active state indication\nMobile-friendly hamburger menu\nQuick Reference\nElement\tRecommendation\nPrimary font\tInter, Outfit, DM Sans\nCode font\tJetBrains Mono, Fira Code\nBorder radius\t0.5rem - 1rem (modern), 0 (brutalist)\nShadow\tSubtle, 1-2 layers max\nSpacing\t4px base unit (0.25rem)\nAnimation\t150-400ms, ease-out\nColors\toklch() for modern, avoid generic blue\n\nBased on SuperDesign patterns — https://superdesign.dev"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mpociot/superdesign",
    "publisherUrl": "https://clawhub.ai/mpociot/superdesign",
    "owner": "mpociot",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/superdesign",
    "downloadUrl": "https://openagent3.xyz/downloads/superdesign",
    "agentUrl": "https://openagent3.xyz/skills/superdesign/agent",
    "manifestUrl": "https://openagent3.xyz/skills/superdesign/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/superdesign/agent.md"
  }
}