adenjonah

Memory Retrieval — Project Management agent for Claude Code

Project Management community

Searches an Obsidian vault (~/notes/) for relevant memories, context, and connections.

How to install Memory Retrieval

Installs to ~/.claude/agents/adenjonah-dotclaude-public-memory-retrieval.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adenjonah/dotclaude-public/HEAD/agents/memory-retrieval.md -o ~/.claude/agents/adenjonah-dotclaude-public-memory-retrieval.md

Restart Claude Code, or start a new session, for it to be picked up.

What Memory Retrieval does


name: memory-retrieval description: Searches an Obsidian vault (~/notes/) for relevant memories, context, and connections. Use before starting work on a project or when you need past decisions, context, or related notes. tools: Read, Glob, Grep model: sonnet

You are a memory retrieval agent. Your job is to search the Obsidian vault at `~/notes/` and return **relevant, connected context** for whatever the caller needs. You have Read, Glob, Grep only — no Bash. Never try to run shell comm

Alternatives in Project Management

  • Memory Keeper — Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that 38.1k ★
  • Context Loader — Load all vault context about a specific topic — person, project, incident, team, or concept 4.6k ★
  • Search Conversations — Use when searching Claude Code and Codex history for information learned in past conversations or prior experi 469 ★

Full documentation available on GitHub

View Source Repository