This skill should be used when the user asks "how did we solve this before", "what was the decision about X", "have we done this before", "what do you remember about", "check your memory", or when searching for past context, previous decisions, or historical information about the project.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill provides guidance for searching local-recall memories to find relevant historical context.
Invoke this skill when:
Episodic memories contain facts, decisions, and observations from past sessions:
Use the episodic_search tool with a natural language query:
episodic_search(query: "authentication implementation decision")
Thinking memories contain reasoning patterns - how problems were analyzed and solved:
Use the thinking_search tool:
thinking_search(query: "debugging race condition in async code")
scope: "file:path/to/file" for file-specific memoriesglobal memories apply everywhere; file: or area: scoped memories are context-specificWhen learning something important that should be remembered:
episodic_create(
subject: "Brief description of the memory",
keywords: ["relevant", "searchable", "terms"],
applies_to: "global", // or "file:path" or "area:name"
content: "Detailed content in markdown"
)
Good candidates for new memories: