Cursor rule
Use OpenViking as the durable memory and context backend.
115 tagged agent memory, measured the same way as everything else here.
Browse within: agents-md 29ai-skills 24embeddings 22Andrej Karpathy 14andrej-karpathy-llm-wiki 14andrej-karpathy-skills 14LangChain 8agentic-memory 8coding-agents 8knowledge-graph 8agent-security 5agent-tools 5awesome-list 5context-engineering 5
Cursor rule
Use OpenViking as the durable memory and context backend.
Cursor rule Cursor
../../AGENTS.md.
Cursor rule Cursor
AtomicMemory persistent memory protocol and MCP tool usage.
Cursor rule Cursor
Workflow memory operating loop — read root state before acting, write state back after meaningful change.
Cursor rule
See JUMBO.md and follow all instructions. If the file does not exist, then ignore this instruction.
Cursor rule Cursor
Cursor rule "cursorrules" from 0xNyk/awesome-agent-cortex, covering .cursorrules — cursor ide rules file, project context, tech stack, code style and development workflow.
Cursor rule
Security rules for all source files.
Cursor rule
Testing conventions and patterns.
Cursor rule
Nowledge Mem lifecycle for Cursor.
Cursor rule Cursor
Zettelkasten memory for AI agents. Markdown cards in /.memex/cards/ with [[wikilinks]]. npm package @touchskyer/memex. Distributed as CLI + MCP server + Claude Code plugin + VS Code extension + Pi extension.
Cursor rule Cursor
Defensive invariants — when a check may be deleted — Deleting a defensive check because a proof says it cannot fire is the most expensive class of mistake made in this codebase. Canonical file is .agents/rules/defensive-invariants.md.
Cursor rule Cursor
Module-state ownership & caches built from hot-reloading settings — How mutable module-scope state is owned here, and what caching anything derived from settings() obliges. Canonical file is .agents/rules/module-state-ownership.md.
Cursor rule Cursor
Author an idempotent, state-detecting migration under scripts/migrations/ for a breaking llm-wiki-memory change. Use when shipping a breaking change to the engine, or when asked to write a migration / upgrade path. Replaces the retired release-runbook flow.
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
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
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
For additional context about technologies to be used, project structure, shell commands, and other important information, read specs/033-unified-backend-pgwire/plan.md.
Cursor rule Cursor
Require using Context7 or Web Search to review library documentation before implementation.