Plugin Claude Code
Rohin Gosling's curated collection of publicly-shared Claude Code Agent Skills, each packaged as an installable plugin — ASCII diagram renderers for Markdown documentation.
Plugin Claude Code
Rohin Gosling's curated collection of publicly-shared Claude Code Agent Skills, each packaged as an installable plugin — ASCII diagram renderers for Markdown documentation.
Plugin Claude Code
Render an ASCII dependency graph from a JSON structure — nodes connected horizontally (right) and vertically (bottom), with optional ellipsis continuation markers. Useful for embedding module/dependency diagrams in markdown documentation. Dependency-free Python.
Skill Claude CodeCodex
Render an ASCII dependency graph from a JSON structure.
Plugin Claude Code
Generate a hierarchical ASCII tree diagram from a JSON structure — folder structures, decomposition diagrams, or any tree that benefits from an ASCII rendering. Supports aligned trailing comments and two modes: include the root as a single unified tree, or skip it and render each top-level child as an independent tree.
Skill Claude CodeCodex
Generate 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.
Plugin Claude Code
Render an ASCII box-drawing memory map (an address-space layout diagram) from a JSON description, for any architecture — Commodore VIC-20/C64, x86 real-mode/segmented, ARM/MCU flash+SRAM, or flat 32/64-bit. Separates the map's data from its rendering and offloads all box drawing, column alignment, address formatting…
Skill Claude CodeCodex
Render 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…