remember is agent-read markdown (skill) from mubit-ai/plugins: Save one durable lesson, rule or preference; use when the user states a standing preference or an approach fails in a way worth never repeating..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
Routine work is captured automatically — do not use this for "I read a file" or "I ran the
tests". The capture hooks already write tool activity, prompts, and turn outcomes into this
run without being asked. Using the explicit verb for that fills the store with duplicates of
what is already there and buries the entries that matter. Use it for knowledge that should
outlive this session.
Reach for it when:
- the user states a standing preference ("always run the suite before you commit");
- you discover a constraint that is not visible in the code ("the operator's reconcile loop
requires the CRD applied before the StatefulSet, or it wedges");
- an approach fails in a way worth never repeating, and you know *why* it failed.
One judgement is worth carrying from the type/scope table this used to show: a lesson that
states a constraint which is always true — a lint rule, a user's standing preference, a
system quirk — is worth more the further it travels, while a lesson about how one debugging
session went is worth most close to the work that produced it. Write with that in mind, and
raise `mcpLessonScope` when the constraints you are storing are the first kind.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_aqqfcmk2mkfpb4rw
GET https://markdownregistry.com/api/v1/resolve?ref=mubit-ai/plugins/remember
GET https://markdownregistry.com/api/v1/blob/60e729f410805551b06e6ec1fde99ff13757552e82a391d748eeeac96c238f08
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
mubit-ai/plugins · integrations/claude-code/skills/activity/SKILL.md · List or export what this instance holds for a run; use when the user wants the audit record, not an answer.
mubit-ai/plugins · integrations/claude-code/skills/auth/SKILL.md · Sign in to Mubit and store an API key; use when the plugin reports auth_failed or a key was rotated.
mubit-ai/plugins · integrations/claude-code/skills/checkpoint/SKILL.md · Save a named verbatim snapshot of this run; use when the user is about to do something risky.
mubit-ai/plugins · integrations/claude-code/skills/dashboard/SKILL.md · Open the local Mubit dashboard — turns, what was injected into each, what it earned, and every lesson's record; use…
mubit-ai/plugins · integrations/claude-code/skills/doctor/SKILL.md · Diagnose connectivity, memory health and stuck ingest; use when memory looks empty or the status line shows a failure.
mubit-ai/plugins · integrations/claude-code/skills/forget/SKILL.md · Delete a lesson, or down-weight one that is merely wrong; use when asked, after saying it cannot be undone.
mubit-ai/plugins · integrations/claude-code/skills/handoff/SKILL.md · Hand work to another agent through Mubit, list the handoffs open in this run, or answer one with a verdict; use when a…
mubit-ai/plugins · integrations/claude-code/skills/import/SKILL.md · Backfill Mubit memory from the Claude Code and Codex transcripts already on this machine, so a fresh install knows what…
mubit-ai/plugins · integrations/claude-code/skills/memory-health/SKILL.md · Report what is actually stored: counts, staleness, contradictions; use when the question is whether anything was ever…
mubit-ai/plugins · integrations/claude-code/skills/pin/SKILL.md · Pin a constraint for the rest of this run, shown on every prompt; use when a rule ends with the task, and remember for…
mubit-ai/plugins · integrations/claude-code/skills/recall/SKILL.md · Search Mubit memory for lessons, rules, facts or past work; use when the injected memory is not enough.
mubit-ai/plugins · integrations/claude-code/skills/reflect/SKILL.md · Extract lessons from this session's activity now; use when the user wants them banked before session end or asks what…
yeachan-heo/oh-my-claudecode · skills/remember/SKILL.md · Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs
yonatangross/orchestkit · plugins/ork/skills/remember/SKILL.md · Stores decisions, patterns, and outcomes in the MCP memory knowledge graph as entities with typed observations and…
sneg55/agent-starter · skills/remember/SKILL.md · Review auto-memory entries and propose promotions to CLAUDE.md, CLAUDE.local.md, or shared memory. Also detects…
maquina-app/rails-claude-code · recuerd0/skills/remember/SKILL.md · Manages workspaces and memories in the Recuerd0 platform via the recuerd0 CLI. Use PROACTIVELY after architectural…
kopp0510/claude-dd · skills/self-improving-agent/skills/remember/SKILL.md · Explicitly save important knowledge to auto-memory with timestamp and context. Use when a discovery is too important to…
andyed/session-cartographer · plugins/session-cartographer/skills/remember/SKILL.md · Recall past work across Claude Code and Codex sessions. Finds decisions, research, fixes, and conversations by intent.
naimkatiman/continuous-improvement · third-party/oh-my-claudecode/skills/remember/SKILL.md · Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs
arcticfox2029/chamnan · skills/remember/SKILL.md · Record why something is the way it is — a decision and its reasoning, a lesson that cost time, or a standing…