agent-memory

Store and retrieve session work state to resume interrupted workflows.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/yAtomtom/dotfiles --skill agent-memory-yatomtom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-memory
Source: https://github.com/yAtomtom/dotfiles/tree/main/.claude/skills/agent-memory
Command: npx skills add https://github.com/yAtomtom/dotfiles --skill agent-memory-yatomtom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

セッションの作業状態を保存・復元し、中断した作業を「前回の続きから」再開できるようにします。プロジェクト知識の保存(remember)や過去の決定事項の参照(recall)には使用しません。

Core Features & Use Cases

  • 作業セッションの状態をメモリに保存し、再開時にロードしてコンテキストを復元する。
  • 中断後の作業継続を支援し、以前の進捗を追跡・参照できるようにします。
  • 作業の中断点を記録し、後での見直しや復元のための参照情報を提供します。

Quick Start

前回の作業状態を読み込み、現在のタスクを続行してください。

Frequently Asked Questions about agent-memory

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

FAQPage Schema
How do I save and restore an AI assistant's session work state?

You save and restore session work state by storing interrupted workflow context to a defined memory storage path, then loading that frontmatter-compatible data to resume from your last session.

What is the best way to resume an interrupted workflow across projects?

Resuming an interrupted workflow involves recalling the saved session memory and restoring the previous work state. This allows you to continue your tasks directly from the exact point of interruption.

Can I use session memory to recall prior project decisions?

No, session memory is strictly for saving and restoring active work state to enable continuation. It does not support recalling prior project decisions or storing long-term project knowledge.

How do I load previous session context to continue my current task?

Loading previous session context requires reading the saved work state from the defined storage path. This action restores the interrupted workflow context so you can continue your current task.

Do I need specific dependencies to store and retrieve session memory?

No external dependencies are required to store and retrieve session memory. The system uses defined storage paths with clear frontmatter-compatible formats to save and load your work state.

What format is used for storing remember and recall session data?

Session data for remember and recall operations uses a clear frontmatter-compatible format stored within defined memory storage paths to ensure seamless session restoration.