mm

A dispatcher that provides short /mm commands for project setup, session recovery, project overviews, and workflow checks. It maps these aliases to longer system commands.

In plain words
What is it for?
Use it to initialise projects, configure the system, resume previous work, inspect projects, save or hand off sessions, and run context or end-of-session checks.
Why use it?
It reduces the need to remember or type long commands when managing project context and sessions.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mworldorg/markdown-memory/mm
Any agent
npx skills add mworldorg/markdown-memory --skill mm
Clone the repo
git clone --depth 1 https://github.com/mworldorg/markdown-memory

Made for: Claude Code, Codex.

Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00103 $0.01930
Opus 5 $0.00051 $0.00965
Sonnet 5 $0.00021 $0.00386
Haiku 4.5 $0.00010 $0.00193

Measured 2d ago against content hash bf5d77870516, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mm 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 2d 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.

skills/mm/SKILL.md · 125 lines

How it starts

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

mm — Dispatcher / Cheat Sheet

Короткие алиасы для длинных команд. Также — если юзер просто пишет /mm, выводи список.

Карта команд

Алиас Полная команда Что делает
/mm new /mm-init-project Init/update паспорт проекта + Obsidian-структуру
/mm init /mm-init-project (синоним new)
/mm setup /mm-setup Персонализация системы под себя (имя, стек, пути) — 1 раз после клона
/mm onboard /mm-setup (синоним setup)
/mm resume /mm-resume Восстановить контекст: passport + dashboard + last session + git + GSD
/mm start /mm-resume (синоним resume — для начала сессии)
/mm context /mm-resume (синоним resume)
/mm where /mm-resume (синоним resume — «где мы»)
/mm focus /mm-focus scoped reload GSD-этапаСНЯТ 2026-08-02, дублировал /gsd-resume-work и грузил не то. Вместо него: /gsd-resume-work
/mm gate /mm-clear-gate Гейт перед /clear: read-only проверка «всё ли записано», вердикт из exit code (gate end — планка конца сессии)
/mm projects /mm-projects Обзор всех проектов одним экраном
/mm list /mm-projects (синоним projects)
/mm save /mm-save-session Сохранить лог сессии в Obsidian
/mm end /mm-save-session (синоним save)
/mm next /mm-handoff Сводка для нового чата claude.ai
/mm handoff /mm-handoff (синоним next)
/mm vault /mm-vault Создать приватный vault-репо памяти проекта
/mm prompt /mm-bridge Промпт-мост в файл для PowerShell-Клода
/mm bridge /mm-bridge (синоним prompt)
/mm rules /mm-instructions Сгенерить Project Instructions для claude.ai
/mm chat /mm-instructions (синоним rules)
/mm check /mm-doctor Самопроверка системы
/mm doctor /mm-doctor (синоним check)
/mm health /mm-doctor (синоним check)
/mm update /mm-update Обновить mm-систему (git pull origin/main + register-skills)
/mm (этот skill) Покажи cheat sheet (без выполнения)
/mm help (этот skill) (синоним)
/mm ? (этот skill) (синоним)

Read the full file on GitHub · 125 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. 2d ago First seen · 125 lines · 103 tokens per session scan A bf5d77870516

Subscribe to this mod's changes

mm is a skill published in the GitHub repository mworldorg/markdown-memory (25 stars, last pushed 15d ago), licensed MIT. It adds 103 tokens to every session and 1,930 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

performance-optimization

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

addyosmani/agent-skills · 59 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…

addyosmani/agent-skills · 67 tokens

test-driven-development

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani/agent-skills · 50 tokens

ci-cd-and-automation

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

addyosmani/agent-skills · 45 tokens

context-engineering

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

addyosmani/agent-skills · 43 tokens

observability-and-instrumentation

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

addyosmani/agent-skills · 66 tokens