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".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install claude-never-forgets@claude-code-plugins-plusThis skill is limited to using the following tools:
scripts/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