se-dev-game-code
Installation
SKILL.md
SE Dev Game Code Skill
Allows reading the decompiled C# code of Space Engineers version 1.
⚠️ 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.baton Windows,prepare.shon 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 by running
test_search_game_code.baton Windows ortest_search_game_code.shon Linux