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

mm-update skillA

mm-update is agent-read markdown (skill) from mworldorg/markdown-memory: Самообновление mm-системы из удалённого репозитория. mm раздаётся через git clone + register-skills (не npm), поэтому update = git pull свежего mm из origin/main + повторный register-skills + notice о перезапуске Claude Code. Use when user says "обнови mm", "обнови систему", "/mm update", "update mm", "подтяни свежий mm", "проверь обновления mm"..

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-update — Self-Update from Git Remote

Обновляет mm-систему до свежей версии из `origin/main`. mm установлен как git-клон с junction'ами в `~/.claude/skills/` — поэтому обновление это `git pull` репозитория + повторный прогон `register-skills`, а не пакетный менеджер.

Ничего не сливает и не ребейзит автоматически. При любом расхождении или ошибке `--ff-only` — стоп с инструкцией разрулить вручную.

> Ручной интерактивный аналог фонового `scripts/auto-update.py` (ff-only, дёргается из `mm-resume`); git-поток общий — отличие в том, что здесь показывается changelog и спрашивается подтверждение.

## Где работать

Корень репозитория mm:
- `$env:MM_REPO_ROOT` если задан;
- иначе текущая рабочая директория (`cwd`).

Все git-команды и `register-skills` выполняй из этого корня.

## Процесс

### 0. Guard: это вообще git-репо?

Проверь, что в корне репо (см. «Где работать») есть `.git`:
```powershell
Test-Path (Join-Path $repoRoot ".git")
```
Если `.git` нет — mm установлен не как git-репо (например, распакован из tarball). Стоп:
```
❌ mm установлен не как git-репозиторий — обновлять через git нечем.
Обнови через `npx markdown-memory update` или переустанови mm.
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mworldorg/markdown-memory/mm-update@v0.1.0
Exact content
mdr add mworldorg/markdown-memory/mm-update@sha256:94f25fd6925fb4e0

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_hnp5kfc5g3yczebv.svg)](https://markdownregistry.com/a/art_hnp5kfc5g3yczebv)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v0.1.0 latest2026-06-11 68185cc 9,633 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 (9633 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_hnp5kfc5g3yczebv
GET https://markdownregistry.com/api/v1/resolve?ref=mworldorg/markdown-memory/mm-update
GET https://markdownregistry.com/api/v1/blob/94f25fd6925fb4e0534aa52049005fff1be2f4af2f494d0355cf2d84c7dcd3f3

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-resume skill
mworldorg/markdown-memory · skills/mm-resume/SKILL.md · Восстановить контекст в начале сессии или после /clear. Читает passport.md + dashboard + последнюю сессию + git status…
v0.4.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

Every file in mworldorg/markdown-memory

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