Megamaid Doctor banner
whiffernet whiffernet

Megamaid Doctor

Development community

Description

--- description: Report megamaid install health — venv state, MCP connectivity, and the last bootstrap failure. --- Diagnose the megamaid installation and report what you find. Do not change anything. 1. Read the plugin version: ```bash cat "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json" ``` 2. Check the bootstrapped venv and whether its stamp matches that version: ```bash ls -la "${MEGAMAID_STATE_DIR:-$HOME/.local/state/megamaid}/venv/bin" 2>&1 | head cat "${MEGAMAID_S

Installation

Installs to ~/.claude/skills/whiffernet-megamaid-megamaid-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/whiffernet-megamaid-megamaid-doctor && curl -fsSL https://raw.githubusercontent.com/whiffernet/megamaid/HEAD/commands/megamaid-doctor.md -o ~/.claude/skills/whiffernet-megamaid-megamaid-doctor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository