bygaia-research· 57 skills
Append a session/state snapshot to MEMORY.md (regardless of where it lives — for this repo it's founder/MEMORY.md). Use when the user says "snapshot memory", "save state to memory", "/memory-snapshot", "log what happened in MEMORY", or otherwise asks to record the current session's outcomes for the next orchestrator. Locates the project's MEMORY.md, prepends a dated entry above the previous snapshot (newest first), preserves every existing entry (NEVER overwrites or truncates), and reports back the file path + byte delta. Not for one-off feedback memories (use the user-level memory system at ~/.claude/.../memory/ for those). Not for trimming or deleting old entries.
$npx -y skills add gaia-research/gaia-skill-tree --skill memory-snapshotInstalls into the current project.
Run `npx skills use "https://github.com/gaia-research/gaia-skill-tree" --skill "gaia-research/gaia-skill-tree/memory-snapshot"` 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/gaia-research/gaia-skill-tree" that are relevant to the current task. Run `npx skills add "https://github.com/gaia-research/gaia-skill-tree"` and select the relevant skills, then follow their instructions.