What problem does it solve? Projects lose institutional knowledge between sessions and across AI tools, causing repeated bugs, contradictory architectural choices, and forgotten configuration details. This Skill establishes a persistent memory system in docs/project_notes/ so decisions, bug solutions, and key facts survive across sessions and tools. ## Core Features & Use Cases - Memory Infrastructure Setup: Creates four structured files (bugs.md, decisions.md, key_facts.md, issues.md) from ready-made templates. - CLAUDE.md and AGENTS.md Configuration: Adds memory-aware protocols so Claude Code, Cursor, and other AI tools check memory before proposing changes. - Search and Update Workflows: Provides grep-based search patterns and entry formats for logging bugs, ADRs, key facts, and ticket work. - Use Case: When a familiar "connection refused" error appears, the assistant searches bugs.md, finds the previously documented fix, and applies it instead of debugging from scratch. ## Quick Start Ask the assistant to set up project memory for this repository so it creates the docs/project_notes files and configures CLAUDE.md to track bugs and decisions.