git:20260519.a56c976 to git:20260710.2925510
16 added, 13 removed. Audit A to B.
---
- name: "Add persistent project memory and hook-driven synthesis with Claude Memory Kit"
- slug: "add-persistent-project-memory-and-hook-driven-synthesis-with-claude-memory-kit"
+ title: "Add persistent project memory and hook-driven synthesis with Claude Memory Kit"
description: "Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time."
- github_stars: 11
verification: "security_reviewed"
source: "https://github.com/awrshift/claude-memory-kit"
author: "awrshift"
publisher_type: "individual"
- category: "Developer Tools"
- framework: "Claude Code"
+ category:
+ - "Developer Tools"
+ framework:
+ - "Claude Code"
tool_ecosystem:
github_repo: "awrshift/claude-memory-kit"
github_stars: 11
---
# Add persistent project memory and hook-driven synthesis with Claude Memory Kit
Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time.
## Prerequisites
Claude Code, a local project workspace, Git, and the repo's markdown memory files, hooks, and slash commands
## Installation
- Use the upstream install or setup path that matches your environment:
- - git clone https://github.com/awrshift/claude-memory-kit.git my-projects
+ Choose whichever fits your setup:
- Basic usage or getting-started notes:
- - bash
- - cd my-projects
- - claude
+ 1. Copy this skill folder into your local skills directory.
+ 2. Clone the repo and symlink or copy the skill into your agent workspace.
+ 3. Add the repo as a git submodule if you manage shared skills centrally.
+ 4. Install it through your internal provisioning or packaging workflow.
+ 5. Download the folder directly from GitHub and place it in your skills collection.
- - Source: https://github.com/awrshift/claude-memory-kit
- - Extracted from upstream docs: https://raw.githubusercontent.com/awrshift/claude-memory-kit/HEAD/README.md
+ Install command or upstream instructions:
+
+ ```
+ Clone the repository into the target project, open Claude Code in that workspace, let the setup flow configure the memory kit, then use the documented slash commands such as /tour and /close-day to keep context and handoffs current.
+ ```
## Documentation
- https://github.com/awrshift/claude-memory-kit
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/add-persistent-project-memory-and-hook-driven-synthesis-with-claude-memory-kit/)