Stats
Actions
Tags
From mmo
多模型协作的SESSION管理顾问。当调用Codex或Gemini前,自动提供SESSION复用/新开建议。当用户讨论多模型协作、SESSION管理、上下文隔离时使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/mmo:session-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SESSION_ID管理采用**灵活建议**而非**强制规定**的方式。
SESSION_ID管理采用灵活建议而非强制规定的方式。
以下场景推荐(非强制)新开SESSION:
以下场景适合复用现有SESSION:
在调用Codex/Gemini前,思考:
"如果这个模型'记得'之前的讨论,会帮助还是干扰?"
| 答案 | 建议 |
|---|---|
| 帮助 | 复用SESSION(传入 --SESSION_ID) |
| 干扰 | 新开SESSION(不传 SESSION_ID) |
| 不确定 | 默认新开(更安全) |
一个Story可以有多个独立会话,例如:
不需要强制统一SESSION_ID格式。
详细指南见 session-management.md
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.