Claude Memory Kit
Description
Memory for Claude Code that survives the session boundary — install the plugin into any repo: a hot cache injected every session under three hook-enforced caps, per-session handoffs, audit-driven promotion into knowledge and rules, plus agent orchestration and QA layers. Zero deps.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README

Claude Memory Kit
**The memory plugin for Claude Code.** **Your agent remembers every client, every brief, every decision — across sessions. Three lines to install, nothing to maintain.**
[](https://github.com/awrshift/claude-memory-kit/releases) [](LICENSE) [](https://code.claude.com/docs/en/plugins)
*"I wake up already knowing where we left off."* — the agent this kit builds.
**Install it into a repository you already have:**
/plugin marketplace add awrshift/claude-memory-kit
/plugin install memory-kit@memory-kit
/memory-kit:setup
Then work as usual, and type `/memory-kit:close-session` when you're done. That's the whole loop. Free — it runs on your existing Claude Pro or Max subscription and calls nothing else.
**Upgrading later** takes two steps, and the second one needs the FULL `plugin@marketplace` identifier — the bare name resolves to nothing and the CLI answers `Plugin "memory-kit" not found`:
claude plugin marketplace update memory-kit # refresh the catalog
claude plugin update memory-kit@memory-kit # then the plugin itself
Restart the session to apply. Your repository is untouched by an upgrade — memory, handoffs and knowledge live in your repo, never in the plugin — so `/memory-kit:setup` does not need re-running.
The problem
Every session starts from zero. Yesterday you locked the brand voice; today you explain it again. Last week you found the right angle; this week you can't reconstruct how. The first ten minutes of every session go to re-explaining what Claude **already knew**.
Built for **people running many projects or clients** — one install per repository, eac
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,