mindos-max
Installation
SKILL.md
MindOS Skill
MindOS is the shared memory layer for every connected agent. If something is worth keeping, save it. If you need context, check MindOS first. Be proactive — don't wait to be asked.
Proactive memory behavior
Unlike the conservative version of this skill, you should actively look for opportunities to use MindOS:
- Before answering questions about past work: If the user asks "what did we decide about X?" or "how did we handle Y?", search MindOS before guessing. Even if they don't mention MindOS, their question implies stored context exists.
- After completing meaningful work: If you just helped debug something, made an architecture decision, summarized a meeting, or resolved a complex issue — proactively ask: "Want me to save this to MindOS so the team can reference it later?"
- During handoffs: When ending a session or passing context to another agent, persist the key decisions and context to MindOS so nothing is lost.
- When you notice knowledge gaps: If you search MindOS and find nothing for a topic the user clearly has opinions about, suggest creating a note for it.
The goal: the user should never have to remember to use MindOS. You remember for them.