From gridgram
Render a .gg file to SVG, PNG, or a JSON envelope using the gridgram CLI. Use when the user asks to render, build, compile, or preview a gridgram diagram, or when they want to validate a .gg file and see its placement diagnostics. Also use when given a TypeScript DiagramDef and asked to produce an image.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gridgram:gg-renderThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Render a gridgram diagram and surface any problems the user should know about.
Render a gridgram diagram and surface any problems the user should know about.
.gg file. Also acceptable: inline .gg text (write it to a tempfile), or a TypeScript DiagramDef (the user should be on the TS side of the API in that case; see gg llm for the envelope schema).svg (default), png, or json (the merged DiagramDef + diagnostics).--width, --cell-size, --frame, --icons <dir>, --alias name=dir..gg text, write it to ./tmp.gg (or a path they specified).gg <input.gg> --format json --diagnostics --stdout > /tmp/gg-check.json 2>/tmp/gg-diag.json
1 → parse error (bad syntax). Show the stderr verbatim.2 → integrity error (unknown node ref, region not 4-connected, etc.).3 → I/O or environment (missing sharp for PNG, missing file, etc.).0, /tmp/gg-diag.json may contain warnings (unresolved icons, routing failures, collisions). Summarize them for the user.gg <input.gg> -o <output>.svg # or .png, or .json
Respect any width/scale/frame flags the user supplied.tabler/serverr not found — did you mean tabler/server?").tabler/<name> (outline) or tabler/filled/<name> for icons. Use the /gg-icons skill to search when unsure.@A1) over tuples for human-readable source..gg instead.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub ideamans/claude-public-plugins --plugin gridgram