๐ฏ
memory-evolution
๐ฏSkillfrom nhadaututtheky/neural-memory
Installation
Vibe Index InstallInstalls to .claude/skills/
$
npx vibeindex add nhadaututtheky/neural-memory --skill memory-evolutionskills.sh Installโ Installs to .agents/skills/
$
npx skills add nhadaututtheky/neural-memory --skill memory-evolutionManual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/memory-evolution/SKILL.mdWhat it does
|Memory evolution skill from NeuralMemory, a Python library for neural network-based memory management and knowledge retention.
Same repository
nhadaututtheky/neural-memory(3 items)
memory-evolution
SKILL.md
726Installs
-
AddedFeb 10, 2026
More from this repository2
๐๐ช
neural-memory๐Plugin
Reflex-based memory system for AI agents โ stores experiences as interconnected neurons and recalls them through spreading activation, mimicking how the human brain works.
nhadaututtheky/neural-memory๐ชMarketplace
NeuralMemory stores experiences as interconnected neurons and recalls them through spreading activation, mimicking how the human brain works. Instead of searching a database, memories are retrieved through associative recall - activating related concepts until the relevant memory emerges.