·se-dev-server-code
</>

se-dev-server-code

Allows reading the decompiled C# code of the Space Engineers Dedicated Server

8Installs·0Trend·@viktor-ferenczi

Installation

$npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-code

How to Install se-dev-server-code

Quickly install se-dev-server-code AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-code
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: viktor-ferenczi/se-dev-skills.

SKILL.md

View raw

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 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/viktor-ferenczi/se-dev-skills --skill se-dev-server-code
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-10

Browse more skills from viktor-ferenczi/se-dev-skills

Quick answers

What is se-dev-server-code?

Allows reading the decompiled C# code of the Space Engineers Dedicated Server Source: viktor-ferenczi/se-dev-skills.

How do I install se-dev-server-code?

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

Where is the source repository?

https://github.com/viktor-ferenczi/se-dev-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-01