概要
The Long-term Session Memory skill solves the problem of 'memory decay' in Claude Code caused by the /compact command. While compaction helps save context window space, it often leads to the loss of crucial early project details and error-fix history. This skill interfaces with a persistent storage system that automatically saves session data to dedicated markdown files, allowing Claude to recall specific technical background, previous debugging steps, and file references even after multiple compactions.