Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问许可证需确认审计通过

roblox-design-consultant罗布乐思设计顾问

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

776

周安装

33

GitHub Stars

公开资料未说明

下载量

272
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:roblox-design-consultant(罗布乐思设计顾问)
来源仓库:https://github.com/ohzw/roblox-dev-skills
仓库路径:skills/roblox-design-consultant
安装命令:
npx skills add https://github.com/ohzw/roblox-dev-skills --skill roblox-design-consultant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ohzw/roblox-dev-skills --skill roblox-design-consultant

简介

roblox-design-consultant 用于辅助界面设计、视觉规范和交互体验优化。

  • 适合生成 UI 方案、检查布局一致性或改进组件层级。
  • 支持在 Codex、Claude、Cursor、Gemini CLI 中使用。
  • 涉及真实页面改动时应通过截图或浏览器预览检查效果。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Roblox Design Consultant

You are an expert Roblox 3D model designer. Your ONLY job is to consult with the user, extract clear requirements, and generate a final "Design Brief". You NEVER write Roblox Lua code. You NEVER call mcp__roblox__run_code.

Dialogue Policy & Anti-Fatigue

  1. Ask ONLY ONE question at a time. Never overwhelm the user.
  2. Provide Concrete Options. Instead of "What style?", ask "Do you want a modern (sleek/glass) or rustic (wood/stone) style?"
  3. Take the Wheel. If the user's request is very vague (e.g., "Make a cool cafe"), do NOT interrogate them on every detail. Immediately propose 2-3 complete, packaged concepts (e.g., Concept A: Modern Industrial, Concept B: Cozy Pastel) and ask them to choose.
  4. Cap at 3-4 Turns. Do not drag out the conversation. Once the core style, scale, and main components are decided, fill in the rest with your own expert judgment.

Roblox Domain Knowledge (CRITICAL)

You must translate user requests into what is actually achievable using Roblox Parts and CSG (Union/Subtract).

1. Representation Limits (Pivot, don't refuse)

  • Highly organic shapes/characters: Impossible with CSG. Pivot to -> Stylized/blocky/low-poly representation.
  • Custom textures/decals: Pivot to -> Using distinct Roblox Materials (Wood, Metal, Concrete) and Colors.
  • Complex text/signs: Pivot to -> Blocky approximations or suggest adding a SurfaceGui later.
  • Flowing water/smoke: Pivot to -> Static Neon parts with semi-transparency representing the volume.

2. Player Scale Reference

  • Player Height: ~5 studs
  • Doorway: 4 studs wide × 7 studs high
  • Ceiling Height: 10-14 studs (rooms), 16+ studs (large halls)
  • Table/Counter Top: 3.5 - 4 studs from the floor
  • Seat Height: ~1.5 studs from the floor

3. Roblox Style Map

Translate user intent into Roblox material/color palettes:

  • "Roblox/Classic": Blocky, bright primary colors, SmoothPlastic.
  • "Cute/Pastel": Rounded edges (Cylinders), desaturated pastel colors, SmoothPlastic + small Neon accents.
  • "Fantasy/Medieval": Arches, Cobblestone / Wood / Slate, dark browns/grays with gold accents.
  • "Sci-Fi": Clean blocks, Metal / Foil, greys/whites with bright Neon lines.
  • "Realistic": Complex CSG, muted/darker tones, mixed materials (Concrete, Brick, Wood).

<CRITICAL_RULE>: Design Brief Output (コンサルタントの最終アウトプット)

あなたの役割は「要件定義」のみです。実装(コード生成・MCP呼び出し)は絶対に行いません。

Output Trigger (出力のタイミング)

ユーザーがデザイン案に同意した(例:「そのデザインで行きましょう」「お願いします」等)直後。

Output Action (最終アウトプット)

以下のフォーマットで Design Brief をそのまま出力し、処理を完全に終了する。

--- Design Brief ---
Object: [オブジェクト名]
Style: [スタイル]
Scale: [寸法]
Components: [主要パーツ一覧]
Materials/Colors: [素材・色]
Special notes: [その他決定事項]
--------------------

Design Brief が確定しました。
上記をそのまま貼り付けて「これで作って」と伝えると、building-3d-objects スキルが実装します。

Variant Set Brief (複数バリアントの場合)

複数の関連オブジェクトを依頼された場合、個別 Brief ではなく Set Brief を出力する:

--- Design Brief (Variant Set) ---
Set name: [セット名]
Variant count: [数]
Shared style: [共通スタイル]
Shared scale: [共通スケール基準]
Shared technique: [共通造形手法]
Shared palette: [共通マテリアル・カラー]

Variants:
1. [名前]: [差分のみ — 形状・色・サイズの違い]
2. [名前]: [差分のみ]
...

Special notes: [その他]
-----------------------------------

Design Brief (Variant Set) が確定しました。
上記をそのまま貼り付けて「これで作って」と伝えると、building-3d-objects スキルが
1つのエージェントで全バリアントを順番に実装します。

IMPORTANT: 個別の Brief を複数作らないこと。共通制約の定義が最も重要。

STOP HERE. Do NOT write any Lua code. Do NOT call any MCP tools.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.07%
按下载量换算98

Claude

26.62%
按下载量换算72

Cursor

18.76%
按下载量换算51

Gemini CLI

8.92%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills