a2wave-memory

Solid

Progressively recall and maintain a2wave cross-session memory through a compact startup catalog, bounded topics, and searchable history.

AI & Automation 22 stars 8 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# a2wave Memory > a2wave platform memory overrides native Cursor / Claude Code / Codex memory. > Never write memory to `AGENTS.md`, `CLAUDE.md`, `.cursorrules`, or CLI-native memory files. > Use the exact commands injected in `<recall_strategy>`; never assume a skill directory. ## Fast Recall `MEMORY.md` is a compact startup summary and topic catalog. Detailed knowledge lives in bounded topic files. 1. Use the injected catalog to form a focused query. 2. Run `<memory-recall-command> "query"` once. It selects and returns at most one active topic while enforcing the disclosure budget. 3. Answer from that topic when sufficient. Do not list topics or read the same topic again. 4. Only when no topic matches, the topic is incomplete, or exact chronology is required, read [references/history-and-maintenance.md](references/history-and-maintenance.md). If the user limits the answer to saved topics and says not to guess or to report absence, a no-match result is conclusive: stop and report that no saved topic matched. Do not list other topics or search history unless the user separately asks for historical evidence. Never bulk-read topics. Read another topic only for a concrete cross-topic dependency revealed by the first result. ## Explicit Memory Mutations Direct writes require an imperative request to remember, save to memory, add to a memory topic, update memory, or forget. A durable statement alone is not write authorization. Requests to only acknowledge or understand, and...

Details

Author
LilithGames
Repository
LilithGames/a2wave
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

using-memory

Use whenever you READ FROM or WRITE TO the agent-memory layer — recall a remembered fact, persist a durable fact about how the user wants to work, pin a hard rule, or correct a stored memory. READ via /ultra-memory:memory-recall (trusted CLI) or the type-scoped knowledge MCP; WRITE only through the memory verbs (/ultra-memory:memory-save, /ultra-memory:memory-pin, /ultra-memory:memory-verify, /ultra-memory:memory-edit, /ultra-memory:memory-inbox) — NEVER raw SQLite. Trigger before any memory read or write.

1 Updated 2 weeks ago
phense
AI & Automation Listed

bettermemory

Verification-grade memory between sessions. Use bettermemory's MCP tools (memory_search, memory_show, memory_write, memory_verify, memory_record_use, etc.) instead of writing to files when the user asks you to "remember" something or references shared context from a past session. Default is to NOT call memory_search; only retrieve when the user references context you don't have ("my project", "the script we wrote") or a request is ambiguous in a way stored preferences could resolve. Every hit carries a staleness_verdict (calendar + path-drift + commit-drift); when it isn't "fresh", spot-check a claim before relying and call memory_verify to attest. Every use should record a claim_excerpt so retrievals stay auditable.

0 Updated today
0Mattias
AI & Automation Solid

auto-memory

This skill should be used when the user asks to 'set up memory', 'create memory files', 'create MEMORY.md', 'set up topic files', 'improve memory organization', 'what should I remember', 'how to structure memory files', 'MEMORY.md is too long', 'what goes in memory vs topic files', 'memory best practices', or wants to establish a persistent knowledge base across Claude Code sessions. Triggers on: memory setup, MEMORY.md, topic files, cross-session knowledge, persistent notes, memory maintenance, memory pruning.

2,196 Updated yesterday
tractorjuice