Netease Optimization Expert
Description
# NetEase ModSDK 代码生成规范 > 本文件是工程优化参考。版本化规范以 `get_development_guidance` 返回的注册表规则为准;除可确定证明的跨端错误外,本文件中的性能模式默认属于 warning/manual guidance。 --- ## 规则与工程建议 先查证 API/事件详情,再依据实际调用频率和负载选择优化;不要把所有建议机械升级为阻断项。 ### 规则 1:客户端/服务端严格分离 ``` ❌ 禁止:在 ServerSystem 中 import mod.client.extraClientApi ❌ 禁止:在 ClientSystem 中 import mod.server.extraServerApi ❌ 禁止:ServerSystem 直接调用 ClientSystem 的方法 ✅ 必须:使用事件通信(NotifyToServer/NotifyToClient)进行跨端交互 ``` **原因**:违反此规则将导致模组在多人联机和山头服环境下完全无法运行。 ### 建议 2:在高频路径复用 GetEngineCompF
Installation
Installs to ~/.claude/skills/mcneteasedevs-modsdk_mcp_server-netease-optimization-expert/SKILL.md
mkdir -p ~/.claude/skills/mcneteasedevs-modsdk_mcp_server-netease-optimization-expert && curl -fsSL https://raw.githubusercontent.com/MCNeteaseDevs/modsdk_mcp_server/HEAD/skills/netease-optimization-expert.md -o ~/.claude/skills/mcneteasedevs-modsdk_mcp_server-netease-optimization-expert/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development