rami-doctor

rami-doctor is a skill for Claude Code from rami-code-review/claude-code-marketplace. It costs 83 tokens per session (1,174 once invoked), scanned B, original, no licence file.

A read-only health check for a Rami installation. It checks authentication, GitHub App coverage, usage quota, and plugin version, then shows a checklist with fixes.

In plain words
What is it for?
Use it to verify a Rami install, diagnose setup problems, or check its current access, quota, and version.
Why use it?
It helps find why Rami is not set up or working without changing the installation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rami plugin — 7 skills, 6 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to verify a Rami install, diagnose setup problems, or check its current access, quota, and version.

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

Made for: Claude Code.

Or install rami, the plugin that ships this one along with the rest of its 7 skills, 6 commands, 1 agent, 1 hook, 1 MCP server.

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 rami-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/rami-code-review/claude-code-marketplace/rami-doctor/github.svg)](https://agentmods.dev/skills/rami-code-review/claude-code-marketplace/rami-doctor)
Your own site
<a href="https://agentmods.dev/skills/rami-code-review/claude-code-marketplace/rami-doctor"><img src="https://agentmods.dev/badge/skills/rami-code-review/claude-code-marketplace/rami-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.

agentmods 80×15 button for rami-doctor

Your own site · 80×15
<a href="https://agentmods.dev/skills/rami-code-review/claude-code-marketplace/rami-doctor"><img src="https://agentmods.dev/badge/skills/rami-code-review/claude-code-marketplace/rami-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,174 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00083 $0.01174
Opus 5 $0.00042 $0.00587
Sonnet 5 $0.00017 $0.00235
Haiku 4.5 $0.00008 $0.00117

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

Security

Grade B, and why

rami-doctor scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Skip this check outside Codex. Read `~/.codex/config.toml` and look for `[mcp_servers.rami.tools.get_review_results]` with `approval_mode = "approve"`.
plugins/rami/skills/rami-doctor/SKILL.md · 87 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 Changed · -1 lines ca436f187763
  2. 9d ago First seen · 88 lines · 83 tokens per session scan B 499434b6c168

Subscribe to this mod's changes

rami-doctor is a skill published in the GitHub repository rami-code-review/claude-code-marketplace (0 stars, last pushed today), with no licence file. It adds 83 tokens to every session and 1,174 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

senior-engineering-partner

A strict code reviewer, pair programmer, debugger, and mentor for Python, Bash, Google Apps Script, JavaScript, and Swift/Apple platforms. Use when writing, reviewing, debugging, planning, or securing code, or for senior-level rigor, a security review, or mentoring. Mode triggers — REVIEW: (critique + refactor)…

bjgreenberg/senior-engineering-partner · 244 tokens

bug-finder

Hunt for one real, previously unreported defect and file it as a well-evidenced ticket — proactive discovery, not reactive diagnosis. INVOKE when asked to sweep code for bugs or hunt risky areas, and when /sonu:factory runs a bug-hunt pass. A known symptom is [[debugging]]; a pending diff is [[self-review]]. It files…

PrabhdeepSingh/claude-plugins · 94 tokens

yolo-debug

Use when a reported problem, failure, or bug needs a systematic root-cause investigation — reproduce → isolate → fix → verify — recorded as one durable artifact. Triggers on "fix the 500 on login", "X is broken", "why is Y failing?", "debug this", "track down this bug".

CoriChui/yolo · 68 tokens

refactoring-patterns

Code refactoring patterns with before/after diffs for extract method, extract class, inline, move, rename, dead code removal, dependency injection, and code smell detection.

medy-gribkov/arcana · 40 tokens

blast-radius

Enumerate the full impact set of a symbol before or during a change — every reference, caller, implementation/subtype, and reverse import — plus an explicit list of what could NOT be resolved (dynamic dispatch, reflection, generated code). Use before touching a shared / exported / widely-imported symbol, before an…

jhlee0409/omni-harness-kit · 121 tokens

bug-sweep

Codebase bug hunt — find and fix AI-fixable bugs, defer the rest.

dbc-oduffy/coordinator-claude · 22 tokens