Agent Plugins Marketplace
← All plugins

active-memory

v0.2.1

Switch to a fresh Claude chat without losing a single rule, correction or number. /amhandoff writes a complete handoff file, and a code word plus checkpoints warn you when it is time to switch.

Claude Code5 Skills

By KlopyyLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 26, 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 active-memory 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 active-memory@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/Klopyy/active-memory

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

Plugin files

active-memory/
├── .claude-plugin/plugin.json
├── skills/amcheckpoint/SKILL.md
├── skills/amcodeword/SKILL.md
├── skills/amhandoff/SKILL.md
├── skills/amhelp/SKILL.md
└── skills/amsetup/SKILL.md

Included Skills5

amcheckpointskills/amcheckpoint/SKILL.md

This skill should be used when the user types "/amcheckpoint", or says "recap", "summary so far", "where are we", "are you losing track", "you forgot", "we already decided that", or points out a missing code word. It should also be used without being asked when a chat reaches about 20 or 35 exchanges, when large files or pastes pile up, or when Claude contradicts or forgets something already settled. It writes a compact recap of the chat plus a green, yellow, or red health check.

amcodewordskills/amcodeword/SKILL.md

This skill should be used when the user types "/amcodeword", "/amcodeword off", "/amcodeword status", "/amcodeword" with a phrase after it, or asks to "set a code word", "start every reply with", "turn on the code word", or "turn off the code word". It makes Claude open every reply with a fixed phrase (default "Yes Boss!") so the user can spot the moment Claude starts losing track of a long chat: the phrase goes missing.

amhandoffskills/amhandoff/SKILL.md

This skill should be used when the user types "/amhandoff", or asks to "move to a new chat", "continue in a new chat", "make a handoff file", "save this chat so I can continue later", "export the context", or when a checkpoint is red or the code word went missing. It reads the whole chat in four passes and writes a complete handoff.md so a fresh chat is fully up to speed from its first reply. It should also be used when a user attaches or pastes a file that starts with "# active-memory handoff".

amhelpskills/amhelp/SKILL.md

This skill should be used when the user types "/amhelp", or asks "what does active-memory do", "how do I use active-memory", "what are the active-memory commands", or "help with amcodeword / amcheckpoint / amhandoff / amsetup". It shows a short guide to every active-memory command plus one tip tailored to the current chat.

amsetupskills/amsetup/SKILL.md

This skill should be used when the user types "/amsetup", or says "active-memory isn't working", "the hooks don't run", "python3 is not recognized", "it opens the Microsoft Store", "set up active-memory", or reports an error coming from the plugin. It checks what active-memory needs on this machine, explains what works without Python, and offers to install Python with the user's approval.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "active-memory",
  "version": "0.2.1",
  "description": "Switch to a fresh Claude chat without losing a single rule, correction or number. /amhandoff writes a complete handoff file, and a code word plus checkpoints warn you when it is time to switch.",
  "author": {
    "name": "Klopyy",
    "url": "https://github.com/Klopyy"
  },
  "license": "MIT",
  "keywords": [
    "handoff",
    "new chat",
    "context",
    "long chats",
    "chat memory",
    "checkpoint",
    "code word"
  ],
  "homepage": "https://github.com/Klopyy/active-memory",
  "repository": "https://github.com/Klopyy/active-memory"
}

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

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