agents

agents is a cursor rule for Windsurf from mex-memory/mex. It costs 30 tokens per session (935 once invoked), scanned A, a copy of agents, MIT.

A project guidance file that gives a coding agent the repository’s identity, rules, commands, and pointers to more detailed context.

In plain words
What is it for?
It helps agents find relevant code, use the project’s command-line tools, follow authorization rules, and query the repository’s code index.
Why use it?
It prevents the agent from guessing how the project works or performing actions without following the project’s rules and required approvals.

Cursor rule for Windsurf

Written for Windsurf: a Windsurf rule.

Good fit It helps agents find relevant code, use the project’s command-line tools, follow…

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/mex-memory/mex/windsurfrules
About the project

mex is a repository-local knowledge system for AI coding agents that turns codebase discoveries into connected Markdown documentation and a code graph. It helps agents and developers retain architectural decisions, conventions, edge cases, and project context across coding sessions while detecting documentation affected by code changes. The catalogue skills and instructions are add-ons for using mex with coding agents.

mex-memory/mex · 1,544 stars · on GitHub · mexmemory.com

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/mex-memory/mex

Made for: Windsurf.

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 agents

README.md
[![agentmods](https://agentmods.dev/badge/rules/mex-memory/mex/windsurfrules.svg)](https://agentmods.dev/rules/mex-memory/mex/windsurfrules)
Your own site
<a href="https://agentmods.dev/rules/mex-memory/mex/windsurfrules"><img src="https://agentmods.dev/badge/rules/mex-memory/mex/windsurfrules.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 935 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 86% copy Near-identical to another mod 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.00030 $0.00935
Opus 5 $0.00015 $0.00467
Sonnet 5 $0.00006 $0.00187
Haiku 4.5 $0.00003 $0.00093

Measured today against content hash b5c9e50a497f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agents 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 today.

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.

Origin

This is a copy

86% identical to agents — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.mex/.tool-configs/.windsurfrules · 59 lines

How it starts

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

[Project Name]

What This Is

Non-Negotiables

Commands

Code Graph

Use the smallest relevant structured resolver. For Inbox or Relay mutations, resolve only the intended action with mex inbox contract --action <command-id> --json or mex relay contract --action <command-id> --json; use mex capabilities --json only for broader capability discovery. If the user explicitly asks to create, save, or draft a checkout-local Inbox or Relay draft, preview and apply that exact draft without asking for redundant confirmation. Deleting a local draft, or publishing, approving, rejecting, withdrawing, marking stale, repairing, taking or acknowledging, or closing, requires fresh explicit confirmation after semantic preview. Treat Git commit, push, and pull as separate actions requiring their own authorization.

The repo is indexed into .mex/graph.db. Use it to avoid re-reading code you already have — it is one tool alongside Grep/Glob, not a replacement for them.

  • If you know the symbol name, go straight to it: mex graph query <who-calls|what-calls|where-defined> <symbol> and mex graph get <id> are exact and cheap. This is the strongest part of the graph. Give it exact names — an approximate name can return a confident wrong match.
  • Exploring an unfamiliar task? mex graph scope "<task>" returns bounded, source-backed JSONL context plus trustworthy execution flows. Scope matches on words, not meaning, so treat it as starting evidence rather than a complete answer.
  • Treat source returned by the graph as ALREADY READ; do not re-open those files.
  • Read the summary status and evidence. status: "ok" remains usable when truncated: true; only optional evidence was omitted. For partial or degraded, narrow the task or follow suggestedNextCommands.
  • Use mex graph get <id> --detail source only when source is missing, you need exact expansion, or a partial/degraded summary suggests it. Do not expand nodes by quota.
  • If the evidence is insufficient or the task wording does not match the code, use Grep/Glob instead. Do not re-run scope with reworded phrasing more than once.
  • Before editing a symbol, run mex impact <symbol|file> to see affected callers and scaffold memory.
  • During mex sync, adjudicate any AMBIGUOUS grounding; after repairs, ensure the refreshed grounding is re-emitted.

Read the full file on GitHub · 59 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. today First seen · 59 lines · 30 tokens per session scan A b5c9e50a497f

Subscribe to this mod's changes

agents is a cursor rule published in the GitHub repository mex-memory/mex (1,544 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 935 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to agents, differing in 0 lines, and is treated as a copy.