← All plugins
claude-never-forgets
v1.21.0Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
Claude Code1 skill
by yldrmahmetMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/claude-never-forgets/ inside the repository.
Layout
plugins/community/claude-never-forgets/
├── .claude-plugin/plugin.json└── skills/memory/SKILL.md
Skills1
memoryskills/memory/SKILL.md
Execute extract and use project memories from previous sessions for context-aware assistance. Use when recalling past decisions, checking project conventions, or understanding user preferences. Trigger with phrases like "remember when", "like before", or "what was our decision about".
Manifests1
plugins/community/claude-never-forgets/.claude-plugin/plugin.json
{
"name": "claude-never-forgets",
"version": "1.21.0",
"description": "Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.",
"author": {
"name": "yldrmahmet",
"url": "https://github.com/yldrmahmet"
},
"repository": "https://github.com/yldrmahmet/claude-never-forgets",
"license": "MIT",
"keywords": [
"memory",
"persistence",
"learning",
"context"
]
}