miro-best-practices

miro-best-practices is a cursor rule for Cursor from olgasafonova/miro-mcp-server. It costs 197 tokens per session, scanned A, original, MIT.

A set of rules for controlling Miro, an online collaborative whiteboard, through an AI assistant.

In plain words
What is it for?
Use them when adding or updating Miro items, building diagrams, choosing sticky-note colors and shapes, or giving short action confirmations.
Why use it?
The rules help the assistant find the correct board, avoid duplicate content, preserve item references, and create larger layouts efficiently.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use them when adding or updating Miro items, building diagrams, choosing sticky-note colors and shapes, or giving short action confirmations.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/olgasafonova/miro-mcp-server/miro-best-practices
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.

Clone the repo
git clone --depth 1 https://github.com/olgasafonova/miro-mcp-server

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 miro-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/rules/olgasafonova/miro-mcp-server/miro-best-practices/github.svg)](https://agentmods.dev/rules/olgasafonova/miro-mcp-server/miro-best-practices)
Your own site
<a href="https://agentmods.dev/rules/olgasafonova/miro-mcp-server/miro-best-practices"><img src="https://agentmods.dev/badge/rules/olgasafonova/miro-mcp-server/miro-best-practices/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for miro-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/rules/olgasafonova/miro-mcp-server/miro-best-practices"><img src="https://agentmods.dev/badge/rules/olgasafonova/miro-mcp-server/miro-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 197 This file is loaded in full into every session.
When invoked 197 The same file — it is already loaded in full.
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.00197 $0.00197
Opus 5 $0.00098 $0.00098
Sonnet 5 $0.00039 $0.00039
Haiku 4.5 $0.00020 $0.00020

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

Security

Grade A, and why

miro-best-practices 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 10d 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.

rules/miro-best-practices.mdc · 15 lines

What it actually says

Miro tool usage guardrails

  1. Always call miro_list_boards first to discover board IDs before any board operation.
  2. Save item IDs returned from creation tools; you need them for connectors and updates.
  3. Use miro_bulk_create when adding 3 or more items instead of multiple individual create calls.
  4. Give short confirmations after actions: "Added 5 stickies to Design Board" not verbose summaries.
  5. Use miro_search_board to find existing content before creating duplicates.
  6. When generating diagrams, use miro_generate_diagram with Mermaid syntax (flowchart or sequenceDiagram).
  7. Sticky colors: yellow, green, blue, pink, orange, red, gray, cyan, purple, dark_green, dark_blue, black.
  8. Common shapes: rectangle, round_rectangle, circle, triangle, rhombus, star, hexagon, pentagon.
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. 10d ago First seen · 15 lines · 197 tokens per session scan A 144f20a9878b

Subscribe to this mod's changes

miro-best-practices is a cursor rule published in the GitHub repository olgasafonova/miro-mcp-server (26 stars, last pushed today), licensed MIT. It adds 197 tokens to every session, about $0.0010 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-30.