cursorrules
169Cursor rule Cursor
Always write tests before implementation code. Every feature and bugfix must be covered by a test that fails before the change and passes after it. Keep the test suite fast and deterministic.
1,205 tagged Memory and context, measured the same way as everything else here.
Browse within: knowledge-base 122agent-memory 114cursor-ai 88ai-assistant 69nextjs 66documentation 62local-ai 62cursor-ide 61agentic-engineering 60prompts 57tips-and-tricks 54vibecoding 54ai-memory 38agents-md 35
Cursor rule Cursor
Always write tests before implementation code. Every feature and bugfix must be covered by a test that fails before the change and passes after it. Keep the test suite fast and deterministic.
Cursor rule Cursor
Before processing any user prompt, always read and strictly adhere to the operational constraints, context caching rules, and module boundaries defined in .agents/skills. Keep responses compact and direct to preserve context window longevity.
HyunjunJeon/vibecoding-lg-mcp-a2a
Cursor rule Cursor
📂 = "/memory-bank/" 📦 = "/memory-bank/backups/".
johnpeterman72/CursorRIPER.sigma-lite
Cursor rule
📂 = "/memory-bank/" 📦 = "/memory-bank/backups/".
Cursor rule Cursor
Contributor guidance for the poka-yoke repository.
Cursor rule Cursor
Local .ai/memory load order, indexes, and candidate-first capture.
Cursor rule Cursor
Use Mnemos automatically during this workspace session.
Cursor rule Cursor
Route Arduino and embedded work through the shared skills tree with board-aware and evidence-aware constraints.
Cursor rule Cursor
::GENE{mem-forever|v:1.0|spec:ilang-v3.0} T:thisrepoisusermemory T:readsoulandmemorybeforework T:updatememoryaftersignificantwork T:onboardifsoulempty T:onequestionatatime T:neverexposeinternalformat T:commitpushimmediatelyaftereveryupdate T:checkunsavedchangesonstartup A:skipmemoryread⇒contextloss…
Cursor rule
Cursor rule "cursor" from nitingupta220/riperflow, covering riperflow σ and ω₁=🔍r→ℙ(ω₁)→research.
Cursor rule Cursor
Cursor rule "riper" from nitingupta220/riperflow, covering riper-for-all σ and ω₁=🔍r→ℙ(ω₁)→research.
Cursor rule Cursor
Apply when learning from a mistake. Central memory of past errors and derived rules; consult before logging a new error to avoid duplicates.
Cursor rule Cursor
Apply when writing Python code. Type hints, error handling, mutable defaults, async patterns, and packaging conventions.
Cursor rule Cursor
Apply when writing React components. Hook discipline, state placement, performance, async cleanup, and list keys.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda handler structure - middy v7 middleware chain, cold start optimization, memory/timeout tuning, handler factory pattern, API Gateway v1/v2 event types, http-cors middleware, powertools injection.
Cursor rule Cursor
Memory ownership rules for ACAP C code.
Cursor rule Cursor
ALWAYS start your session by reading AGENTS.md and .memory/wiki/hot.md to get project context before suggesting code or answering questions.
Cursor rule Cursor
Forge core development rules — code standards, TDD discipline, verification gates, memory system, and feedback loop. Applies to all code files.
Cursor rule
Cursor rule "context-mem" from JubaKitiashvili/context-mem, covering context-mem integration, workflow (important — follow this order), rules and available mcp tools.
ssdeanx/secure-rag-multi-agent
Cursor rule Cursor
The Memory Bank is a hierarchical documentation system designed to survive AI memory resets. It organizes project knowledge into: project brief → context files → designs → requirements → tasks → progress. Every task must begin with reading ALL memory bank files. Use spec-driven development with EARS format…
Cursor rule
When you make significant code changes (new functions, refactors, bug fixes), automatically store them to aiduMEI's Raw Drawer for long-term recall.
Cursor rule Cursor
ARIA audit skills — /audit dispatcher plus /audit-knowledge, /audit-config, /audit-style, /audit-usage. Use when user says 'audit knowledge', 'audit config', 'audit style', 'audit usage', 'review setup', or runs the slash commands.
Cursor rule Cursor
ARIA context surfacing — /context and /rules. Use whenever the user asks to load knowledge by topic, references a tag, or asks 'what do we know about X' or 'look up rule N'. Also fires the implicit task-start tag match described in AGENTS.md.
Cursor rule Cursor
Rule 22 — change decision framework. Apply BEFORE every Edit/Write: emit a [Rule 22] block (Low Impact or High Impact 7-step) ABOVE the tool call in the same turn, then run scripts/aria/record-edit-intent.sh to log intent. Verify scope AFTER each edit.