ac-memory-manager

Manage persistent memory for autonomous coding. Use when storing/retrieving knowledge, managing Graphiti integration, persisting learnings, or accessing episodic memory.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ac-memory-manager" with this command: npx skills add adaptationio/skrillz/adaptationio-skrillz-ac-memory-manager

AC Memory Manager

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

multi-ai-research

No summary provided by upstream source.

Repository SourceNeeds Review
Research

analysis

No summary provided by upstream source.

Repository SourceNeeds Review
Research

ac-knowledge-graph

No summary provided by upstream source.

Repository SourceNeeds Review
Research

skill-researcher

No summary provided by upstream source.

Repository SourceNeeds Review