From memplexor
Report Memplexor memory health — checks .claude/memory/ artifacts, counts entries, recommends next action. Read-only.
How this command is triggered — by the user, by Claude, or both
Slash command
/memplexor:memory-status [--verbose] [--json] [--help]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /memory-status — diagnostic Read-only health check for Memplexor memory in the current project. ## Arguments - `--verbose` → include full file paths and tail snippets - `--json` → emit machine-readable JSON instead of markdown - `--help` → print usage + exit ## Step 1 — Probe artifacts Check existence: | Artifact | Check | |---|---| | `.claude/memory/` | dir exists | | `.claude/memory/context/CURRENT.md` | file exists | | `.claude/memory/progress/HISTORY.md` | file exists | | `.claude/memory/sessions/` | dir exists | | `.claude/skills/project-guidelines/SKILL.md` | file exists | ##...
Read-only health check for Memplexor memory in the current project.
--verbose → include full file paths and tail snippets--json → emit machine-readable JSON instead of markdown--help → print usage + exitCheck existence:
| Artifact | Check |
|---|---|
.claude/memory/ | dir exists |
.claude/memory/context/CURRENT.md | file exists |
.claude/memory/progress/HISTORY.md | file exists |
.claude/memory/sessions/ | dir exists |
.claude/skills/project-guidelines/SKILL.md | file exists |
^**Last updated:** in CURRENT.md^## lines in HISTORY.mdtail -n+1 HISTORY.md | grep '^## ' | tail -5.md files in sessions/sessions/ (by name = ISO timestamp)Plugin hooks are registered via ${CLAUDE_PLUGIN_ROOT}/hooks/hooks.json. Report
that hooks are "configured (plugin-level)" if the plugin is loaded — otherwise
warn.
Memory Status:
* Setup: complete | incomplete
* Current context: present, last updated <ts> | missing
* History entries: <N>
* Session notes: <N> (latest: <name>)
* Project guidelines skill: present | missing
* Hooks: configured | not detected
Recent history:
* <heading 1>
* <heading 2>
* ...
Recommended next action:
* No action needed. (if all present)
* Run /setup (if memory missing)
* Run /memory-refresh (if skill stale)
If --verbose: also dump file paths and the first 10 lines of CURRENT.md.
If --json: emit
{
"setup_complete": true,
"current_md": {"present": true, "last_updated": "<ts>", "path": "..."},
"history": {"entries": 12, "recent": ["...", "..."], "path": "..."},
"sessions": {"count": 5, "latest": "...", "dir": "..."},
"skill": {"present": true, "path": "..."},
"hooks": {"configured": true},
"recommendation": "none" | "run /setup" | "run /memory-refresh"
}
incomplete if any required artifact is missing.npx claudepluginhub krzemienski/memplexor --plugin memplexor/memory-statusDisplays Pensyve memory namespace statistics and health overview, including counts by type, known entities list, storage info, and next-step suggestions.