persistent-memory

Store and load key decisions and preferences across AI sessions.

1|Updated Mar 17, 2025
One-click install
npx skills add https://github.com/MaciWP/CV_Astro --skill persistent-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persistent-memory
Source: https://github.com/MaciWP/CV_Astro/tree/main/.claude/skills/persistent-memory
Command: npx skills add https://github.com/MaciWP/CV_Astro --skill persistent-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Memory MCP Server, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents the "fresh start problem" by automatically remembering key decisions, bug fixes, user preferences, and successful patterns across AI sessions, ensuring continuity and reducing repetitive work.

Core Features & Use Cases

  • Auto-Detect & Store: Automatically identifies and saves important information (decisions, bug fixes, preferences) from conversations with high confidence.
  • Cross-Session Context: Loads relevant memories at the start of each session, providing immediate context and preventing repeated questions.
  • Use Case: After fixing a complex bug, the AI will automatically save the solution, preventing its recurrence in future sessions, or remember your preferred coding style for new code generation.

Quick Start

Help me fix a WebSocket reconnection bug. Remember the solution for future sessions to prevent it from happening again.