Cursor rule Cursor
This project utilizes vision-memory-mcp to cache visual states, record layout transitions, provide element grounding, and avoid repetitive LLM vision calls.
1,214 tagged Memory and context, measured the same way as everything else here.
Browse within: knowledge-base 122agent-memory 115cursor-ai 88ai-assistant 69nextjs 66documentation 62local-ai 62cursor-ide 61agentic-engineering 60prompts 57tips-and-tricks 54vibecoding 54ai-memory 38agents-md 35
Cursor rule Cursor
This project utilizes vision-memory-mcp to cache visual states, record layout transitions, provide element grounding, and avoid repetitive LLM vision calls.
Cursor rule Cursor
Portable brain via agentic-stack. Read .agent/ first.
Cursor rule
You have access to brain, a persistent memory layer shared across every session, every project, and every AI coding tool (Claude Code, Cursor, Codex, OpenClaw, Hermes). Notes written here survive session resets, context compaction, and tool switches. Git-backed, FTS5 search, 1ms query time.
Cursor rule Cursor
Rules for using AMFS (Agent Memory File System) as a persistent agent brain across coding sessions.
Cursor rule Cursor
Read .skills/security/skill.md at the start of every session. Read memory-security.md for project security state.
Cursor rule
Prefer NeuroMesh MCP for codebase context instead of dumping whole files.
Cursor rule Cursor
Use when starting a new substantive conversation or switching contexts — load relevant memories to prime the session with continuity.
Cursor rule Cursor
Use when diagnosing bugs, errors, failing tests, or crashes — consult prior debug outcomes and capture root causes in-flight.
Cursor rule Cursor
Pensyve memory reflex — the non-optional reasoning discipline for working-memory substrate.
Cursor rule Cursor
For Zoom Developer Platform tasks, prefer current official documentation over memory and route to the matching skill under skills/.
Cursor rule
MemoryAgent sidecar — authority hierarchy and surgical recall.
vbcherepanov/total-agent-memory
Cursor rule
You have access to a persistent cross-session memory via the memory MCP server. Knowledge survives between sessions and is shared across agents working on the same project.
Cursor rule Cursor
This project tracks workflow state, tasks, design decisions, and blockers using state-memory-mcp with project slug "vision-memory-mcp".
Cursor rule Cursor
This project utilizes vision-memory-mcp to cache visual states, record layout transitions, provide element grounding, and avoid repetitive LLM vision calls.
Cursor rule Cursor
Cursor rule "cursorrules" from lktiep/cortex-hub, covering cortex hub (mandatory), during work, error protocol and ending.
Cursor rule
LemonCrow auto mode reference for Cursor.
Cursor rule
LemonCrow code mode reference for Cursor.
Cursor rule
LemonCrow execute mode reference for Cursor.
Cursor rule
Cursor rule "aictx" from oldskultxo/aictx, covering aictx, priority model, default loop, inspection and advanced tools and what to record.
Cursor rule
To guide an AI assistant in creating a comprehensive knowledgebase for a project based on an initial user idea. The knowledgebase should capture all relevant information needed for later PRD creation and implementation by a coding agent, reducing hallucinations and ensuring consistent project understanding.
Cursor rule
Archcore knowledge base context — document types, MCP tools, and conventions for working with .archcore/ documents.
Cursor rule
Enforce MCP-only operations when working with .archcore/ files.
Cursor rule Cursor
For any information about the codebase (structure, logic, or usage), you MUST use RagCode MCP tools. Never guess code details from memory; always search the local index first using searchcode or getfunctiondetails.
Cursor rule Cursor
A staged workflow for software work, from questioning an idea through design, implementation, review, and release. It also records progress so work can resume from files rather than memory.