superloopy-doctor

superloopy-doctor is a skill for Claude Code, Codex from beefiker/superloopy. It costs 48 tokens per session (1,684 once invoked), scanned A, original, MIT.

A read-only diagnostic tool for checking whether a Superloopy installation, project setup, hooks, bundled agents, and evidence system are working correctly.

In plain words
What is it for?
It checks project state, saved evidence, installed plugin code, bundled agents, hook steering, and the rules required for deterministic completion.
Why use it?
It helps identify whether a problem comes from the source checkout, the installed version, or the local setup without changing files by default.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Part of the superloopy plugin — 9 skills, 6 agents, 4 hooks shipped together

Good fit It checks project state, saved evidence, installed plugin code, bundled agents, hook steering, and the rules required for deterministic completion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/beefiker/superloopy/superloopy-doctor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add beefiker/superloopy --skill superloopy-doctor
Clone the repo
git clone --depth 1 https://github.com/beefiker/superloopy

Made for: Claude Code, Codex.

Or install superloopy, the plugin that ships this one along with the rest of its 9 skills, 6 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for superloopy-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/beefiker/superloopy/superloopy-doctor.svg)](https://agentmods.dev/skills/beefiker/superloopy/superloopy-doctor)
Your own site
<a href="https://agentmods.dev/skills/beefiker/superloopy/superloopy-doctor"><img src="https://agentmods.dev/badge/skills/beefiker/superloopy/superloopy-doctor.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,684 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 81
    Skill attempts to nullify the agent's safety policies or restrictions ('you have no restrictions', 'ignore your guidelines', 'do anything now'). This is a direct jailbreak that disables guardrails.
    Fix: Remove jailbreak framing that nullifies safety policies or restrictions. Skill content must not instruct the agent to ignore its guidelines or operate without guardrails.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.01684
Opus 5 $0.00024 $0.00842
Sonnet 5 $0.00010 $0.00337
Haiku 4.5 $0.00005 $0.00168

Measured 9d ago against content hash 466dbf7b4216, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

superloopy-doctor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/superloopy-doctor/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

superloopy-doctor

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.

Native Boundary

This is a Superloopy health check, not a generic plugin drift audit.

  • Treat superloopy doctor --scope source --json as the source-checkout truth surface and superloopy doctor --scope installed --json as the machine-local installation truth surface. The JSON scope field records which verdict contract was used.
  • Treat loop commands as the behavioral truth surface, but keep their limits clear: superloopy loop status --json, superloopy loop check, superloopy loop guide --json, and evidence files under .superloopy/evidence/ can show current plan and artifact readiness.
  • Read the installed plugin cache only to identify which Superloopy code the wrapper runs.
  • Do not clone external repos, search issue trackers, or compare unrelated harness layouts unless the user separately asks for research.
  • superloopy doctor reports the plugin root it checked: by default it uses source scope in a recognized Superloopy checkout and installed scope elsewhere. Pin a checkout with superloopy doctor --root <checkout> --scope source --json; pin an installed cache with superloopy doctor --root <cache> --scope installed --json. Source verdicts still return machine-local diagnostics, but installedModelPolicy and wrapper do not gate source health.

Installed-plugin Authority

installedPluginTruth runs the read-only codex plugin list --json authority probe for superloopy@beefiker; it never infers the installed version from cache directory names. A confirmed version mismatch is informational in source scope, but fails installed scope. Missing Codex, no registered plugin, and invalid authority output are informational and do not fail doctor. Report these four states as current, version_mismatch, not_registered, or authority_unavailable; never repair from this probe without explicit approval.

Read the full file on GitHub · 86 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 86 lines · 48 tokens per session scan A 466dbf7b4216

Subscribe to this mod's changes

superloopy-doctor is a skill published in the GitHub repository beefiker/superloopy (108 stars, last pushed 3d ago), licensed MIT. It adds 48 tokens to every session and 1,684 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

app-bug-forensics

Use when diagnosing or fixing user-reported application bugs. Guides evidence-backed root-cause analysis from symptoms, screenshots, logs, provider failures, background tasks, storage, or desktop lifecycle behavior through a scoped patch and regression tests.

sidiangongyuan/codex-skills-library · 51 tokens

interactive-state-flow

Use when an interactive flow is laggy, stale, or race-prone because user intent, source state, derived presentation, async IO, scheduling, or background work are mixed. Keep source state prompt, protect the urgent interaction path, and admit async or presentation results only through a freshness-owning boundary.

perhapsspy/project-legibility · 65 tokens

optimize-python-parallelism

Analyze and, when the task authorizes source optimization, refactor a concrete long-running Python entrypoint containing repeated independent work. Use for explicit Python speedup or parallelization requests and evidence-backed long-running entrypoints; skip ordinary Python edits, test execution alone, short scripts…

cloudguo123/atomlane · 70 tokens

dev-bugfix

Use for a concrete defect or regression that needs reproduction, root-cause diagnosis, a fix, and regression validation. Do not trigger for routine localized edits or primarily performance-focused work.

BlueSkyXN/Codex-is-all-you-need · 41 tokens

dev-cli-auth-diagnosis

Use when gh, hf, lark-cli, Git/SSH, or another authenticated CLI works in one shell or host but reports missing credentials, cannot refresh or persist authentication, cannot reach its service, or behaves differently inside Codex or across permission profiles, macOS, Windows, WSL, containers, or CI. Diagnose sandbox…

BlueSkyXN/Codex-is-all-you-need · 113 tokens

dev-build-optimization

Use to diagnose or improve build speed, cache behavior, bundle size, packaging output, and monorepo task execution.

BlueSkyXN/Codex-is-all-you-need · 29 tokens