se2-dev-plugin

Installation
SKILL.md

SE2 Plugin Development Skill

Plugin development for 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: Search plugin code using search_plugin_code.py

Routing Decision

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