Home / mworldorg / markdown-memory · skills/mm-resume/SKILL.md · GitHub

mm-resume skillA

mm-resume is agent-read markdown (skill) from mworldorg/markdown-memory: Восстановить контекст в начале сессии или после /clear. Читает passport.md + dashboard + последнюю сессию + git status + (если есть GSD) полный контекст планирования (.planning/ для v1 или .gsd/ для v2 — STATE, ROADMAP, текущий phase CONTEXT/PLAN, HANDOFF.json). Выдаёт компактную сводку «где мы». Use when user says "ну что у нас", "напомни где мы остановились", "вернулся", "возобновляю", "/mm resume", "/mm start", "/mm context", "что у нас по проекту", "где мы" в начале новой сессии Claude Code .

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

# mm-resume — Context Restore for Claude Code

Решает проблему: после `/clear`, `exit && claude`, или после паузы на день — нет контекста. Этот skill за один вызов читает все источники и говорит «где мы, что в работе, что брать следующим».

**Это аналог git status, но для проекта в целом** — не для рабочей копии, а для головы.

## Когда вызывать

- В начале новой Claude Code сессии в проекте — первая команда
- После `/mm save` → `/clear` — восстановить контекст в той же сессии
- После недели паузы — догнать что вообще происходило
- Когда юзер пишет «где мы», «что у нас», «напомни» — сразу запускай, не переспрашивай

## Конфиг

Загрузи `mm-config.json` по алгоритму из `<repo>/docs/CONFIG-LOADING.md`. Поддержка `mm-config.local.json` overlay обязательна.

Понадобятся:
- `paths.obsidian_projects`
- `paths.obsidian_sessions` (на случай старого формата без папки проекта)

## Процесс

### Шаг 0. Фоновый автоапдейт mm-системы (неблокирующий)

Выполни в фоновом режиме команду проверки обновлений:
- На macOS/Linux: `python3 $MM_REPO_ROOT/scripts/auto-update.py --background &` (или используя путь `~/.markdown-memory/scripts/auto-update.py` если переменная не задана)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mworldorg/markdown-memory/mm-resume@v0.4.0
Exact content
mdr add mworldorg/markdown-memory/mm-resume@sha256:5597cb3e1dad8099

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_6h7cq5iszotauubd.svg)](https://markdownregistry.com/a/art_6h7cq5iszotauubd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v0.4.0 latest2026-06-08 e890a25 14,936 BA view · diff
v0.4.02026-06-08 83fbada 14,224 BA view · diff
v0.4.02026-06-07 0a7ce53 14,050 BA view · diff
v0.4.02026-06-06 efe3e2b 13,393 BA view · diff
v0.3.02026-05-09 f9f5146 12,416 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (14936 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

mworldorg/markdown-memory · 25 stars · license MIT · pushed 2026-09-19 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_6h7cq5iszotauubd
GET https://markdownregistry.com/api/v1/resolve?ref=mworldorg/markdown-memory/mm-resume
GET https://markdownregistry.com/api/v1/blob/5597cb3e1dad8099411b84983c7893797e1de82056bd1517a1f6d8840f72dae8

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.

More from mworldorg/markdown-memory

mm-web-bridge skill
mworldorg/markdown-memory · claude-ai-skills/mm-web-bridge/SKILL.md · Партнёр louise в claude.ai — обсуждает идеи, ставит их под сомнение, проверяет актуальность в интернете перед решениями…
v0.4.0 · audit A · 25 stars
mm-bridge skill
mworldorg/markdown-memory · skills/mm-bridge/SKILL.md · Compose a ready-to-copy prompt for the user's OTHER Claude Code instance (running in PowerShell). Use when the user…
v0.5.1 · audit A · 25 stars
mm-clear-gate skill
mworldorg/markdown-memory · skills/mm-clear-gate/SKILL.md · Гейт перед /clear — read-only проверка «всё ли записано», вердикт из exit code скрипта, а не из реплики модели…
v0.2.0 · audit A · 25 stars
mm-doctor skill
mworldorg/markdown-memory · skills/mm-doctor/SKILL.md · Самопроверка mm-системы — junction'ы, конфиг, vault, паспорта, bridge-архив, GSD-консистентность (passport vs…
v0.6.0 · audit A · 25 stars
mm-focus skill
mworldorg/markdown-memory · skills/mm-focus/SKILL.md · СНЯТ 2026-08-02 — команда больше ничего не грузит. Её детекция этапа дублировала /gsd-resume-work и расходилась с…
v0.2.0 · audit A · 25 stars
mm-handoff skill
mworldorg/markdown-memory · skills/mm-handoff/SKILL.md · Генерирует handoff.md — компактную сводку для нового чата claude.ai когда контекст текущего заполнился. Включает…
v0.7.2 · audit A · 25 stars
mm-init-project skill
mworldorg/markdown-memory · skills/mm-init-project/SKILL.md · Инициализирует или обновляет проект для mm-системы — создаёт passport.md в корне, копию в Obsidian, dashboard.md…
v0.6.0 · audit A · 25 stars
mm-instructions skill
mworldorg/markdown-memory · skills/mm-instructions/SKILL.md · Генерирует текст для claude.ai → Project → Instructions из шаблона + персонализирует под текущий проект. Кладёт…
v0.5.1 · audit A · 25 stars
mm-projects skill
mworldorg/markdown-memory · skills/mm-projects/SKILL.md · Обзор всех зарегистрированных mm-проектов одним экраном — статус, тип, GSD-фаза, последняя активность, число открытых…
v0.1.0 · audit A · 25 stars
mm-save-session skill
mworldorg/markdown-memory · skills/mm-save-session/SKILL.md · Закрывает текущую Claude Code сессию — сохраняет лог в Obsidian/Claude/Sessions/, обновляет project note, обновляет…
v0.8.2 · audit A · 25 stars
mm-setup skill
mworldorg/markdown-memory · skills/mm-setup/SKILL.md · Онбординг/персонализация mm-системы под конкретного пользователя — спрашивает имя, чем занимается, стек, язык, путь к…
v0.1.0 · audit A · 25 stars
mm-update skill
mworldorg/markdown-memory · skills/mm-update/SKILL.md · Самообновление mm-системы из удалённого репозитория. mm раздаётся через git clone + register-skills (не npm), поэтому…
v0.1.0 · audit A · 25 stars

Every file in mworldorg/markdown-memory

Browse by kind, by grade A, or by owner.