Loading...
Loading...
Allows reading the decompiled C# code of Space Engineers version 1
npx skill4agent add viktor-ferenczi/se-dev-skills se-dev-game-codetest -f file.txt && echo existsls -la | head -10if exist file.txt (echo exists)search_code.pytest_search.bat| 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 |
| 5 | Test keywords | | test |
Prepare.DONE# Find class declarations
uv run search_code.py class declaration MyCubeBlock
# Find method signatures
uv run search_code.py method signature UpdateBeforeSimulation
# Find class hierarchy
uv run search_code.py class children MyTerminalBlock
# Count results before viewing (useful for large result sets)
uv run search_code.py class usage MyEntity --count
# Limit number of results
uv run search_code.py class usage MyEntity --limit 50
# Paginate through results
uv run search_code.py class usage MyEntity --limit 100 --offset 0
uv run search_code.py class usage MyEntity --limit 100 --offset 100ContentContentDecompiledContentDecompiledContent