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.
git clone --depth 1 https://github.com/forsonny/Enhanced-Cursor-Memory-Bank-SystemWrote 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.
[](https://agentmods.dev/rules/forsonny/enhanced-cursor-memory-bank-system/002_memory_commands)<a href="https://agentmods.dev/rules/forsonny/enhanced-cursor-memory-bank-system/002_memory_commands"><img src="https://agentmods.dev/badge/rules/forsonny/enhanced-cursor-memory-bank-system/002_memory_commands.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02804 |
| Opus 5 | $0.00000 | $0.01402 |
| Sonnet 5 | $0.00000 | $0.00561 |
| Haiku 4.5 | $0.00000 | $0.00280 |
Grade A, and why
002_memory_commands 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.
How it starts
The opening of the file, as written. The whole thing — 340 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Memory Commands
This rule defines the command interface for directly interacting with the memory system. These commands provide explicit control over memory operations, adapted for Cursor's environment.
Command Syntax
All memory commands use the /memory prefix followed by the specific operation:
/memory <command> [arguments]
Available Commands
Core Commands
-
/memory init- Initialize the memory system for a new project- Checks if memory files and structure exist
- Provides instructions for creating necessary files if they don't exist
- Guides through initial setup process
-
/memory status- Display current memory system status- Shows configuration information
- Lists available memory files
- Reports current mode
- Indicates initialization status
-
/memory help- Show available memory commands and usage- Displays command list with descriptions
- Provides examples of common usage
Memory Management
-
/memory save <context>- Save current information to specified memory context- Example:
/memory save architectureto update architecture memory - Options: Add
-tflag for temporary (short-term) storage - Implementation: Provides text for the user to add to the specified memory file
- Example:
-
/memory recall <context>- Retrieve information from specified memory context- Example:
/memory recall patternsto view established patterns - Options: Add
-vflag for verbose output with metadata - Implementation: Requests user to open specified file and then reads its content
- Example:
-
/memory update <file> <content>- Update specific memory file- Example:
/memory update decisions.md "Decision: We will use TypeScript for all new code" - Implementation: Provides formatted text for the user to add to the specified file
- Example:
-
/memory search <query>- Search across memory for relevant information- Example:
/memory search authentication - Options: Add
-c <context>to limit search to specific memory context - Implementation: Requests user to open relevant files, then searches their content
- Example:
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.
- 8d ago First seen · 340 lines · 2,804 tokens per session scan A 614d1709e011
002_memory_commands is a cursor rule published in the GitHub repository forsonny/Enhanced-Cursor-Memory-Bank-System (36 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,804 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.
Other cursor rules, from other repositories
compression-safety
Cursor rule "compression-safety" from yvgude/lean-ctx, covering compression safety — prevent lean-ctx marker corruption, the problem, rules for all agents, never write compressed content to files and file restoration commands.
honcho_rules
Honcho persistent memory — capture every conversation, recall past context, and build a growing model of the user. Activates on every conversation.
nauro-adopt
Seeds Nauro's project store from an existing repo. Use after nauro adopt has run locally. On filesystem-capable surfaces, reads docs (README, manifests, ADRs, Memory-Bank) for rationale and inspects code, config, tests, lockfiles, and recent git history for evidence, then surfaces targeted probes that turn evidence…
nauro-context
Writes durable shared context into Nauro's project store so other agents (a later session or a parallel one) can discover and pull it, finds and reads context another agent left, or captures a resumable brief so your own next session in this environment picks up cleanly. Three modes. Author writes a shared brief for…
memforge-auto-recall
Rules that make an AI assistant automatically retrieve and save team memories during conversations.
compendium
Prefer the Compendium MCP gateway to shrink noisy/large context before pasting it into the conversation.