Loading...
Loading...
Torch plugin development for Space Engineers version 1. Search TorchAPI/Torch source code, plugin API, managers, commands, and server UI patterns.
npx skill4agent add cometworks/skills se-dev-torchse-dev-game-codese-dev-server-codese-dev-pluginse-dev-plugin-sdklast-torch-compatiblemaintest -f Prepare.DONE && echo readyTORCH_ROOT=/path/to/Torch ./Prepare.shif exist Prepare.DONE echo readyPrepare.batPrepare.shrun_prepare.shsearch_torch.py| Priority | Pattern | Example | Route |
|---|---|---|---|
| 1 | Empty or bare invocation | | Show this help |
| 2 | Prepare keywords | | prepare |
| 3 | Bash/shell keywords | | bash |
| 4 | Search keywords | | search |
PATHTORCH_ROOThttps://github.com/TorchAPI/TorchPrepare.DONE# Find the base plugin class
uv run search_torch.py class declaration TorchPluginBase
# Find the Torch plugin API interfaces
uv run search_torch.py interface declaration ITorchPlugin -n Torch.API.Plugins
# Inspect command definitions
uv run search_torch.py class declaration CommandModule -n Torch.Commands
uv run search_torch.py method signature RegisterPluginCommands
# Inspect manager usage patterns
uv run search_torch.py class declaration DependencyManager -n Torch.Managers
uv run search_torch.py interface declaration ITorchSessionManager -n Torch.API.Session
# Find patching infrastructure
uv run search_torch.py namespace declaration PatchManager
uv run search_torch.py class declaration PatchContext -n Torch.Managers.PatchManagermanifest.xml[PluginAttribute]PluginAttributetorch.Managers.GetManager<T>()session.Managers.GetManager<T>()ITorchBase.GetManager<T>()TorchPluginBasese-dev-game-codese-dev-server-codeSE_DEV_TORCH_PLUGIN_ROOTuvSE_DEV_GRAPHIFY=1SE_DEV_GRAPHIFY=0