Skip to content
Development
Skill

/claude-memory-kit

Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.

From plugin
rohitg00-claude-code-toolkit
2.5k40 skills138 agents199 commands
Install
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --skill claude-memory-kit --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/claude-memory-kit

Context preview

The summary Claude sees to decide when to auto-load this skill.

Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.

SKILL.md

claude-memory-kit.SKILL.md
name: claude-memory-kit
description: "Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies."
author: awrshift
version: 3.2.0
tags: [memory, context-management, productivity, agent-memory]
repository: https://github.com/awrshift/claude-memory-kit
license: MIT

Claude Memory Kit

Your Claude agent remembers everything across sessions and projects.

What it does

  • **Persistent memory** — MEMORY.md hot cache + knowledge wiki with [[wikilinks]]
  • **Multi-project support** — per-project backlogs and context isolation
  • **Safety hooks** — prevent context loss during compression and long sessions
  • **`/close-day`** — one command captures your entire day
  • **`/tour`** — interactive guided walkthrough

Quick Start

git clone https://github.com/awrshift/claude-memory-kit.git my-project
cd my-project
claude

Built from production

700+ sessions across 7 projects. Adapted from Karpathy/Cole Medin's knowledge base pattern, simplified for daily CLI use.

Ships withrohitg00-claude-code-toolkit

The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.

Get the whole plugin