memory

star 0

Save and search cross-session memory for architectural decisions, debugging insights, and user preferences. Uses Supermemory API. NOT for codebase indexing (use AGENTS.md for that).

GiantCroissant-Lunar By GiantCroissant-Lunar schedule Updated 2/26/2026

name: memory description: Save and search cross-session memory for architectural decisions, debugging insights, and user preferences. Uses Supermemory API. NOT for codebase indexing (use AGENTS.md for that). tags: [memory, persistence, storage, decisions, context] roles: [planner, builder, reviewer, researcher] scope: global

Memory Skill

Save and search cross-session memory. Use this for:

  • Architectural decisions and rationale
  • Debugging insights and solutions
  • User preferences and workflow patterns
  • Cross-session continuity

Do NOT use for codebase structure or conventions (those belong in AGENTS.md).

Save

python .agent/skills/memory/scripts/save.py "description of what to remember"

Search

python .agent/skills/memory/scripts/search.py "query about past decisions"
Install via CLI
npx skills add https://github.com/GiantCroissant-Lunar/swimming-tuna --skill memory
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
GiantCroissant-Lunar
GiantCroissant-Lunar Explore all skills →