Home / okisdev / claude-code-fusion · plugins/fusion/skills/doctor/SKILL.md · GitHub

doctor skillB

doctor is agent-read markdown (skill) from okisdev/claude-code-fusion: Audits the orchestration setup without changes for model drift, stale pins, and environment overrides. Use when routing behaves oddly, after a CLI upgrade, or when model drift is suspected..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

Audit the orchestration setup and report findings as a short checklist with a clear verdict per item.

Environment overrides captured at invocation:

- CLAUDE_CODE_SUBAGENT_MODEL: !`sh -c 'printenv CLAUDE_CODE_SUBAGENT_MODEL || echo "(unset)"'`
- ANTHROPIC_MODEL: !`sh -c 'printenv ANTHROPIC_MODEL || echo "(unset)"'`
- ANTHROPIC_DEFAULT_HAIKU_MODEL: !`sh -c 'printenv ANTHROPIC_DEFAULT_HAIKU_MODEL || echo "(unset)"'`
- ANTHROPIC_DEFAULT_FABLE_MODEL: !`sh -c 'printenv ANTHROPIC_DEFAULT_FABLE_MODEL || echo "(unset)"'`

Checks to perform:

1. A set CLAUDE_CODE_SUBAGENT_MODEL can silently override every agent model pin (Claude Code behavior as observed on 2.1.x); flag it as a problem unless the user says it is deliberate.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add okisdev/claude-code-fusion/doctor@git:20260914.7162c29
Exact content
mdr add okisdev/claude-code-fusion/doctor@sha256:e414c66b8d0f89df

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pq4cnznymjloqj5b.svg)](https://markdownregistry.com/a/art_pq4cnznymjloqj5b)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260914.7162c29 latest2026-09-14 7162c29 18,969 BB view · diff
git:20260905.61980452026-09-05 6198045 18,193 BB view · diff
git:20260813.2cf25d92026-08-13 2cf25d9 17,895 BB view · diff
git:20260807.d13beb62026-08-07 d13beb6 17,895 BB view · diff
git:20260801.51a49fa2026-08-01 51a49fa 17,452 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No instruction to read or print local credentials (matched: Read denies cover `auth.json`, `mcp_credentials.json)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (18969 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

okisdev/claude-code-fusion · 3 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pq4cnznymjloqj5b
GET https://markdownregistry.com/api/v1/resolve?ref=okisdev/claude-code-fusion/doctor
GET https://markdownregistry.com/api/v1/blob/e414c66b8d0f89df87fe0bd65e11967043937f742b779968b50f033a43004036

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from okisdev/claude-code-fusion

adversarial-review skill
okisdev/claude-code-fusion · plugins/codex/skills/adversarial-review/SKILL.md · Runs a read only Codex review that challenges implementation and design decisions. Use when preparing to merge a…
git:20260722.ded22f9 · audit A · 3 stars
cancel skill
okisdev/claude-code-fusion · plugins/codex/skills/cancel/SKILL.md · Cancels an active Codex job. Use when a running job must be stopped.
git:20260718.2e5dcfa · audit A · 3 stars
codex-cli-runtime skill
okisdev/claude-code-fusion · plugins/codex/skills/codex-cli-runtime/SKILL.md · Internal contract for invoking the Codex companion runtime.
git:20260914.ac8a355 · audit A · 3 stars
codex-result-handling skill
okisdev/claude-code-fusion · plugins/codex/skills/codex-result-handling/SKILL.md · Internal contract for returning Codex companion output without alteration.
git:20260728.b1e1ae6 · audit A · 3 stars
history skill
okisdev/claude-code-fusion · plugins/codex/skills/history/SKILL.md · Lists canonical local Codex companion history with resumable thread IDs. Use when resuming or auditing past Codex work.
git:20260718.2e5dcfa · audit A · 3 stars
rescue skill
okisdev/claude-code-fusion · plugins/codex/skills/rescue/SKILL.md · Forwards a request to the Codex rescue agent without exposing arguments to a shell. Use when Fusion routing or the user…
git:20260728.b1e1ae6 · audit A · 3 stars
result skill
okisdev/claude-code-fusion · plugins/codex/skills/result/SKILL.md · Shows or waits for a stored Codex job result. Use when collecting a background Codex job named by ID.
git:20260718.2e5dcfa · audit A · 3 stars
review skill
okisdev/claude-code-fusion · plugins/codex/skills/review/SKILL.md · Runs a read only Codex review of local Git state. Use when the user wants Codex to review uncommitted or branch changes.
git:20260722.ded22f9 · audit A · 3 stars
setup skill
okisdev/claude-code-fusion · plugins/codex/skills/setup/SKILL.md · Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after…
git:20260718.2e5dcfa · audit A · 3 stars
status skill
okisdev/claude-code-fusion · plugins/codex/skills/status/SKILL.md · Shows active and recent Codex jobs. Use when asked what Codex is doing or whether a job is still running.
git:20260718.2e5dcfa · audit A · 3 stars
task skill
okisdev/claude-code-fusion · plugins/codex/skills/task/SKILL.md · Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or…
git:20260728.b1e1ae6 · audit A · 3 stars
config skill
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
git:20260802.7b9a0cd · audit A · 3 stars

Every file in okisdev/claude-code-fusion

Other files named doctor

doctor skill
alsk1992/cloddsbot · src/skills/bundled/doctor/SKILL.md · System health diagnostics and troubleshooting
git:20260130.78e49cb · audit A · 2,830 stars
doctor skill
blackbelttechnology/pi-agent-dashboard · packages/extension/.pi/skills/doctor/SKILL.md · Diagnose why pi-flows, the Anthropic-messages bridge, model resolution, a pi install, a peer, a plugin/bridge, or a…
git:20260808.a09cef5 · audit A · 299 stars
doctor skill
yonatangross/orchestkit · src/skills/doctor/SKILL.md · OrchestKit doctor for health diagnostics across manifest integrity, hook configuration, skill validation, agent…
v3.3.0 · audit A · 283 stars
doctor skill
yonatangross/orchestkit · plugins/ork/skills/doctor/SKILL.md · OrchestKit doctor for health diagnostics across manifest integrity, hook configuration, skill validation, agent…
v3.3.0 · audit A · 283 stars
doctor skill
agenttoolkit/altk-evolve · platform-integrations/claw-code/plugins/evolve-lite/skills/evolve-lite/doctor/SKILL.md · Diagnose evolve health on Claude — verify the CLAUDE.md @import is actually loading the thin EVOLVE.md into sessions
git:20260625.6f2bfc0 · audit A · 116 stars
doctor skill
agenttoolkit/altk-evolve · platform-integrations/claude/plugins/evolve-lite/skills/evolve-lite/doctor/SKILL.md · Diagnose evolve health on Claude — verify the CLAUDE.md @import is actually loading the thin EVOLVE.md into sessions
git:20260625.6f2bfc0 · audit A · 116 stars
doctor skill
crisandrews/clawcode · skills/doctor/SKILL.md · Run diagnostic checks on the agent workspace. Triggers on /agent:doctor, "diagnóstico", "diagnostico", "doctor"…
git:20260611.9d7ac6a · audit A · 62 stars
doctor skill
qwerfunch/cladding · plugins/antigravity/skills/doctor/SKILL.md · Diagnose Cladding runtime health — Claude Code hook liveness and version, CI package pinning, lifecycle governance, and…
git:20260905.d56eea5 · audit B · 16 stars

Browse by kind, by grade B, or by owner.