memory-lora

Store and retrieve cross-session lessons in a SQLite FTS5 memory database.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/z1439527767/claude-config --skill memory-lora
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-lora
Source: https://github.com/z1439527767/claude-config/tree/main/skills/imported/memory-lora
Command: npx skills add https://github.com/z1439527767/claude-config --skill memory-lora

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing important lessons, fixes, decisions, and reusable patterns between AI sessions by providing a structured cross-session memory system.

Core Features & Use Cases

  • Persistent Memory Storage: Stores bugs, corrections, discoveries, decisions, and lessons in a SQLite plus FTS5 backed memory database.
  • Intelligent Recall and Scoring: Retrieves relevant memories through keyword, temporal, and entity-based strategies while tracking usefulness over time.
  • Use Case: When an AI assistant encounters a recurring error or receives a user correction, this Skill helps preserve the insight so future sessions can apply the learned solution.

Quick Start

Use the memory-lora skill to store and recall important lessons from my current development workflow.

Frequently Asked Questions about memory-lora

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist cross-session memory for an AI assistant?

Cross-session memory is preserved by storing bugs, corrections, and lessons in a SQLite database with FTS5 search. This enables AI workflows to retrieve reusable task outcomes and maintain project continuity across sessions.

How does FTS5 search retrieve relevant past lessons for error recovery?

FTS5 search retrieves relevant past lessons by scoring memories through keyword, temporal, and entity-based strategies. It tracks usefulness over time to ensure accurate error recovery and pattern discovery during task execution.

Do I need SQLite to track cross-session corrections and discoveries?

Yes, SQLite with FTS5 is required to manage durable memory records and perform intelligent recall. It provides the necessary full-text search and scoring mechanisms to store and retrieve cross-session corrections effectively.

What is the best way to build a knowledge retrieval system for recurring errors?

The best way to build a knowledge retrieval system for recurring errors is using a structured memory database that applies scoring mechanisms. This approach preserves insights so future sessions can automatically apply learned solutions.

Can I use cross-session learning to track pattern discovery over time?

Yes, cross-session learning tracks pattern discovery by storing task outcomes and applying temporal scoring strategies. This monitors memory usefulness over time, ensuring that discovered patterns remain accessible for future AI assistant workflows.

What are the limitations of using SQLite for AI memory management?

SQLite limits AI memory management to local FTS5 full-text search and scoring strategies rather than distributed vector databases. Memory recall depends entirely on keyword, temporal, and entity-based matching without semantic vector search.