From muggle
Check health of the Muggle AI installation. Use when user types muggle status, asks for Muggle health, MCP health, or auth validity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/muggle:muggle-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a full health check and report results.
Run a full health check and report results.
Electron app — read ~/.muggle-ai/electron-app/ to find the installed version directory. Read .install-metadata.json to get version and checksum. Verify the binary exists at the expected path. On macOS, check code signing with spctl --assess --verbose.
MCP server — call muggle-local-check-status to verify the server is responsive. Report auth state (authenticated, email, token expiry).
Authentication — call muggle-remote-auth-status. Report whether credentials are valid and when they expire.
Muggle AI — Status
Electron app [pass/fail] version, binary status
MCP server [pass/fail] responsive, auth state
Authentication [pass/fail] user, expiry
[All systems operational / Issues found — run /muggle:muggle-repair to fix.]
Use pass/fail indicators for each check. If any check fails, tell the user to run /muggle:muggle-repair.
npx claudepluginhub multiplex-ai/muggle-ai-works --plugin muggleaiPerforms fast pre-flight health checks on Grainulator MCP servers (wheat, mill, silo). Reports status table and provides exact fix commands for failures. Use before sessions to prevent disconnections.
Runs plugin health checks verifying venv packages and skill registration. Reports status with fix commands for missing or outdated dependencies.
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.