do-view-drawio-diagrams

do-view-drawio-diagrams is a cursor rule for Cursor from FeatureFactory-io/mimir. It costs 0 tokens per session (296 once invoked), scanned A, original, Apache-2.0.

A rule for turning Draw.io diagram files into images before reviewing them. Draw.io is a diagramming tool, and its files can contain screenshots, annotations, and other embedded visual material.

In plain words
What is it for?
Use it when analyzing .drawio files to export PNG or SVG previews, inspect red annotations and embedded screenshots, and extract implementation guidance.
Why use it?
The embedded visuals may not be understandable from the file structure alone. Converting the file makes the screenshots and marked areas available for inspection.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

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.

agentmods
npx agentmods add rules/featurefactory-io/mimir/do-view-drawio-diagrams
Clone the repo
git clone --depth 1 https://github.com/FeatureFactory-io/mimir

Made for: Cursor.

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 do-view-drawio-diagrams

README.md
[![agentmods](https://agentmods.dev/badge/rules/featurefactory-io/mimir/do-view-drawio-diagrams.svg)](https://agentmods.dev/rules/featurefactory-io/mimir/do-view-drawio-diagrams)
Your own site
<a href="https://agentmods.dev/rules/featurefactory-io/mimir/do-view-drawio-diagrams"><img src="https://agentmods.dev/badge/rules/featurefactory-io/mimir/do-view-drawio-diagrams.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 296 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00296
Opus 5 $0.00000 $0.00148
Sonnet 5 $0.00000 $0.00059
Haiku 4.5 $0.00000 $0.00030

Measured 6d ago against content hash 3c1f9bf2c6a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

do-view-drawio-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 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.

.cursor/rules/do-view-drawio-diagrams.mdc · 34 lines

What it actually says

Rule: View Draw.io Diagrams with Embedded Images

When you encounter a Draw.io file (.drawio extension) that contains embedded images or screenshots, automatically convert it to a viewable format to analyze the visual content and annotations.

Process

  1. Detect Draw.io Files: When asked to analyze a .drawio file
  2. Check for Embedded Content: Look for embedded images or screenshots
  3. Convert to Viewable Format: Use one of these methods:
    • Export to PNG using Draw.io CLI: drawio -x -f png -o output.png input.drawio
    • Export to SVG using Draw.io CLI: drawio -x -f svg -o output.svg input.drawio
    • Open in browser and capture screenshot if CLI not available
  4. Analyze Visual Content: View the converted image to understand:
    • Red annotation rectangles and their purpose
    • Embedded screenshots and UI mockups
    • Design patterns being highlighted
    • Implementation guidance provided

Tools to Use

  • Draw.io CLI (if available): /Applications/draw.io.app/Contents/MacOS/draw.io
  • Browser preview with screenshot capture
  • File conversion utilities

Expected Outcome

  • Ability to see and analyze embedded images within Draw.io files
  • Understanding of red annotation system and design guidance
  • Clear interpretation of UI patterns and implementation notes
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 · 34 lines · 0 tokens per session scan A 3c1f9bf2c6a2

Subscribe to this mod's changes

do-view-drawio-diagrams is a cursor rule published in the GitHub repository FeatureFactory-io/mimir (13 stars, last pushed 8d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 296 tokens. 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-30.