se-dev-torch

Installation
SKILL.md

SE Dev Torch Skill

Torch plugin development for Space Engineers version 1.

This skill is for Torch framework itself: plugin lifecycle, manifests, commands, managers, patch helpers, and server UI integration. Use se-dev-game-code or se-dev-server-code alongside it when task crosses into Keen internals.

Compatibility: Plugins built with this skill target Torch onlynot compatible with Magnetar, which uses different patcher and SDK. For Magnetar server plugins use se-dev-plugin and se-dev-plugin-sdk skills. When starting from se-server-plugin-template, use its last-torch-compatible tag as basis, not current main (which dropped Torch target). See TorchPlugin.md.

CRITICAL: Commands run in a UNIX shell. Use bash syntax. On Windows this is BusyBox; on Linux/macOS use the native shell.

Examples:

  • test -f Prepare.DONE && echo ready
  • TORCH_ROOT=/path/to/Torch ./Prepare.sh
  • if exist Prepare.DONE echo ready

Actions:

Installs
23
GitHub Stars
10
First Seen
Jun 9, 2026
se-dev-torch — cometworks/skills