Manage persistent memory for autonomous coding. Use when storing/retrieving knowledge, managing Graphiti integration, persisting learnings, or accessing episodic memory.
66
79%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/ac-memory-manager/SKILL.mdThe canonical home for this skill is ac-memory-manager in fernandezbaptiste/Skrillz
Manage persistent memory using Graphiti for cross-session knowledge.
Integrates with Graphiti memory system to store and retrieve knowledge, enabling learning across sessions and projects.
from scripts.memory_manager import MemoryManager
memory = MemoryManager(project_dir)
await memory.store("auth patterns", {"jwt": True, "session": False})
knowledge = await memory.retrieve("authentication")Uses Graphiti + LadybugDB for persistent storage.
See scripts/memory_manager.py for full implementation.
93ed392
Canonical home
since Sep 12, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.