Content Preview
--- name: memory-systems description: "Design short-term, long-term, and graph-based memory architectures" risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/memory-systems" date_added: "2026-02-27" --- ## When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. # Memory System Design Memory provides the
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/memory-systems.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/memory-systems/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/memory-systems/SKILL.md
Related Skills
agent-memory-systems
You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.
generalagentmemory
by sickn33 (Antigravity) · antigravity-awesome-skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
hierarchical-agent-memory
Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context.
generalhierarchicalagentmemory
by sickn33 (Antigravity) · antigravity-awesome-skills
Detecting Memory Leaks
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential iss
skill-adapterdetecting memory leaks
by jeremylongshore · plugins-plus-skills