querying-gdld-diagrams

querying-gdld-diagrams is a skill for Claude Code from greppable/greppable-cc-plugin. It costs 107 tokens per session (3,156 once invoked), scanned A, original, MIT.

A skill for creating, changing, and querying GDLD files, which are plain-text records describing software architecture, service connections, request flows, and known problems.

In plain words
What is it for?
Use it to create or update flow, sequence, topology, dependency, and pattern diagrams, or to investigate connections and data paths between services.
Why use it?
It provides a consistent way to document and inspect how parts of a system relate, especially when assessing the effect of a change.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the greppable plugin — 8 skills, 8 commands, 3 hooks shipped together

Good fit Use it to create or update flow, sequence, topology, dependency, and pattern diagrams, or to investigate connections and data paths between services.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add greppable/greppable-cc-plugin
Claude Code
/plugin install greppable

Made for: Claude Code.

Or install greppable, the plugin that ships this one along with the rest of its 8 skills, 8 commands, 3 hooks.

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 querying-gdld-diagrams

README.md
[![agentmods](https://agentmods.dev/badge/skills/greppable/greppable-cc-plugin/querying-gdld-diagrams.svg)](https://agentmods.dev/skills/greppable/greppable-cc-plugin/querying-gdld-diagrams)
Your own site
<a href="https://agentmods.dev/skills/greppable/greppable-cc-plugin/querying-gdld-diagrams"><img src="https://agentmods.dev/badge/skills/greppable/greppable-cc-plugin/querying-gdld-diagrams.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.03156
Opus 5 $0.00053 $0.01578
Sonnet 5 $0.00021 $0.00631
Haiku 4.5 $0.00011 $0.00316

Measured 8d ago against content hash 8ccc289c130d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

querying-gdld-diagrams 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 8d 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.

skills/querying-gdld-diagrams/SKILL.md · 313 lines

How it starts

The opening of the file, as written. The whole thing — 313 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GDLD Quick Reference

Available Diagrams

!bash -c 'find docs/gdl -name "*.gdld" -maxdepth 3 2>/dev/null | while read f; do title=$(grep -m1 "^@diagram" "$f" 2>/dev/null | grep -o "title:[^|]*" | sed "s/title://"); echo "- $f${title:+ ($title)}"; done'

Format

@type|key:value|key:value|key:value

Every record is one line. Every field is self-describing (key:value). No schema lookup needed.

Core Record Types

Type Purpose Key Fields
@diagram File metadata id, type, purpose
@group Subgraph id, label, file, parent, pattern
@node Graph node id, label, group, shape, status, tags
@edge Relationship from, to, label, type, status, tags
@use-when When to use condition, threshold
@use-not When NOT to use condition, reason
@component Key component name, file, does
@config Configuration param, value, source
@gotcha Lesson learned issue, detail, fix, severity
@recovery Failure handling issue, means, fix, severity
@decision Architectural decision id, title, status, reason
@pattern Related pattern name, for, file
@entry Entry point use-case, command
@note Freeform prose context, text
@participant Sequence actor id, label, role
@msg Ordered message from, to, label, type
@block Conditional/loop start id, type, label
@endblock Block end id
@seq-note Sequence annotation over, text
@scenario Diagram variant id, label, inherits
@override Element override in scenario scenario, target, field, value
@exclude Remove element from scenario scenario, target
@view Named perspective/filter id, label, filter, includes, excludes, level
@include File inclusion file, records, prefix
@deploy-env Deployment environment id, label, provider
@deploy-node Infrastructure node id, label, env, parent, technology
@deploy-instance Component-to-node map component, node, instances, config
@infra-node Non-app infrastructure id, label, node, technology

Read the full file on GitHub · 313 lines

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. 8d ago First seen · 313 lines · 107 tokens per session scan A 8ccc289c130d

Subscribe to this mod's changes

querying-gdld-diagrams is a skill published in the GitHub repository greppable/greppable-cc-plugin (3 stars, last pushed 4mo ago), licensed MIT. It adds 107 tokens to every session and 3,156 once invoked, about $0.0005 per session on Opus 5. 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 skills, from other repositories

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

design-everyday-things

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…

wondelai/skills · 132 tokens

sxo

Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…

nowork-studio/notfair-plugin · 235 tokens

influence-psychology

Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…

wondelai/skills · 156 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

ux-heuristics

Evaluate and improve interface usability using heuristic analysis. Use when the user mentions "usability audit", "users are confused", "form usability", "navigation problems", "Nielsen heuristics", "cognitive walkthrough", or "is this easy to use". Also trigger when reviewing a design for usability issues, improving…

wondelai/skills · 122 tokens