episodic-memory

Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns across sessions. Gives you memory that persists between sessions.

Content Preview
{
  "name": "episodic-memory",
  "source": {
    "source": "url",
    "url": "https://github.com/obra/episodic-memory.git"
  },
  "description": "Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns across sessions. Gives you memory that persists between sessions.",
  "version": "1.0.15",
  "strict": true
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/episodic-memory.md \
  https://raw.githubusercontent.com/obra/superpowers-marketplace/main/.claude-plugin/marketplace.json

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/obra/superpowers-marketplace

Then reference at .claude-plugin/marketplace.json

Related Skills