.claude-plugin/SKILL.md
# Neural Memory Persistent memory for AI agents — stores experiences as interconnected neurons, recalls through spreading activation. ## Session Lifecycle 1. **Start**: `nmem_recap()` → `nmem_recall("<project> <topic>")` 2. **During**: `nmem_remember(...)` after each completed task 3. **End**: `nmem_auto(action="process", text="brief summary")` 4. **Emergency**: `nmem_auto(action="flush", text="...")` before /compact ## Save — When & How ``` nmem_remember(content="Chose X over Y because Z",
npx skillsauth add nhadaututtheky/neural-memory .claude-pluginInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Persistent memory for AI agents — stores experiences as interconnected neurons, recalls through spreading activation.
nmem_recap() → nmem_recall("<project> <topic>")nmem_remember(...) after each completed tasknmem_auto(action="process", text="brief summary")nmem_auto(action="flush", text="...") before /compactnmem_remember(content="Chose X over Y because Z", type="decision", priority=7, tags=["project", "topic"])
| Signal | type | priority | |--------|------|----------| | Chose between alternatives | decision | 7 | | Fixed a bug (root cause + fix) | error | 7 | | Discovered a pattern | insight | 6 | | Learned user preference | preference | 8 | | Established a process | workflow | 6 | | Reusable fact | fact | 5 | | User instruction | instruction | 8 |
Quality (system scores 0-10 automatically):
ephemeral=true (24h, never synced)nmem_recall(query="project auth bug") # depth auto-detected
| Tool | When |
|------|------|
| nmem_recall | Query memories (depth auto-detected) |
| nmem_context | Load recent memories at session start |
| nmem_recap | Resume session (level=1-3, topic="X") |
| nmem_session | Track session state (get/set/end) |
| nmem_edit | Fix wrong type/content/priority |
| nmem_forget | Remove outdated memories (soft/hard) |
| nmem_index | Scan codebase into memory graph |
| nmem_train | Train docs into permanent knowledge |
| nmem_health | Brain grade + top penalties to fix |
| nmem_explain | Trace path between two concepts |
| nmem_cognitive | Hypotheses + predictions dashboard |
All tools: compact=true saves 60-80% tokens.
testing
Associative memory with spreading activation for persistent, intelligent recall. Use PROACTIVELY when: (1) You need to remember facts, decisions, errors, or context across sessions (2) User asks "do you remember..." or references past conversations (3) Starting a new task — inject relevant context from memory (4) After making decisions or encountering errors — store for future reference (5) User asks "why did X happen?" — trace causal chains through memory Zero LLM dependency. Neural graph with Hebbian learning, memory decay, contradiction detection, and temporal reasoning.
tools
Structured memory creation workflow. Converts messy notes, conversations, and unstructured thoughts into well-typed, tagged, confidence-scored memories. Uses 1-question-at-a-time clarification to avoid cognitive overload.
testing
Evidence-based memory optimization from real usage patterns. Analyzes recall performance, identifies bottlenecks, suggests consolidation/pruning/enrichment, and tracks improvement over time via checkpoint Q&A.
testing
Comprehensive memory quality review across 6 dimensions: purity, freshness, coverage, clarity, relevance, and structure. Generates prioritized findings with specific memory references and actionable recommendations.