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.
Claude Code plugin marketplace. Curated collection of publicly-shared agent skills.
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.
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.
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…