memory

Search ~/.claude-mind/memory/ files for past learnings, decisions, and observations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill memory-claudeaceae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/memory
Command: npx skills add https://github.com/claudeaceae/samara-main --skill memory-claudeaceae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly locate relevant past learnings, decisions, observations, questions, and episodes across your memory store, reducing time spent digging through notes and archives to understand why a decision was made or what was learned about a topic.

Core Features & Use Cases

  • Memory-wide search: rapidly query learnings, observations, decisions, questions, and episode logs across ~/.claude-mind/memory/.
  • Contextual results: returns surrounding lines and dates to provide actionable context for quick decision making.
  • Retroactive analysis: supports retrospectives, topic deep-dives, and memory audits by surfacing related entries.

Quick Start

  • Use the memory search to locate past insights from your memory store.
  • Example: grep -ni "decision" ~/.claude-mind/memory/decisions.md
  • Example: grep -rni "Apple" ~/.claude-mind/memory/

Frequently Asked Questions about memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past decisions and learnings stored in my notes?

You can search past decisions and learnings by running deterministic Bash, Grep, and Glob queries across memory files stored under the ~/.claude-mind/memory/ directory. This returns context-rich results with surrounding lines and dates for quick reference.

What is the best way to grep observations and episodes from markdown memory files?

The best way to grep observations and episodes is using recursive search commands like grep -rni "keyword" ~/.claude-mind/memory/ to rapidly locate relevant entries. This surfaces related logs and reflections to support retroactive analysis and topic deep-dives.

Can I retrieve surrounding context and dates when searching through memory stores?

Yes, searching through memory stores returns contextual results that include surrounding lines and dates. This provides actionable context for quick decision making and helps you understand why a past decision was made or what was learned.

How do I perform a retroactive analysis on past reflections and questions?

Perform retroactive analysis by querying reflection and question logs across your memory store using fast deterministic searches. This surfaces related entries to support memory audits, retrospectives, and comprehensive topic deep-dives.

Do I need any specific dependencies to search memory files in my workflow?

No specific dependencies are required to search memory files. The skill satisfies requirements to perform fast, deterministic searches using standard Bash, Read, Grep, and Glob tools directly against files in the ~/.claude-mind/memory/ directory.