From matrix
Diagnoses Matrix plugin health by checking directory, database connection, config, hooks, code index, and repo detection. Auto-fixes issues like missing directories or invalid config. Use for 'matrix diagnostics' or troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/matrix:doctorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run comprehensive diagnostics on the Matrix plugin and automatically fix issues when possible.
Run comprehensive diagnostics on the Matrix plugin and automatically fix issues when possible.
The doctor will automatically attempt to fix:
Call the matrix_doctor tool with:
autoFix: true (default) - Attempt to fix issues automaticallyautoFix: false - Only run diagnostics without fixingIf the doctor finds issues that cannot be automatically fixed:
The tool returns a DoctorResult object containing:
healthy: boolean indicating overall healthchecks: array of diagnostic resultsenvironment: OS, Bun version, pathssuggestions: array of recommended actionsissueTemplate: pre-filled GitHub issue template (if issues found)npx claudepluginhub ojowwalker77/claude-matrix --plugin matrixRuns comprehensive diagnostics on Claude Code environment: plugins, settings, hooks, MCP servers. Identifies issues, supports --fix and --verbose.
This skill should be used when the user asks to "check my setup", "run diagnostics", "doctor", "health check", "verify my installation", "are my plugins working", "check plugin status", "what's broken", "fix my setup", "debug my environment", "check dependencies", "environment check", "troubleshoot setup", or invokes /midnight-expert:doctor. Provides comprehensive health reporting for the midnight-expert ecosystem — plugin installation, MCP servers, external tools, cross-plugin references, and NPM registry.
Displays Matrix memory statistics, scope breakdown, recent solutions, top performers, failures, warnings, and exports data as JSON using matrix_status, matrix_warn, and Write tools.