Eve doesn't give agents memory by default, so this skill maps out the storage primitives you actually have and when to use each one. Short-term stuff like scratch notes goes in workspace files or the KV store. Medium-term context lives in job attachments and threads. Long-term knowledge belongs in org docs, the agent memory namespace, or the shared filesystem that mounts at .org/ in every workspace. The insight here is treating memory as a composition problem across timescales rather than one universal store. Most useful when you're building agents that need to learn from past work or coordinate across sessions without rediscovering everything from scratch.
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory