rohingosling
- 3 skills
- 0 followers
- 13 hours ago last updated
- ▌ Ascii Memory Map · rohingosling bundleRender an ASCII box-drawing memory map (an address-space layout diagram) from a JSON description. Use whenever a response needs a memory map, memory layout, address map, or address-space diagram for ANY architecture (Commodore VIC-20/C64, x86 real-mode/segmented, ARM/MCU flash+SRAM, flat 32/64-bit, etc.). Separates the map's DATA from its RENDERING and offloads all box drawing, column alignment, address formatting, and size-proportional block heights to a deterministic Python renderer, so the model only authors compact JSON.
- ▌ Ascii Dependency Graph · rohingosling bundleRender an ASCII dependency graph from a JSON structure.
- ▌ Ascii Hierarchy Diagram · rohingosling bundleGenerate a hierarchical ASCII diagram that can be used for representing folder structures, decomposition diagrams, or any other kind of diagrams that might benefit from being represented by an ASCII hierarchy diagram.