Agent skill · Design & Presentation

memory-systems

Design short-term, long-term, and graph-based memory architectures

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill antigravity-memory-systems --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/ai-llm/antigravity-memory-systems/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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 persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that balance immediate context needs with long-term knowledge retention. The evolution from vector stores to knowledge graphs to temporal knowledge graphs represents increasing investment in structured memory for improved retrieval and reasoning. ## When to Activate Activate this skill when: - Building agents that must persist across sessions - Needing to maintain entity consistency across conversations - Implementing reasoning over accumulated knowledge - Designing systems that learn from past interactions - Creating knowledge bases that grow over time - Building temporal-aware systems that track state changes ## Core Concepts Memory exists on a spectrum from immediate context to permanent s

What's inside
Steps it walks through
  1. When to Use This Skill
  2. When to Activate
  3. Core Concepts
  4. Detailed Topics
  5. Memory Architecture Fundamentals
  6. Memory Layer Architecture
  7. Memory Implementation Patterns
  8. Memory Retrieval Patterns
  9. Memory Consolidation
  10. Practical Guidance
  11. Integration with Context
  12. Memory System Selection
  13. Examples
  14. Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the memory-systems skill do?

Design short-term, long-term, and graph-based memory architectures

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill antigravity-memory-systems --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going