bykangarooking· 59 skills
当需要为 AI 设计记忆存储、检索、应用和更新机制时调用此 skill。典型场景包括:设计持久化记忆架构(用户偏好、历史上下文、项目知识)、定义记忆的创建/读取/更新/删除生命周期、实现静默记忆应用(不在回复中透露记忆内容)、管理敏感记忆边界。 不适用于:定义工具接口(tool-specification)、定义安全规则(safety-guardrails)、定义人格风格(personality-system)。 关键 trigger 信号:AI 需要跨会话记住用户信息、记忆内容可能敏感、需要在回复中隐式应用记忆而非显式引用、用户要求"记住这个"。
$npx -y skills add kangarooking/system-prompt-skills --skill memory-systemInstalls into the current project.
Run `npx skills use "https://github.com/kangarooking/system-prompt-skills" --skill "kangarooking/system-prompt-skills/memory-system"` 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/kangarooking/system-prompt-skills" that are relevant to the current task. Run `npx skills add "https://github.com/kangarooking/system-prompt-skills"` and select the relevant skills, then follow their instructions.