什麼是 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