memory

Installation
SKILL.md

Unified Memory Autopilot

A unified, self-governing memory system that automatically retrieves, structures, and prunes project and user-level developer knowledge.

Directory Structure

  • User Scope (Global Workspace): ~/.agents/
    • Global durable preferences: ~/.agents/MEMORY.md (Do NOT commit to Git).
    • Global daily logs: ~/.agents/memory/YYYY-MM-DD.md.
  • Project Scope (Local Repository): <repo>/
    • Local durable rules & memories: <repo>/AGENTS.md (or CLAUDE.md, MUST commit to Git).
    • Local daily logs: <repo>/memory/YYYY-MM-DD.md (gitignored).

Quick start

# Search global preferences or project rules (AGENTS.md or CLAUDE.md)
grep -rn "pattern" ~/.agents/ AGENTS.md CLAUDE.md
Installs
6
First Seen
2 days ago
memory — akunzai/agent-skills