Shared project memory for AI coding agents: save or recall work-session logs in ~/.lpm/memory/<project>/<session>.md so another agent CLI (Claude Code, Codex, Gemini) or a future session can continue the work by session name. Invoke with a session id (e.g. /lpm-memory auth-refactor) to continue that session. Use when the user asks to remember or save the session or progress, hand off work, record what was done, or recall/continue/resume/join a named work session. This is per-project memory shared between agent CLIs — distinct from any CLI's own built-in memory.
$npx -y skills add gug007/lpm --skill lpm-memoryInstalls into the current project.
Run `npx skills use "https://github.com/gug007/lpm" --skill "gug007/lpm/lpm-memory"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gug007/lpm" that are relevant to the current task. Run `npx skills add "https://github.com/gug007/lpm"` and select the relevant skills, then follow their instructions.