Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install multiplex-ai-muggle-ai-works-plugin-skills-muggle-repairgit clone https://github.com/multiplex-ai/muggle-ai-works.gitcp muggle-ai-works/SKILL.MD ~/.claude/skills/multiplex-ai-muggle-ai-works-plugin-skills-muggle-repair/SKILL.md--- name: muggle-repair description: Diagnose and fix a broken Muggle AI installation. Use when user types muggle repair or asks to fix Muggle Test setup. --- # Muggle Test Repair > Telemetry first step: see [`_shared/telemetry-emit.md`](../_shared/telemetry-emit.md). Use `skillName: "muggle-repair"`. Automatically diagnose and fix broken components. ## Steps 1. Run the same checks as `/muggle:muggle-status` to identify what is broken. 2. If everything passes, report: "Nothing to repair — installation looks healthy." 3. For each failing component: - **Electron app missing or corrupt** — run `muggle setup --force` to re-download. - **Authentication expired or invalid** — run `muggle-remote-auth-login` to re-authenticate. - **MCP server unresponsive** — report the error and suggest restarting the session. 4. Run status checks again to confirm all components are healthy. 5. Report what was repaired. ## Output Show before/after status for each repaired component. If repair fails, report the error with enough context for the user to investigate.