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.
git clone --depth 1 https://github.com/BitYoungjae/marketplaceWrote 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.
[](https://agentmods.dev/commands/bityoungjae/marketplace/doctor)<a href="https://agentmods.dev/commands/bityoungjae/marketplace/doctor"><img src="https://agentmods.dev/badge/commands/bityoungjae/marketplace/doctor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/bityoungjae/marketplace/doctor"><img src="https://agentmods.dev/badge/commands/bityoungjae/marketplace/doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00024 | $0.02658 |
| Opus 5 | $0.00012 | $0.01329 |
| Sonnet 5 | $0.00005 | $0.00532 |
| Haiku 4.5 | $0.00002 | $0.00266 |
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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 421 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Health Check Command
Context
- Project files: !
ls -la plan.md task.md persona.md project-context.md CLAUDE.md 2>/dev/null || echo "Some files missing" - Docs directory: !
ls -d docs 2>/dev/null && ls docs/*.md 2>/dev/null | wc -l || echo "0 docs"
Output Language
Look at the existing project files (plan.md, task.md, persona.md, etc.) and infer the learner's language. Output all messages in that language. If unclear, default to English.
Arguments
| Argument | Description |
|---|---|
| (none) | Interactive mode - prompt for each fix |
--auto |
Auto-fix with sensible defaults (no prompts) |
--check |
Report only, no fix prompts (for CI) |
Task
Diagnose project structure and interactively fix issues found.
Step 1: Check Required Files (Category 1)
Check the existence of these files:
| File | Level | Action if Missing |
|---|---|---|
plan.md |
ERROR | Must fix - project cannot function |
task.md |
ERROR | Must fix - progress tracking impossible |
persona.md |
WARN | Recommended for consistent voice |
project-context.md |
WARN | Recommended for research context |
CLAUDE.md |
WARN | Recommended for session continuity |
For ERROR level (plan.md, task.md missing)
If $ARGUMENTS contains "--check":
- Report the error and continue
If $ARGUMENTS contains "--auto":
- Suggest running
/init
Otherwise, use AskUserQuestion:
questions: [
{
question: "{filename} not found. How would you like to fix this?",
header: "Missing",
multiSelect: false,
options: [
{
label: "Run /init (Recommended)",
description: "Initialize complete project structure"
},
{
label: "Create empty template",
description: "Create minimal file structure"
},
{
label: "Skip for now",
description: "Continue without fixing"
}
]
}
]
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.
- 10d ago First seen · 421 lines · 24 tokens per session scan A efec33cb5876
doctor is a command published in the GitHub repository BitYoungjae/marketplace (6 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 2,658 once invoked, about $0.0001 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.
Other commands, from other repositories
bug-report
Draft a bug report issue for lean4-skills.
triage
Query open Node bugs, classify by priority and sub-team, suggest assignments, and generate a triage summary.
speckit.companion.doctor
Report on a spec's run health — unfinished steps, unjournaled tasks, step bleed, drift you can judge, a step that closed having verified nothing, a step that closed without the file it promised, and why completion did not land (read-only, retroactive, never halts).
harvest-errors
Analyze the latest test262 run results, cross-reference with existing issues, and create new issues for unaddressed error patterns.
postmortem
Deliver a structured post-mortem after incidents, mistakes, or stuck sessions. Use when the user requests a structured post-mortem after incidents, mistakes, or stuck sessions.
harness:maintenance-pipeline
On-demand, report-first maintenance sweep — runs overdue checks via harness maintenance run, triages findings, and asks the human in plain text before dispatching any fix.