memory

Persist and retrieve experiment context in a local Obsidian vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps researchers persist and recall experiment context by storing notes in a local Obsidian vault, reducing context-switching and repetitive memory load across Claude Code sessions.

Core Features & Use Cases

  • Persist notes for each experiment in an Obsidian-compatible vault.
  • Quick recall of past results using topic queries or search.
  • Automate daily or session-based summaries with minimal effort.

Quick Start

Record observations with save_context during work and generate an experiment_summary after completion to store results.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I persist experiment context across Claude Code sessions?

To persist experiment context across sessions, you can save and retrieve notes in a local Obsidian vault using commands like save_context and load_context. This maintains continuity and reduces repetitive memory load when starting new tasks or reviewing logs.

How does storing notes in an Obsidian vault help with experiment recall?

Storing notes in an Obsidian vault enables local context persistence and quick recall of past results using topic queries or search. It reduces context-switching by keeping experiment observations accessible across different Claude Code sessions.

Can I use a local Obsidian vault to manage Claude Code experiment logs?

Yes, you can use a local Obsidian-compatible vault to manage experiment logs. The skill stores notes locally and provides commands like experiment_summary to automate session-based summaries and maintain context continuity.

What is the best way to generate experiment summaries from local notes?

The best way to generate experiment summaries is by using the experiment_summary command after completing your work. This command automates the process of storing results and observations from your local notes into the Obsidian vault.

Do I need an Obsidian vault to save and load context for experiments?

Yes, an Obsidian-compatible local vault is required to save and load experiment context. The skill relies on local note storage to persist observations and retrieve past results across Claude Code sessions.

When should I use save_context during an experiment workflow?

You should use save_context during work to record observations in real-time, and then generate an experiment_summary after completion to store results. This ensures context continuity when starting new tasks, ending experiments, or reviewing logs.