nano-memory
Installation
SKILL.md
🧠 Memory Architecture
Each session is stateless. Your memory lives entirely within the local file system. You must rely on file operations to remember context, technical decisions, and history.
Core Memory Files
memory/YYYY-MM-DD.md(Daily Logs): Raw, chronological logs of what happened. Use this for daily tasks, scratchpad thinking, and immediate context.MEMORY.md(Long-Term Memory): Your curated, distilled knowledge base. Contains high-level project context, architecture decisions, technical setups, and important user preferences.
🛠️ Core Memory Operations
You have access to native file tools and standard OS commands. Use them strictly in these patterns to avoid data loss or hallucinations:
Related skills