g-render-ascii-memory-map

g-render-ascii-memory-map is a plugin for Claude Code from rohingosling/claude-skills. Its manifest loads nothing; the 1 skill it bundles cost 127 tokens per session together, scanned A, original, MIT.

A Python tool that turns a JSON description into an ASCII memory map: a text diagram showing how a computer's address space is divided. It supports several kinds of computer architectures.

In plain words
What is it for?
It helps create memory and address-space diagrams for systems such as Commodore computers, x86, ARM microcontrollers, and flat 32- or 64-bit systems.
Why use it?
It removes the need to hand-draw boxes, align labels, format addresses, and scale blocks when documenting memory layouts.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add rohingosling/claude-skills
agentmods
npx agentmods add plugins/rohingosling/claude-skills/g-render-ascii-memory-map
Clone the repo
git clone --depth 1 https://github.com/rohingosling/claude-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for g-render-ascii-memory-map

README.md
[![agentmods](https://agentmods.dev/badge/plugins/rohingosling/claude-skills/g-render-ascii-memory-map.svg)](https://agentmods.dev/plugins/rohingosling/claude-skills/g-render-ascii-memory-map)
Your own site
<a href="https://agentmods.dev/plugins/rohingosling/claude-skills/g-render-ascii-memory-map"><img src="https://agentmods.dev/badge/plugins/rohingosling/claude-skills/g-render-ascii-memory-map.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill cost 127 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

g-render-ascii-memory-map scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/g-render-ascii-memory-map/.claude-plugin/plugin.json · 13 lines

What it actually says

{
  "name": "g-render-ascii-memory-map",
  "description": "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, and size-proportional block heights to the renderer, so the caller only authors compact JSON. Dependency-free Python.",
  "version": "1.0.0",
  "author": {
    "name": "Rohin Gosling"
  },
  "homepage": "https://github.com/rohingosling/claude-skills",
  "repository": "https://github.com/rohingosling/claude-skills",
  "license": "MIT",
  "keywords": [ "ascii", "memory-map", "address-space", "diagram", "render", "documentation", "markdown" ]
}
Contents

What it installs

The manifest is a name and a version. 1 skill travel with it, and installing the plugin installs all of them — 127 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 13 lines scan A effa7330baae

Subscribe to this mod's changes

g-render-ascii-memory-map is a plugin published in the GitHub repository rohingosling/claude-skills (5 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

eplan-development

Develop with EPLAN Electric P8: C# scripting (actions, events, ribbon), EPLAN API (parts database, properties), and Remote Client automation (headless EPLAN, Cogineer). Includes verified action parameters and production pitfalls (command blocking, dispose discipline, EPLAN 2025 remoting changes). Covers EPLAN…

covagashi/eplan-rag-mcp · not measured

totally-integrated-claude

Siemens TIA Portal engineering automation for Claude Code. Provides routed skills for Python TIA Scripting, C# Openness API, and Modular Application Creator / Module Builder workflows.

Czarnak/totally-integrated-claude · not measured

unifi

Agent skills for administering a UniFi network over its local API: API-key auth and the endpoint map, the zone-based firewall, Wi-Fi channel planning, client and switch-port operations, and the site inventory file. Verified against UniFi OS 5.1.19 / Network 10.4.57, and written for the traps: config the controller…

t3chnaztea/unifi-skills · not measured

claude-for-hardware

Skills for hardware design, bring-up, verification, and tapeout: HDL modules, SoC integration, FPGA and bare-metal bring-up, differential verification, codegen validation, tapeout precheck, and Nix EDA packaging.

Midstall/claude-for-hardware · not measured

sticky-device

Hardware, firmware, and publishing context for the Seeed Studio reTerminal Sticky (ESP32-S3 e-ink device).

varo6/reTerminal-sticky-skill · not measured

batocera

Agent skills for operating a Batocera retro-gaming cabinet over SSH: connection and safety doctrine, ROM and gamelist curation, shaders and bezels, performance tuning, and maintenance. Distilled from twelve months of running a real arcade cabinet with coding agents.

t3chnaztea/batocera-skills · not measured