What is se-dev-server-code?
Allows reading the decompiled C# code of the Space Engineers Dedicated Server Source: viktor-ferenczi/se-dev-skills.
Allows reading the decompiled C# code of the Space Engineers Dedicated Server
Quickly install se-dev-server-code AI skill to your development environment via command line
Source: 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 |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-codeAllows reading the decompiled C# code of the Space Engineers Dedicated Server Source: viktor-ferenczi/se-dev-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/viktor-ferenczi/se-dev-skills