rohitg00/awesome-claude-code-toolkit

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.

First seen Apr 19, 2026

Installation

$ npx skills add rohitg00/awesome-claude-code-toolkit --skill claude-memory-kit

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rohitg00/awesome-claude-code-toolkit · top by installs.

npx skills add rohitg00/awesome-claude-code-toolkit

Browse all from rohitg00/awesome-claude-code-toolkit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2.6K
License LICENSE
Default branch main
Open issues 17
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version3.2.0
LicenseMIT
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,111 B
  • docs SUMMARY.md 194 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 186 installs

SKILL.md

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.