From wayfind
Run Wayfind health check — validates hooks, state files, backup status, and memory file sizes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wayfind:doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a health check on the memory system.
Run a health check on the memory system.
wayfind doctor
If the CLI is installed, its built-in doctor command handles everything. Present the output and stop.
If the CLI is not found, perform the checks manually using Steps 2-3 below.
Use the Read tool (not Bash) for file checks. Use Glob for file discovery.
~/.claude/settings.json. Check if it contains "check-global-state" or if the wayfind plugin is installed (plugin hooks handle this automatically).~/.claude/global-state.md. Check the "Last updated" line near the top.~/.claude/.backup-last-push. If the file doesn't exist, report "Backup not configured."~/repos/**/.claude/state.md and ~/repos/**/.claude/team-state.md files. Report each with its parent repo name.~/.claude/memory/*.md. For each file, read it and check if it's unusually large (mention if content seems over ~200 lines). Also count journal files in ~/.claude/memory/journal/.Report in this format:
npx claudepluginhub usewayfind/wayfind --plugin wayfindDiagnoses ClaudeMemory installation and configuration issues. Checks database, schema, hooks, CLAUDE.md, snapshot, MCP server, and ingest activity.
Shows memory system health: working memory word counts/open loops, daily logs/registers/archive stats, stale/superseded entries, hooks status, with recommendations.
Shows the Basic Memory plugin's current state for a project: active project, capture folders, output style, recent session checkpoints, and CLI reachability.