memory

|

Content Preview
---
name: memory
description: |
  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".
  
allowed-tools: Read, Write
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Memory

## Ov
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/memory.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/community/claude-never-forgets/skills/memory/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/community/claude-never-forgets/skills/memory/SKILL.md

Related Skills