auto-memory

Manage a two-tier project knowledge base with a MEMORY.md index and topic files.

2.1k|266|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/tractorjuice/arc-kit --skill auto-memory-tractorjuice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-memory
Source: https://github.com/tractorjuice/arc-kit/tree/main/.claude/skills/auto-memory
Command: npx skills add https://github.com/tractorjuice/arc-kit --skill auto-memory-tractorjuice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you establish and maintain a persistent, organized knowledge base for your projects, ensuring that important information and decisions are remembered across different coding sessions.

Core Features & Use Cases

  • Persistent Knowledge Base: Stores project-specific information in a structured memory/ directory.
  • Two-Tier Design: Utilizes a concise MEMORY.md for quick reference and detailed topic files for in-depth information.
  • Use Case: When working on a complex project, this Skill ensures that architectural decisions, recurring debugging solutions, and project conventions are consistently available, preventing the need to rediscover information.

Quick Start

Use the auto-memory skill to set up memory files for the current project.

Frequently Asked Questions about auto-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist project knowledge across different coding sessions?

To persist project knowledge across coding sessions, you can establish a memory directory with a MEMORY.md index and separate topic files to retain architectural decisions and conventions.

What is the best way to organize a knowledge base for recurring debugging solutions?

The best way to organize a knowledge base for debugging solutions is structuring entries by semantic topic rather than chronology, using a concise index file linked to detailed topic files.

How does a two-tier knowledge base structure work for project convention tracking?

A two-tier knowledge base works by maintaining a concise MEMORY.md file for quick reference while storing detailed architectural decisions and conventions in separate, dedicated topic files.

Can I track architectural decisions and project conventions without external dependencies?

Yes, you can track architectural decisions without external dependencies by utilizing a structured memory directory containing markdown files to log conventions and project-specific information.

When should I not use a chronological approach for project documentation?

You should avoid a chronological approach for project documentation when managing a persistent knowledge base, as organizing by semantic topic ensures better retrieval of architectural decisions and conventions.