什么是 se-dev-server-code?
允许读取 Space Engineers 专用服务器的反编译 C# 代码 来源:viktor-ferenczi/se-dev-skills。
允许读取 Space Engineers 专用服务器的反编译 C# 代码
通过命令行快速安装 se-dev-server-code AI 技能到你的开发环境
来源:viktor-ferenczi/se-dev-skills。
Allows reading the decompiled C# code of the Space Engineers Dedicated Server. The "game logic" of the server is largely the same as the game (client) is running. The entry point (main executable), some aspects of logging and configuration differ. Also, some of the libraries are not used by the server, but they may still present to provide the necessary data structures and some backend functionality.
⚠️ CRITICAL: Commands run in a UNIX shell (busybox), NOT Windows CMD. Use bash syntax!
| 1 | Empty or bare invocation | se-dev-server-code | Show this help | | 2 | Prepare keywords | se-dev-server-code prepare, se-dev-server-code setup, se-dev-server-code init | prepare | | 3 | Bash/shell keywords | se-dev-server-code bash, se-dev-server-code grep, se-dev-server-code cat | bash |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-code允许读取 Space Engineers 专用服务器的反编译 C# 代码 来源:viktor-ferenczi/se-dev-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-code 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/viktor-ferenczi/se-dev-skills