Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/mmo:gemini-delegationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 前端UI/UX设计
⚠️ Gemini上下文限制:< 32k tokens
⚠️ 后端逻辑:Gemini对后端逻辑理解有缺陷,其相关建议需客观审视
与Codex相同,在PROMPT末尾追加:
OUTPUT: Unified Diff Patch ONLY. Strictly prohibit any actual modifications.
| 参数 | 推荐值 | 说明 |
|---|---|---|
sandbox | true | 启用沙箱模式 |
cd | 项目根目录 | 工作目录 |
SESSION_ID | 按需 | 参考session-advisor建议 |
mcp__gemini__gemini(
PROMPT="优化登录表单的用户体验,添加输入验证反馈动画。OUTPUT: Unified Diff Patch ONLY.",
cd="/path/to/project",
sandbox=True
)
Gemini返回的样式/组件代码视为视觉基准:
在以下BMAD工作流中推荐使用Gemini:
create-ux-design - UX设计讨论dev-story - 前端组件实现code-review - UI/UX审查(独立SESSION)| 任务类型 | 推荐模型 |
|---|---|
| 后端API逻辑 | Codex |
| React组件样式 | Gemini |
| 数据库查询优化 | Codex |
| 动画效果实现 | Gemini |
| 算法实现 | Codex |
| 响应式布局 | Gemini |
npx claudepluginhub zleo-ai/cc-mmo-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.