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".