AC Memory Manager
SkillDocs & knowledgeManage persistent memory using Graphiti for cross-session knowledge.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AC Memory Manager skill
About this capability
Manage persistent memory for autonomous coding. Use when storing/retrieving knowledge, managing Graphiti integration, persisting learnings, or accessing episodic memory.
What this skill tells your AI
The instructions your AI receives, as published by majiayu000/claude-skill-registry in skills/agent/ac-memory-manager/SKILL.md and read by ahel’s review.
Manage persistent memory using Graphiti for cross-session knowledge.
Purpose
Integrates with Graphiti memory system to store and retrieve knowledge, enabling learning across sessions and projects.
Quick Start
from scripts.memory_manager import MemoryManager
memory = MemoryManager(project_dir)
await memory.store("auth patterns", {"jwt": True, "session": False})
knowledge = await memory.retrieve("authentication")
Memory Types
- Episodic: Past events and experiences
- Semantic: Facts and knowledge
- Procedural: Learned skills and patterns
Integration
Uses Graphiti + LadybugDB for persistent storage.
API Reference
See scripts/memory_manager.py for full implementation.
Signals
- GitHub stars
- 607
- Forks
- 94
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
ac-memory-manager- Source
- github.com/majiayu000/claude-skill-registry