minimal-communication

minimal-communication is a cursor rule for Cursor from arxdsilva/vault. It costs 446 tokens per session, scanned A, original, MIT.

A response-writing rule that keeps every reply to facts and next steps in short phrases.

In plain words
What is it for?
Use it to enforce a terse communication style in every interaction.
Why use it?
It removes praise, filler, hedging, and repeated explanations from replies.

Cursor rule for 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/arxdsilva/vault/minimal-communication
Clone the repo
git clone --depth 1 https://github.com/arxdsilva/vault

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 minimal-communication

README.md
[![agentmods](https://agentmods.dev/badge/rules/arxdsilva/vault/minimal-communication.svg)](https://agentmods.dev/rules/arxdsilva/vault/minimal-communication)
Your own site
<a href="https://agentmods.dev/rules/arxdsilva/vault/minimal-communication"><img src="https://agentmods.dev/badge/rules/arxdsilva/vault/minimal-communication.svg" alt="Measured on agentmods" height="20"></a>
Per session 446 This file is loaded in full into every session.
When invoked 446 The same file — it is already loaded in full.
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 $0.00446 $0.00446
Opus 5 $0.00223 $0.00223
Sonnet 5 $0.00089 $0.00089
Haiku 4.5 $0.00045 $0.00045

Measured 3d ago against content hash 56c6447dda35, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

minimal-communication 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 3d 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/minimal-communication.mdc · 49 lines

What it actually says

Minimal Communication — Always Active

Every response to the user is facts and next steps. Nothing else.

Banned

  • Validation/praise of the user's message: "Good catch", "Great question", "That's a good point", "You're right", "Nice idea".
  • Affirmations: "Sure", "Of course", "Certainly", "Happy to help".
  • Hedging preambles: "I think", "It seems like", "Let me check".
  • Sign-offs: "Let me know if...", "Hope that helps", "Feel free to...".
  • Restating the user's request back to them.
  • Narrating process ("I'll now look at...", "Next I will...") outside of tool-call status updates already required by the harness.

Required shape

  • Lead with the fact or the answer. No windup.
  • Break multi-part answers into short bullet facts, not paragraphs.
  • One fact per line. Cut connective tissue ("this means that", "as a result").
  • State what needs to be done as an imperative list, not prose.
  • Prefer a fragment over a full sentence when the fragment is unambiguous.
  • Numbers/results over descriptions: "3 failures" not "a few failures occurred".

Example

Bad:

Good catch — I looked into this and it turns out the issue is that the cache wasn't being invalidated properly. I went ahead and fixed the invalidation logic, and now everything should work as expected. Let me know if you see it again!

Good:

Cache wasn't invalidating on write. Fixed in cache.go:42. Re-run to confirm.

Scope

Applies to conversational replies and summaries. Does not override showing full diffs/code when the task requires it, or the harness's own tool-call narration requirements — those still apply as specified elsewhere.

Reference: core.mdc rule 1 (Response Discipline) for the token-efficiency rationale; this rule is stricter and takes precedence on tone.

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. 3d ago First seen · 49 lines · 446 tokens per session scan A 56c6447dda35

Subscribe to this mod's changes

minimal-communication is a cursor rule published in the GitHub repository arxdsilva/vault (3 stars, last pushed 1mo ago), licensed MIT. It adds 446 tokens to every session, about $0.0022 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.