ワンクリックで
check-init
Check memhub project health in OpenCode; use when the user asks whether memhub is initialized or healthy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check memhub project health in OpenCode; use when the user asks whether memhub is initialized or healthy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read-only health check of the memhub project in this repo — schema version, render freshness, write-log activity
Bootstrap memhub in this repo — initialize the SQLite store, seed starter state and architecture narratives, render PROJECT.md and PROJECT_LEDGER.md
Initialize memhub for a repo in OpenCode; use when the user asks to bootstrap project memory.
Summarize this memhub session, route updates into the database, then re-render PROJECT.md and PROJECT_LEDGER.md
Rebuild + install memhub and bring every memhub instance on this machine (each known repo DB + the machine-global store) to head schema, resync installed agent skill wrappers, with a one-time fix for the ~/.local/bin PATH shadow. Run from the memhub source repo.
Wrap up an OpenCode memhub session; run the binary-rendered policy, draft updates, get per-item approval, write, and render.
| name | check-init |
| description | Check memhub project health in OpenCode; use when the user asks whether memhub is initialized or healthy. |
| compatibility | opencode |
Run the read-only memhub health check for the current repo. Do not write or repair anything.
Workflow:
.memhub/ exists and memhub is on PATH.memhub doctor --json and parse the wrapped {"doctor": {...}} object (overall, exit_code, counts, checks[] — each {id, group, status, message, detail?}).overall: ok), Yellow (overall: warn — list each warn check and its message/fix), or Red (overall: error, or .memhub/binary missing) with concrete next action.memhub status if the installed binary predates doctor (issue #21).memhub render, memhub doctor --strict, or mutate files from this skill.