Content Preview
--- name: memory-kit description: | Persistent context management for Claude Code sessions. Save, load, update, share, and audit session memory via MEMORY.md. Prevents context loss on compaction or session restart. Use when starting a session, before compaction, syncing context across teammates, or pruning stale memory entries. Trigger with "save memory", "load memory", "memory audit", "memory share". allowed-tools: Read, Write, Edit, Bash(git:*) version: 1.1.0 author: builtbyzac licen
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/memory-kit.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/productivity/claude-memory-kit/skills/memory-kit/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/productivity/claude-memory-kit/skills/memory-kit/SKILL.md
Related Skills
Detecting Memory Leaks
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential iss
skill-adapterdetecting memory leaks
by jeremylongshore · plugins-plus-skills
memory
|
memorymemory
by jeremylongshore · plugins-plus-skills
agent-memory-mcp
A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).
data-aiagentmemorymcp
by sickn33 (Antigravity) · antigravity-awesome-skills
agent-memory-systems
You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.
generalagentmemory
by sickn33 (Antigravity) · antigravity-awesome-skills