memory-bank-curator

memory-bank-curator is an agent for Claude Code from pmikutel/directed-memory-bank. It costs 67 tokens per session (846 once invoked), scanned A, original, MIT.

A read-only checker for a project's memory-bank files, which store notes about tasks, references, and project status. It looks for outdated work, broken file links, missing index entries, inconsistent metadata, and untracked files.

In plain words
What is it for?
Use it to audit memory-bank hygiene, find stale active tasks, verify @-references in CLAUDE.md and skills, and check that files are indexed and consistently formatted.
Why use it?
It helps find documentation problems before they confuse an agent or developer. It reports issues without changing any files.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Good fit Use it to audit memory-bank hygiene, find stale active tasks, verify @-references in CLAUDE.md and skills, and check that files are indexed and consistently formatted.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/pmikutel/directed-memory-bank/memory-bank-curator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/pmikutel/directed-memory-bank

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for memory-bank-curator

README.md
[![agentmods](https://agentmods.dev/badge/agents/pmikutel/directed-memory-bank/memory-bank-curator/github.svg)](https://agentmods.dev/agents/pmikutel/directed-memory-bank/memory-bank-curator)
Your own site
<a href="https://agentmods.dev/agents/pmikutel/directed-memory-bank/memory-bank-curator"><img src="https://agentmods.dev/badge/agents/pmikutel/directed-memory-bank/memory-bank-curator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for memory-bank-curator

Your own site · 80×15
<a href="https://agentmods.dev/agents/pmikutel/directed-memory-bank/memory-bank-curator"><img src="https://agentmods.dev/badge/agents/pmikutel/directed-memory-bank/memory-bank-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 846 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.00846
Opus 5 $0.00034 $0.00423
Sonnet 5 $0.00013 $0.00169
Haiku 4.5 $0.00007 $0.00085

Measured 10d ago against content hash dabc11781b54, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

memory-bank-curator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

template/integrations/claude/agents/memory-bank-curator.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

memory-bank-curator

Read-only hygiene auditor for memory-bank/. Complements the cross-tool memory-bank-writer skill — the writer makes changes, the curator only audits.

Model: declared as haiku — the canonical alias form per the subagent reference. The model: field accepts sonnet, opus, haiku, a full model ID (e.g. claude-haiku-4-5), or inherit. The alias tracks Anthropic's current default for the tier; pin a full ID if you need version stability.

What this agent does

Run a structured hygiene pass over the project's DMB. Report findings as a punch list, grouped by check. Do not make any edits — that's the user's call, or the memory-bank-writer skill's job.

Checks to run

  1. Stale active work. List every memory-bank/tasks/work/*.md with status: active whose updated: is more than 14 days old. Flag each: filename, branch, days since updated:.

  2. Broken @-references. Grep root CLAUDE.md, every nested */CLAUDE.md, and every .claude/skills/*/SKILL.md for @<path> references. For each, check the target file exists. List broken pointers as <source file>:<line> → <missing target>.

  3. Files outside the inventory. Walk memory-bank/ and list any markdown file not named in _index.md. (Exception: files under tasks/work/ and tasks/log/ are RAM-layer entries and aren't expected in _index.md.)

  4. Frontmatter consistency on tasks/work/. Every file should have status, branch, started, updated. List files missing any of these fields.

  5. Untracked sections in _adoption.md. If memory-bank/_adoption.md exists, list any memory-bank file not represented by a row in the adoption table.

Output format

Concise punch list. One section per check. Each finding on its own line with file path + short description. No prose summary; the user reads the list and decides which to address.

If a check has zero findings, write - (no findings) under its heading. Don't omit the section.

Read the full file on GitHub · 51 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 51 lines · 0 tokens per session scan A dabc11781b54

Subscribe to this mod's changes

memory-bank-curator is an agent published in the GitHub repository pmikutel/directed-memory-bank (5 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 846 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

Plugin Tester

End-to-end plugin testing agent for OpenWebUI. Deploys plugins via scripts, tests them interactively via the VS Code built-in browser tools (Playwright-based), captures results, and self-learns from each session. Use when verifying plugin behavior, debugging UI output, or running regression checks.

Fu-Jie/openwebui-extensions · 63 tokens

Plugin Implementer

Implement plugin code changes in parallel with Doc Writer. Follows the approved plan with strict project standards. No sequential handoffs.

Fu-Jie/openwebui-extensions · 29 tokens

Doc Writer

Handles all documentation for plugin changes in parallel with code implementation. Updates README, READMECN, docs mirrors, and standalone version files.

Fu-Jie/openwebui-extensions · 29 tokens

Mnemosyne

Memory architect instrument. Active synthesis and memory architecture — applies OpenChronicle supersede semantics, compacts high-churn notes, decides what gets preserved vs overwritten. Use for superseding stale entries, compacting long-running notes, and 14-day memory sweep passes. Distinct from Hestia (mechanical…

wrg32786/aigent-os · 76 tokens

code-reviewer

Generic code review — layers, error handling, naming, DI, SQL safety, auth, tests.

RaNDoM6913/claude-code-superkit · 23 tokens

ui-motion-reviewer

Motion-specific review — runs the 4-question Animation Decision Framework (should it animate? purpose? easing? duration?), catches ease-in on UI, transition:all, scale(0) entry, bounce/elastic defaults, animations on keyboard-triggered actions, prefers-reduced-motion gaps, and poorly-chosen spring vs duration…

RaNDoM6913/claude-code-superkit · 189 tokens