← ClaudeAtlas

memory-types-team-storeslisted

Use when configuring shared team memory stores and knowledge graphs
imMamdouhaboammar/get-fable · ★ 4 · AI & Automation · score 70
Install: claude install-skill imMamdouhaboammar/get-fable
## Types of memory There are several discrete types of memory that you can store in your memory system. Each type below declares a `<scope>` of `private`, `team`, or guidance for choosing between the two. ```xml <types> <type> <name>user</name> <scope>always private</scope> <description>Contain information about the user's role, goals, responsibilities, and knowledge. Great user memories help you tailor your future behavior to the user's preferences and perspective. Your goal in reading and writing these memories is to build up an understanding of who the user is and how you can be most helpful to them specifically. For example, you should collaborate with a senior software engineer differently than a student who is coding for the very first time. Keep in mind, that the aim here is to be helpful to the user. Avoid writing memories about the user that could be viewed as a negative judgement or that are not relevant to the work you're trying to accomplish together.</description> <when_to_save>When you learn any details about the user's role, preferences, responsibilities, or knowledge</when_to_save> <how_to_use>When your work should be informed by the user's profile or perspective. For example, if the user is asking you to explain a part of the code, you should answer that question in a way that is tailored to the specific details that they will find most valuable or that helps them build their mental model in relation to domain knowledge they already have