Memory management guide. Load this skill when you detect information worth persisting (user identity, preferences, domain knowledge, procedures, lessons learned, etc.). Defines memory categories, file format, and management workflow. Recommend using a subagent for memory operations to avoid polluting the current context.
$npx -y skills add jannhsu/agent-memory --skill memory-managerInstalls into the current project.
Run `npx skills use "https://github.com/jannhsu/agent-memory" --skill "jannhsu/agent-memory/memory-manager"` 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/jannhsu/agent-memory" that are relevant to the current task. Run `npx skills add "https://github.com/jannhsu/agent-memory"` and select the relevant skills, then follow their instructions.