What problem does it solve? When working across many coding sessions, past decisions, bugs, and learnings get lost. This Skill lets you safely consult the local ether memory store and Claude Code session transcripts without directly touching .ether databases or transcript files, keeping the stores read-only and consistent. ## Core Features & Use Cases - Session summaries: Retrieve recent archived session summaries via the session_summaries tool, bounded with last. - Memory search: Run read-only keyword searches across problems, learnings, and observations with search_memories, using a focused query and bounded limit. - Transcript access: Locate recent Claude sessions with claude_sessions and read bounded excerpts with read_claude_session instead of loading entire transcripts. - Use Case: You hit a bug that feels familiar. Ask the agent to search ether memory for the error message, and it surfaces the prior problem, cause, and solution without re-deriving the fix from scratch. ## Quick Start Ask the agent to search ether memory for past learnings about a specific error message or topic using the ether-mcp-claude MCP tools.