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.
npx skills add pmikutel/directed-memory-bank --skill dmb-memory-bankgit clone --depth 1 https://github.com/pmikutel/directed-memory-bankWrote 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.
[](https://agentmods.dev/skills/pmikutel/directed-memory-bank/dmb-memory-bank)<a href="https://agentmods.dev/skills/pmikutel/directed-memory-bank/dmb-memory-bank"><img src="https://agentmods.dev/badge/skills/pmikutel/directed-memory-bank/dmb-memory-bank/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.
<a href="https://agentmods.dev/skills/pmikutel/directed-memory-bank/dmb-memory-bank"><img src="https://agentmods.dev/badge/skills/pmikutel/directed-memory-bank/dmb-memory-bank.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.00244 |
| Opus 5 | $0.00019 | $0.00122 |
| Sonnet 5 | $0.00008 | $0.00049 |
| Haiku 4.5 | $0.00004 | $0.00024 |
Grade A, and why
dmb-memory-bank 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.
What it actually says
dmb-memory-bank
Routing skill for loading DMB context on demand. Loads the inventory and project essentials so the agent knows what exists and how to navigate it.
Load:
memory-bank/_index.md— the inventory of what files exist.memory-bank/project/brief.md— project overview.memory-bank/project/doc-guide.md— required when writing or editing any memory-bank file (style, length, hygiene rules).memory-bank/tasks/process.md— RAM-layer workflow fortasks/work/andtasks/log/.
If a memory-bank/tasks/work/*.md file has branch: matching the current git branch, also load it as live scratchpad context.
No knowledge in this file — the listed files are the source. Same SKILL.md format works in Claude Code (.claude/skills/) and Codex CLI (.agents/skills/); this skill is portable across tools.
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.
- 10d ago First seen · 20 lines · 39 tokens per session scan A 2cc555c21cdb
dmb-memory-bank is a skill published in the GitHub repository pmikutel/directed-memory-bank (5 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 244 once invoked, about $0.0002 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.
Other skills, from other repositories
02-project-memory
Build the project's memory of its architecture, conventions, and decisions, and wire it into your AI tools. Use when the user wants to set up or refresh project memory, or rewire it into a tool. Not for editing one existing memory file.
10-learn
Capture durable project learnings. Use when the user wants to remember, record, or formalize a decision, convention, lesson, pitfall, reusable workflow, or review finding. Not for preferences or temporary notes.
project-context
Use PowerContext project memory and handoff tools through MCP when continuing prior work, recalling decisions, maintaining durable memory, or transferring work across tasks, sessions, or agents.
powercontext-project-context
Use PowerContext to search prior project decisions, explicitly save or correct durable memory, inspect scopes and review candidates, or transfer and resume work with exact evidence. Use when the user requests these operations or relevant project history is missing; ordinary coding and current-turn summaries do not…
powercontext
Use PowerContext for durable memory, cross-session continuity, and reviewed Experience or Skill artifacts.
contorium-workspace-memory
Use Contorium workspace memory layers (focus, session events, Git, export) when resuming AI work or avoiding repeated project explanation.