Persistent, token-efficient project memory. When ON, maintains a .shob/memory/ folder of structured .md files so the full context of the project is NEVER lost across responses, sessions, or context compaction. Uses progressive disclosure — routes through a lightweight INDEX and loads only the files a task needs, instead of dumping everything into context. Read memory at the START of every response, write it back at the END. Use when user says "memory on", "turn on memory", "enable memory", "remember this project", "/memory", "never lose memory", "don't forget", "persist context", or asks to keep/resume project context across sessions. Stays active until "memory off".
$npx -y skills add shobcoder/shob --skill memoryInstalls into the current project.
Run `npx skills use "https://github.com/shobcoder/shob" --skill "shobcoder/shob/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/shobcoder/shob" that are relevant to the current task. Run `npx skills add "https://github.com/shobcoder/shob"` and select the relevant skills, then follow their instructions.