nyann:doctor

nyann:doctor is a command for coding agents from thettwe/nyann. It costs 61 tokens per session (687 once invoked), scanned A, original, MIT.

A read-only repository hygiene and documentation audit. It reports missing or incorrectly configured files, commit-message issues, documentation problems, and available GitHub protection checks.

In plain words
What is it for?
Use it when starting work, in continuous integration, or whenever you want to check a repository's setup and documentation.
Why use it?
It shows where a repository differs from its expected standards without changing files or offering automatic fixes.

Command

Part of the nyann plugin — 41 skills, 41 commands, 3 hooks shipped together

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.

agentmods
npx agentmods add commands/thettwe/nyann/doctor
Clone the repo
git clone --depth 1 https://github.com/thettwe/nyann

Or install nyann, the plugin that ships this one along with the rest of its 41 skills, 41 commands, 3 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 nyann:doctor

README.md
[![agentmods](https://agentmods.dev/badge/commands/thettwe/nyann/doctor.svg)](https://agentmods.dev/commands/thettwe/nyann/doctor)
Your own site
<a href="https://agentmods.dev/commands/thettwe/nyann/doctor"><img src="https://agentmods.dev/badge/commands/thettwe/nyann/doctor.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 687 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00061 $0.00687
Opus 5 $0.00030 $0.00344
Sonnet 5 $0.00012 $0.00137
Haiku 4.5 $0.00006 $0.00069

Measured 5d ago against content hash 86d19e90b459, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

nyann: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 5d 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.

commands/doctor.md · 70 lines

How it starts

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

Plugin root: This is a Claude Code plugin, NOT a CLI tool. Do NOT search via which, npm list, pip list, or brew list. This file is at <plugin_root>/commands/. All scripts: <plugin_root>/bin/. Read the matching skills/*/SKILL.md for the full flow.

/nyann:doctor

Wraps bin/doctor.sh --target <cwd> --profile <name>.

Output is a three-section drift report plus DOCUMENTATION and GITHUB PROTECTION blocks:

MISSING:                  files the profile expects but the repo lacks
MISCONFIGURED:            files present but content short of expectations
NON-COMPLIANT HISTORY:    last N commit subjects that don't match Conventional
                          Commits (informational only — no rewrite offered)

DOCUMENTATION:
  ✓/⚠/✗ CLAUDE.md size against budget
  ✓/✗  internal link resolution
  ⚠    MCP links needing connector verification (skill-layer)
  ✓/⚠  orphan detector on docs/ + memory/

GITHUB PROTECTION:        (when gh is reachable; soft-skips otherwise)
  ✗ branches/<name>: required_reviews, required_checks, …
  ✗ tags: pattern_present, blocks_force_push, …
  ✗ codeowners: file-missing-but-required, file-present-but-gate-off
  ✗ security: dependabot_alerts, secret_scanning, …

Exit codes:

Code Meaning
0 clean — no drift
4 warnings only (misconfigured, non-compliant history, orphans, CLAUDE.md warn/absent, soft protection drift)
5 critical (missing hygiene files, broken internal links, CLAUDE.md hard-cap error, missing branch/tag protection on a strategy-declared branch)

When to invoke

  • "is this project healthy?" / "check hygiene" / "audit docs" → run this.
  • User asks to fix drift → this finishes, then dispatch to /nyann:retrofit for remediation. doctor never fixes.

Flags the skill layer forwards

  • --profile <name> override the active profile for this run.
  • --json emit the DriftReport JSON; useful for scripting.

See also:

  • /nyann:retrofit — the remediation path once drift is confirmed.
  • /nyann:bootstrap — full setup from scratch.

Read the full file on GitHub · 70 lines

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. 5d ago First seen · 70 lines · 61 tokens per session scan A 86d19e90b459

Subscribe to this mod's changes

nyann:doctor is a command published in the GitHub repository thettwe/nyann (6 stars, last pushed 6d ago), licensed MIT. It adds 61 tokens to every session and 687 once invoked, about $0.0003 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-31.