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
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill extract-reusable-coding-agent-memory-from-past-sessions-with-lerim
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
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.