Skill Detail
Extract reusable coding-agent memory from past sessions with Lerim
Watch Claude Code, Codex CLI, Cursor, or OpenCode sessions, extract durable project memory, and keep it locally as reusable markdown.
Developer ToolsMulti-Framework
Developer Tools
Multi-Framework
Security Reviewed
โญ 73 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill extract-reusable-coding-agent-memory-from-past-sessions-with-lerim
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Python 3.10+, Docker recommended
Install & setup
Install with `pip install lerim`, start the background service with `lerim up`, verify with `lerim status`, and let it watch supported coding-agent sessions so memory is extracted into local markdown storage.
Author
lerim-dev
Publisher
Organization
Last updated
Apr 22, 2026
Quick brief
Use Lerim when a coding workflow keeps repeating prior decisions because session context disappears between runs. Instead of treating it as a generic memory database, the operator workflow is specific: run the background service, ingest coding-agent sessions, extract durable project facts and decisions, consolidate them over time, and query that memory later. The scope boundary is session-derived project memory extraction and consolidation for coding agents, not a generic note app, vector store, or memory SDK listing.