doctor

doctor is a skill for Claude Code from jerry7991/standup-ghost. It costs 75 tokens per session (743 once invoked), scanned A, original, MIT.

A diagnostic workflow for Standup Ghost, a tool that creates and posts daily standup reports from connected services.

In plain words
What is it for?
Checking enabled data sources and destinations, authentication, scheduled-job health, version changes, stored receipts, pending work, and recovery or pause state.
Why use it?
It identifies which configuration, connection, scheduler, runtime, or pending-work problem is stopping reports from being posted.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the standup-ghost plugin — 4 skills shipped together

Good fit Checking enabled data sources and destinations, authentication, scheduled-job health, version changes, stored receipts, pending work, and recovery or pause state.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jerry7991/standup-ghost/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 jerry7991/standup-ghost --skill doctor
Clone the repo
git clone --depth 1 https://github.com/jerry7991/standup-ghost

Made for: Claude Code.

Or install standup-ghost, the plugin that ships this one along with the rest of its 4 skills.

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 doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerry7991/standup-ghost/doctor.svg)](https://agentmods.dev/skills/jerry7991/standup-ghost/doctor)
Your own site
<a href="https://agentmods.dev/skills/jerry7991/standup-ghost/doctor"><img src="https://agentmods.dev/badge/skills/jerry7991/standup-ghost/doctor.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 743 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.
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.00075 $0.00743
Opus 5 $0.00037 $0.00371
Sonnet 5 $0.00015 $0.00149
Haiku 4.5 $0.00007 $0.00074

Measured 7d ago against content hash 3de3f577012f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

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 7d 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/doctor/SKILL.md · 25 lines

How it starts

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

Standup Ghost — doctor

Read-only except where it says so. Output: ONE table (component / status ✅⚠️❌ / remediation), then details only for non-green rows.

Probes

  1. Config parses; required keys per enabled card (requires-config) present. Setup state — anything below live ⇒ "setup incomplete at : <what's next>".
  2. Sources & sinks — run each enabled card's Probe section. For flavor-variant cards, RE-RESOLVE (probe both candidate tool sets via ToolSearch); if the resolved flavor changed, update config.flavors and say 🔧 healed. Unreviewed cards in play ⇒ flag distinctly.
    • Allowlist sanity (silent-failure class): run node lib/allowlist.js and confirm it lists the MCP tools of every enabled MCP-backed card. If it emits core tools only, the runner can't call Slack/Jira/Calendar and fails silently (file sink still receipts). Cause = cards dir not found; fix = STANDUP_GHOST_CARDS_DIR/defaultCardsDir resolving <runtime>/cards.
    • Connector liveness: claude mcp list — any claude.ai connector at "Needs authentication" that an enabled card needs ⇒ ❌ with "open Claude Code → /mcp to re-auth "; it can't self-re-auth headless.
  3. Scheduler liveness (the no-run failure class — nothing else can see it):
    • Jobs loaded: attempt launchctl print gui/$(id -u)/com.standup-ghost.daily (+ .watchdog); on managed deny, hand the user the command and parse pasted output.
    • Plists present in ~/Library/LaunchAgents/ and content matches a fresh render (schedule drift ⇒ offer regenerated paste).
    • Last-receipt age vs behavior.alarm_threshold_days (a skipped receipt counts as alive — pause/absence days are honest liveness).
  4. Runtime version drift: ~/.local/share/standup-ghost/runtime/VERSION vs the installed plugin's plugin.json (via plugin-root pointer; refresh the pointer if the plugin moved). On drift ⇒ offer resync: BEFORE copying, show the old-vs-new generated allowlist diff; if it WIDENS, require explicit confirmation (a widened tool grant must never ride a routine update silently). Resync = recopy bundle + VERSION.
  5. State health: state-corrupt marker ⇒ show the quarantined file, offer rebuild (inspect quarantine, restore receipts it can prove, then clear the marker — delivery stays held until cleared). Pending backlog ⇒ per-day/per-sink table; ≥ threshold is loud.
  6. Pause: pause sets the marker (runs write skipped receipts — no alarms while away); resume clears it.

Read the full file on GitHub · 25 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. 7d ago First seen · 25 lines · 75 tokens per session scan A 3de3f577012f

Subscribe to this mod's changes

doctor is a skill published in the GitHub repository jerry7991/standup-ghost (2 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 743 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

unravel

Systematic debugging with a mandatory hypothesis preflight — no code changes before evidence; one change at a time, then a regression test. Use for any bug, test failure, or unexpected behavior.

Alexander-Tyagunov/magician · 43 tokens

autopsy

Blameless post-mortem / RCA — gathers facts, reconstructs a timeline, runs 5-Whys, defines action items, and writes a post-mortem for review. Use after an incident or outage.

Alexander-Tyagunov/magician · 49 tokens

accelerate

Systematic performance profiling and optimization with a mandatory baseline-first gate — measure before changing, re-measure after. Use when something is slow or you need to hit a latency/throughput target.

Alexander-Tyagunov/magician · 42 tokens

bug-triage

Investigate a Jira bug from its key to a root-cause verdict — classify bug-vs-feature, fan out read-only Explore agents across the repo, adversarially confirm the cause, and write a tasks/ -triage.md artifact a lean fix-planner can pick up. Orchestration only; read-only, never touches Jira, stops at verdict +…

shashankreddy509/claude-tdd-kit · 163 tokens

mk:jira-analyst

Full Jira ticket context analysis via the jira-analyst agent — including media (attached images / PDFs / screenshots) and linked issues. Produces structured findings suitable for posting back as a Jira comment. Read-only. Triggers: 'analyze KEY', 'rca for KEY', 'describe KEY with media'. NOT for complexity scoring…

ngocsangyem/MeowKit · 93 tokens

prove-pre-existing

Prove whether a build, compile, or test failure is caused by YOUR change or was already broken — by stashing your edits, re-running, and comparing. Read-only verdict; fixes nothing. Use when a build/test fails and the question is "is this my fault or pre-existing", or before blaming your diff. Triggers: is this my…

shashankreddy509/claude-tdd-kit · 105 tokens