What problem does it solve? Project knowledge gets lost between sessions, forcing repeated rediscovery of architecture, decisions, and workflows. This Skill establishes a persistent, agent-maintained project wiki so knowledge compounds over time instead of being reconstructed from raw sources. ## Core Features & Use Cases - Structured Memory Index: Uses a concise MEMORY.md at the project root as a map linking to detailed Markdown notes, with one-sentence descriptions for every link. - Guided Workflows: Provides explicit procedures for initializing memory (including generating docs/ARCHITECTURE.md), ingesting sources, recalling knowledge, writing back findings, and linting stale or broken entries. - Source Safety: Treats ingested content as untrusted evidence, ignoring embedded instructions and never storing secrets or credentials. - Use Case: After implementing a feature that changes documented behavior, the agent checks MEMORY.md, updates the affected architecture note, and keeps the project wiki accurate without being asked twice. ## Quick Start Ask the agent to initialize project memory for this repository so it creates MEMORY.md and an architecture overview.