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".
Recalls project memories from previous sessions to provide context-aware assistance. Automatically triggered by phrases like "remember when" or "like before" when checking conventions, past decisions, or user preferences.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install claude-never-forgets@claude-code-plugins-plusThis skill is limited to using the following tools:
references/errors.mdreferences/examples.mdreferences/implementation.mdscripts/manage-memory.pyThis skill provides automated assistance for the described functionality.
Before using this skill, ensure you have:
{baseDir}/.memories/project_memory.jsonSee {baseDir}/references/implementation.md for detailed implementation guide.
See {baseDir}/references/errors.md for comprehensive error handling.
See {baseDir}/references/examples.md for detailed examples.
/remember [text] - Add new memory to manual_memories array/forget [text] - Remove matching memory from storage/memories - Display all currently stored memories