bymerkyorlynn· 35 skills
Persistent cross-session memory system with fact extraction, semantic search, and compiled memory layers. Your agent remembers everything across sessions — user preferences, project context, past decisions, personal details. Use when: (1) User references something from a previous conversation, (2) Agent needs project context it learned before, (3) User says 'remember this' or 'do you remember when...', (4) Starting a new session that should inherit past knowledge, (5) Agent keeps forgetting things between sessions.
$npx -y skills add merkyorlynn/lynn --skill memory-recallInstalls into the current project.
Run `npx skills use "https://github.com/merkyorlynn/lynn" --skill "merkyorlynn/lynn/memory-recall"` 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/merkyorlynn/lynn" that are relevant to the current task. Run `npx skills add "https://github.com/merkyorlynn/lynn"` and select the relevant skills, then follow their instructions.