Maintain institutional knowledge for projects by establishing a structured memory system in docs/projectnotes/. This skill sets up four key memory files (bugs, decisions, key facts, issues) and configures CLAUDE.md and AGENTS.md to automatically reference and maintain them. The result is a project that remembers past decisions, solutions to problems, and important configuration details across coding sessions and a...
When invoked for the first time in a project, create the following structure:
Directory naming rationale: Using docs/projectnotes/ instead of memory/ makes it look like standard engineering organization, not AI-specific tooling. This increases adoption and maintenance by human developers.
Настройте и поддерживайте структурированную систему памяти проектов в docs/project_notes/, которая отслеживает ошибки в решениях, архитектурных решениях, ключевых фактах проекта и истории работы. Используйте этот навык, когда вас просят «настроить память проекта», «отследить наши решения», «зафиксировать исправление ошибки», «обновить память проекта» или «инициализировать систему памяти». Настраивает CLAUDE.md и AGENTS.md для поддержки памяти при использовании различных инструментов кодирования AI. Источник: spillwavesolutions/project-memory.