From superloopy
Diagnoses Superloopy install and bootstrap health: wrapper, plugin cache, hook wiring, bundled agents, evidence floor, and stale versions. Read-only by default.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superloopy:superloopy-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SUPERLOOPY DOCTOR ENABLED
SUPERLOOPY DOCTOR ENABLED
Use this skill to prove whether a local Superloopy surface can support the Superloopy loop: repo-local .superloopy/ state, artifact-backed evidence under .superloopy/evidence/, bundled crew agents, hook steering, and the deterministic completion floor. It is read-only by default. Do not mutate plugin config, wrappers, agents, caches, or source files unless the user explicitly asks for repair after seeing the report.
This is a Superloopy health check, not a generic plugin drift audit.
superloopy doctor --json as the primary truth surface.superloopy loop status --json, superloopy loop check, superloopy loop guide --json, and evidence files under .superloopy/evidence/ can show current plan and artifact readiness.superloopy doctor reports the plugin root it checked: by default it uses the current directory when that is a Superloopy checkout, otherwise it checks the installed CLI root. Use superloopy doctor --root <checkout-or-cache> --json when you need to pin the target explicitly.pwd, git rev-parse --show-toplevel when it is a checkout, and the installed plugin cache path when the wrapper points into one.command -v superloopy, which -a superloopy, and the wrapper text or symlink target.codex plugin list --json when Codex is available; use it only to locate superloopy@beefiker and its version.superloopy doctor --json and record the reported root. If the wrapper is missing or stale, run node src/cli.js doctor --root <checkout-or-cache> --json from the checkout or installed cache being evaluated.skills, fileAudit, reviewability, dispatchCoherence, hostContract, modelPolicy, and claudeHostWiring.superloopy loop status --json if a plan exists, otherwise note "no active plan" instead of creating one. Use superloopy loop check only to validate trace/artifact readiness for an existing plan; read-only diagnosis cannot prove completion safety because it does not re-run recorded commands. If the user asks whether completion is actually safe, point at the real gates: superloopy loop review, superloopy loop checkpoint, or superloopy loop finish.franky, zoro, usopp, jinbe, robin, and nami; judge by files and doctor checks, not by role labels alone.PASS: wrapper/cache/checkout, superloopy doctor --json, and relevant loop/evidence surfaces agree within read-only limits.WARN: Superloopy can run, but a wrapper points at an older cache, no active plan exists for loop readiness, read-only mode cannot prove completion safety, host behavior is advisory only, or manual evidence cannot be command-replayed.FAIL: doctor named checks fail, wrapper is absent or points at the wrong root, required agents are missing, .superloopy/ state is corrupt, or the deterministic completion floor cannot be evaluated.Recommend repair commands only after the read-only report explains the failure:
codex plugin marketplace upgrade beefiker.codex plugin add superloopy@beefiker.node src/cli.js install --json.node src/cli.js install --force --json.Never run install --force, plugin remove, marketplace remove, cache deletion, or wrapper deletion without explicit user approval.
Superloopy doctor report
Summary: <healthy/degraded/broken in one sentence>
| Check | Verdict | Evidence |
| --- | --- | --- |
| Command wrapper | PASS/WARN/FAIL | <path, target, cache or checkout root> |
| Doctor checks | PASS/WARN/FAIL | <ok=true or failing check names> |
| Evidence floor | PASS/WARN/FAIL | <.superloopy/evidence/, loop check/status readiness, or "completion safety requires the real gate"> |
| Crew install | PASS/WARN/FAIL | <agent files and dispatchCoherence evidence> |
| Host limits | PASS/WARN/FAIL | <hostContract/claudeHostWiring evidence> |
| Reviewability/native boundary | PASS/WARN/FAIL | <reviewability/fileAudit/designAudit evidence> |
Recommended repair:
- <exact command or "none">
superloopy doctor --json prove it.superloopy loop check alone; those are read-only readiness signals. Completion safety requires the real gate path (superloopy loop review, superloopy loop checkpoint, or superloopy loop finish) because those gates re-derive command-backed criteria.npx claudepluginhub beefiker/superloopy --plugin superloopyGuides tasks through a strict-evidence loop with durable progress tracking, criteria verification, and artifact-backed completion. Active when users mention Superloopy, loopywork, lpy, or loop harness.
Runs health checks on a learning-loop installation, presents issues with severity, and offers per-fix remediation with auto-runnable or manual options. Re-runs each check after fixing to confirm resolution.
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.