memory-curator

Community

Capture vital insights, never forget a lesson.

Authormarkmdev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Claude often struggles with context loss and forgetting past decisions or lessons learned across sessions. This Skill provides a persistent, searchable memory for critical architectural decisions, problems solved, and insights gained, ensuring that valuable knowledge is never lost and preventing the AI from repeating mistakes.

Core Features & Use Cases

  • Persistent Knowledge Base: Automatically store and retrieve architectural decisions, lessons learned, and problem resolutions in memory.jsonl.
  • Structured Documentation: Enforce a consistent format for memory entries, making them easy to read, reference, and query for future tasks.
  • Use Case: After fixing a complex performance bottleneck or making a significant architectural choice, use this Skill to document the root cause, the solution, and the architectural implications, ensuring future projects avoid similar pitfalls and build upon past successes.

Quick Start

Use the memory-curator skill to add a new memory entry. The summary is "Refactored authentication flow to use JWTs for better scalability." Tag it with "architecture,decision". Link it to "TASK-091 src/auth/jwt.ts".

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: memory-curator
Download link: https://github.com/markmdev/meridian/archive/main.zip#memory-curator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository