se-dev-server-code

Installation
SKILL.md

SE Dev Server Code Skill

Allows reading the decompiled C# code of the Space Engineers Dedicated Server. Server "game logic" is largely the same as game (client) runs. Entry point (main executable), some aspects of logging and configuration differ. Also, some libraries are not used by server, but they may still present to provide necessary data structures and some backend functionality.

⚠️ CRITICAL: Commands run in a UNIX shell. Use bash syntax. On Windows this is BusyBox; on Linux use the native shell.

Examples:

  • test -f file.txt && echo exists
  • ls -la | head -10
  • if exist file.txt (echo exists) - This will NOT work

Actions:

  • prepare: Run the one-time preparation (Prepare.bat on Windows, prepare.sh on Linux)
  • bash: Run UNIX shell commands (busybox on Windows, native shell on Linux)
  • search: Run code searches using search_server_code.py
  • test: Test this skill by running test_search_server_code.bat on Windows or test_search_server_code.sh on Linux

Routing Decision

Installs
54
GitHub Stars
10
First Seen
Feb 21, 2026
se-dev-server-code — cometworks/skills