Agent Plugins Marketplace
All plugins

k-mem

v0.1.1

Memory and governance for Claude Code: a read-before-write gate, a context resolver with receipts, tiered project notes, handoffs between sessions, and docs checks that fail when the record and the tree disagree.

Claude Code4 Skills

By KazzerLabsLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install k-mem for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install k-mem@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/PyGuy2000/k-mem

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/k-mem/.

Plugin files

plugins/k-mem/
├── .claude-plugin/plugin.json
├── skills/adr/SKILL.md
├── skills/handoff/SKILL.md
├── skills/project-memory/SKILL.md
└── skills/quick/SKILL.md

Included Skills4

adrskills/adr/SKILL.md

Query the decisions of this repo and every configured repo. "/k-mem:adr open" = ADRs with open tickets; "/k-mem:adr done" = completed ADRs; "/k-mem:adr links <id>" = one ADR's relationships; "/k-mem:adr health" = index health; "/k-mem:adr <question>" = any other ADR question. Use when the user asks which decisions have outstanding work, how ADRs relate, or what was decided about a topic.

handoffskills/handoff/SKILL.md

Pass work between Claude Code sessions without the user copy-pasting prompts across terminals. Writes a structured note to the shared mailbox; the SessionStart hook delivers it when a session opens in the target project. Use when the user says "hand this off to X", "tell the X session", "write a note for X", "write me a prompt for the next session", or when closing a session with in-flight work.

project-memoryskills/project-memory/SKILL.md

Set up and maintain the tiered project memory in docs/project_notes/ (STATE.md brief, plans.md, one file per decision, key facts, bugs, work log). Use when asked to "set up project memory", "track our decisions", "log a bug fix", "update project memory", "write an ADR", or when a problem feels familiar ("didn't we solve this before?").

quickskills/quick/SKILL.md

Answer fast. "/quick [question]" with no number = ADHD-friendly default (i-have-adhd principles - action first, numbered steps, one next step, no preamble). "/quick N [question]" = exactly N bullets, bolded title + one sentence each. Triggers on "/quick" or "quick [question]".

Plugin manifests1

plugins/k-mem/.claude-plugin/plugin.json
{
  "name": "k-mem",
  "version": "0.1.1",
  "description": "Memory and governance for Claude Code: a read-before-write gate, a context resolver with receipts, tiered project notes, handoffs between sessions, and docs checks that fail when the record and the tree disagree.",
  "author": {
    "name": "KazzerLabs"
  },
  "license": "MIT",
  "dependencies": [
    "devflow"
  ],
  "keywords": [
    "memory",
    "governance",
    "adr",
    "context",
    "hooks"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[k-mem on Agent Plugins Marketplace](https://pluginsmp.com/plugins/k-mem)