{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vibe-design",
    "name": "Vibe Design",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/vibe-design",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/vibe-design",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vibe-design",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibe-design",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "figma.md",
      "image-gen.md",
      "prompting.md",
      "tools.md",
      "ui-design.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/vibe-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/vibe-design",
    "agentPageUrl": "https://openagent3.xyz/skills/vibe-design/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibe-design/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibe-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": "What is Vibe Design",
        "body": "Design where you describe what you want and let AI generate visuals, layouts, and assets. You iterate based on results rather than pixel-pushing from scratch. Same philosophy as vibe coding applied to visual design.\n\nCore principle: AI handles exploration and generation. You handle curation and refinement."
      },
      {
        "title": "Quick Reference",
        "body": "TopicFilePrompting for visualsprompting.mdUI/UX design with AIui-design.mdImage generation tipsimage-gen.mdFigma AI workflowfigma.mdTools by use casetools.md"
      },
      {
        "title": "1. Use Design Vocabulary, Not Art Vocabulary",
        "body": "AI responds differently to design vs art terms.\n\n❌ Art words: \"beautiful\", \"fantasy\", \"render\", \"painting\", \"stunning\"\n✅ Design words: \"interface\", \"layout\", \"component\", \"spacing\", \"hierarchy\"\n\nBad: \"beautiful mobile banking product, minimal futuristic style\"\nGood: \"mobile banking app UI in Material Design 3, clean layout, consistent spacing, data cards with financial metrics\""
      },
      {
        "title": "2. Anchor with Design Systems",
        "body": "Adding a design system name drastically improves structure:\n\n\"Material Design 3\" → balanced spacing, cards, shadows\n\"Apple HIG\" → soft radii, clear typography, native feel\n\"IBM Carbon\" → enterprise dashboard layouts\n\"Atlassian\" → B2B tone, crisp typography"
      },
      {
        "title": "3. Layer Your Prompts",
        "body": "Build prompts with structure:\n\n[Project type] UI design for [product/audience],\n[style keywords],\n[layout type],\n[color palette],\n[design system reference],\n[rendering style]"
      },
      {
        "title": "4. Aspect Ratios Matter",
        "body": "Web: --ar 16:9\nMobile: --ar 4:5 or --ar 9:16\nSquare/icons: --ar 1:1\nAlways specify for consistent output"
      },
      {
        "title": "5. Iterate, Don't Perfect First Try",
        "body": "Vibe design = rapid exploration.\n\nGenerate 4-8 variants\nIdentify elements that work\nRemix: \"Like image 2, but with the color palette from image 3\"\nRefine winner in production tool (Figma, etc.)"
      },
      {
        "title": "6. AI for Exploration, Tools for Production",
        "body": "AI generates: Mood, direction, concepts, rough layouts\nProduction tools refine: Pixel-perfect spacing, real content, responsive behavior\n\nDon't try to get production-ready from AI. Use it for the 80% exploration, finish the 20% manually."
      },
      {
        "title": "7. Reference Over Description",
        "body": "When possible, show don't tell:\n\nAttach reference images\nLink to existing designs you like\nUse \"in the style of [specific designer/brand]\""
      },
      {
        "title": "8. Design System Consistency",
        "body": "For production work:\n\nExport AI concepts as references, not finals\nRebuild in your design system\nMaintain your spacing, typography, and color tokens\nAI inspiration → human implementation"
      },
      {
        "title": "9. Know the Tool Strengths",
        "body": "ToolBest ForMidjourneyArtistic concepts, mood explorationFigma AIUI iteration, production designDALL-E/GPTQuick mockups, image editingStable DiffusionCustom training, open-source controlCanvaMarketing assets, social media\n\nSee tools.md for detailed comparison."
      }
    ],
    "body": "What is Vibe Design\n\nDesign where you describe what you want and let AI generate visuals, layouts, and assets. You iterate based on results rather than pixel-pushing from scratch. Same philosophy as vibe coding applied to visual design.\n\nCore principle: AI handles exploration and generation. You handle curation and refinement.\n\nQuick Reference\nTopic\tFile\nPrompting for visuals\tprompting.md\nUI/UX design with AI\tui-design.md\nImage generation tips\timage-gen.md\nFigma AI workflow\tfigma.md\nTools by use case\ttools.md\nCore Rules\n1. Use Design Vocabulary, Not Art Vocabulary\n\nAI responds differently to design vs art terms.\n\n❌ Art words: \"beautiful\", \"fantasy\", \"render\", \"painting\", \"stunning\" ✅ Design words: \"interface\", \"layout\", \"component\", \"spacing\", \"hierarchy\"\n\nBad: \"beautiful mobile banking product, minimal futuristic style\" Good: \"mobile banking app UI in Material Design 3, clean layout, consistent spacing, data cards with financial metrics\"\n\n2. Anchor with Design Systems\n\nAdding a design system name drastically improves structure:\n\n\"Material Design 3\" → balanced spacing, cards, shadows\n\"Apple HIG\" → soft radii, clear typography, native feel\n\"IBM Carbon\" → enterprise dashboard layouts\n\"Atlassian\" → B2B tone, crisp typography\n3. Layer Your Prompts\n\nBuild prompts with structure:\n\n[Project type] UI design for [product/audience],\n[style keywords],\n[layout type],\n[color palette],\n[design system reference],\n[rendering style]\n\n4. Aspect Ratios Matter\nWeb: --ar 16:9\nMobile: --ar 4:5 or --ar 9:16\nSquare/icons: --ar 1:1\nAlways specify for consistent output\n5. Iterate, Don't Perfect First Try\n\nVibe design = rapid exploration.\n\nGenerate 4-8 variants\nIdentify elements that work\nRemix: \"Like image 2, but with the color palette from image 3\"\nRefine winner in production tool (Figma, etc.)\n6. AI for Exploration, Tools for Production\nAI generates: Mood, direction, concepts, rough layouts\nProduction tools refine: Pixel-perfect spacing, real content, responsive behavior\n\nDon't try to get production-ready from AI. Use it for the 80% exploration, finish the 20% manually.\n\n7. Reference Over Description\n\nWhen possible, show don't tell:\n\nAttach reference images\nLink to existing designs you like\nUse \"in the style of [specific designer/brand]\"\n8. Design System Consistency\n\nFor production work:\n\nExport AI concepts as references, not finals\nRebuild in your design system\nMaintain your spacing, typography, and color tokens\nAI inspiration → human implementation\n9. Know the Tool Strengths\nTool\tBest For\nMidjourney\tArtistic concepts, mood exploration\nFigma AI\tUI iteration, production design\nDALL-E/GPT\tQuick mockups, image editing\nStable Diffusion\tCustom training, open-source control\nCanva\tMarketing assets, social media\n\nSee tools.md for detailed comparison."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/vibe-design",
    "publisherUrl": "https://clawhub.ai/ivangdavila/vibe-design",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vibe-design",
    "downloadUrl": "https://openagent3.xyz/downloads/vibe-design",
    "agentUrl": "https://openagent3.xyz/skills/vibe-design/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibe-design/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibe-design/agent.md"
  }
}