End-of-session memory capture with deduplication. Extracts durable knowledge, checks for duplicates, stores or replaces as appropriate. Use whenever a session wraps up, a task finishes, or the user says goodbye/thanks/done. Also use when significant preferences, decisions, or discoveries emerge mid-session. Make sure to trigger this skill proactively. Err on the side of capturing.
$npx -y skills add janbjorge/rekal --skill rekal-saveInstalls into the current project.
Run `npx skills use "https://github.com/janbjorge/rekal" --skill "janbjorge/rekal/rekal-save"` 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/janbjorge/rekal" that are relevant to the current task. Run `npx skills add "https://github.com/janbjorge/rekal"` and select the relevant skills, then follow their instructions.