원클릭으로
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.