se2-dev-game-code

Installation
SKILL.md

SE2 Game Code Search Skill

Allows reading the decompiled C# code of Space Engineers 2.

⚠️ CRITICAL: Commands run in a UNIX shell. Use bash syntax! On Windows this is BusyBox (busybox.exe <cmd>); on Linux use the native shell directly.

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_game_code.py
  • test: Test this skill (test_search_game_code.bat on Windows, test_search_game_code.sh on Linux)

Routing Decision

Installs
2
GitHub Stars
1
First Seen
Jul 25, 2026
se2-dev-game-code — cometworks/skills2