Display statistics about Retrograde asset files (.rgm models and .rgi images) using the rgassetinfo tool, formatted as a clean Markdown table plus a plain-language summary. Use when the user asks to "show asset info", "inspect an asset", "what's in this .rgm/.rgi", "describe this model/texture", or otherwise wants a readable breakdown of a Retrograde asset file or a directory of them.
Reorganize D imports in Retrograde engine source files. Sorts alphabetically, groups by top-level retrograde subnamespace, places third-party imports before retrograde imports, and drops unused selective imports. Use when the user asks to "organize imports", "sort imports", "clean up imports", or "reorganize imports" in one or more `.d` files.