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-codeSpace 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