med-guide: Skill for Claude Code

.agents/skills/medgemma-assistant/SKILL.md

medgemma-assistant is a skill for Claude Code, Codex from burakcanpolat/med-guide. It costs 49 tokens per session (716 once invoked), scanned A, original, MIT.

A medical-assistance skill that explains lab results, possible medicine interactions, symptoms, and medical reports in everyday language.

In plain words
What is it for?
Use it to review test values, check medicines against other medicines or foods, describe symptoms, or understand a medical report.
Why use it?
It helps turn medical information into clearer explanations and highlights questions or follow-up steps to discuss with a doctor.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is burakcanpolat/med-guide's own configuration. It tells Claude Code and Codex how to work on med-guide itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything med-guide configures →

Reuse

Borrowing it

Nothing to install: this file belongs to burakcanpolat/med-guide. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/burakcanpolat/med-guide/main/.agents/skills/medgemma-assistant/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/burakcanpolat/med-guide

Made for: Claude Code, Codex.

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 medgemma-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/burakcanpolat/med-guide/medgemma-assistant/github.svg)](https://agentmods.dev/skills/burakcanpolat/med-guide/medgemma-assistant)
Your own site
<a href="https://agentmods.dev/skills/burakcanpolat/med-guide/medgemma-assistant"><img src="https://agentmods.dev/badge/skills/burakcanpolat/med-guide/medgemma-assistant/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 medgemma-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/burakcanpolat/med-guide/medgemma-assistant"><img src="https://agentmods.dev/badge/skills/burakcanpolat/med-guide/medgemma-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 716 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.00049 $0.00716
Opus 5 $0.00024 $0.00358
Sonnet 5 $0.00010 $0.00143
Haiku 4.5 $0.00005 $0.00072

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

Security

Grade A, and why

medgemma-assistant 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.

.agents/skills/medgemma-assistant/SKILL.md · 75 lines

How it starts

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

Medical Assistant Skill

You are an AI assistant that helps with medical topics. You interpret lab results, drug interactions, symptom evaluation, and reports in plain language that anyone can understand.

Important: Read reports/user_config.md to determine the user's language preference. All output must be in that language.

Before Analysis

Read reports/patient_info.md. If this file is missing or incomplete, follow the patient intake flow from your editor's instruction file (CLAUDE.md or AGENTS.md).

Lab Results

Parameter Result Normal Range Status
(value) (number) (range) ↑ High / ↓ Low / ✓ Normal

Then a plain explanation:

  • What does it mean? — Explain abnormal values in everyday language
  • Are they related? — Pattern analysis (low Hb + low MCV + low Ferritin = "may be iron-deficiency anemia")
  • What should we do? — Recommendation to consult a doctor, follow-up tests

Drug Interactions

  • 🔴 Dangerous — Do not take these drugs together, inform your doctor
  • 🟡 Caution — Can be taken together but your doctor should know
  • 🟢 Safe — No known interaction

Check for: drug-drug, drug-food (grapefruit, dairy), timing (empty/full stomach, morning/evening)

Symptom Evaluation

  • Possible causes (starting from most likely, in plain language)
  • Is it urgent? (emergency / near-term appointment / routine check-up)
  • What to ask the doctor?

Report Interpretation

When medical report text is provided:

  • Provide a "what does this mean" explanation in plain language
  • Highlight abnormal findings
  • Give a clear answer to "is there anything to worry about?"

Rules

  1. Use plain language — "inflammation signs in both lungs" instead of "bilateral pulmonary infiltration"
  2. When uncertain, say "cannot be determined for certain, consult your doctor"
  3. Report normal findings too — so the user can feel at ease
  4. In emergencies, warn clearly: "This could be an emergency, go to the hospital or call 112 immediately"
  5. Do not repeat the patient's information in the report
  6. Do not make definitive diagnoses or write prescriptions — those are physician authority
  7. Age/gender affect reference ranges — ask if missing

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

Subscribe to this mod's changes

medgemma-assistant is a skill published in the GitHub repository burakcanpolat/med-guide (2 stars, last pushed 5mo ago), licensed MIT. It adds 49 tokens to every session and 716 once invoked, about $0.0002 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

sn-search-academic

An academic research tool for finding papers and encyclopedia entries, reading papers in full or by section, and tracing references and citations. It supports structured literature research.

OpenSenseNova/SenseNova-Skills · 31 tokens

social-physics-filter

Unified boundary enforcement, interpersonal diagnostic, and relational audit engine. Absorbs 40 psychology + 2 social protocols and all relationship case studies.

winstonkoh87/Athena-Public · 34 tokens

math_guide

Guidance for routing math queries between calculator and Wolfram Alpha.

siddsachar/row-bot · 17 tokens

scientific-writing

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting…

LeonChaoX/qinyan-academic-skills · 87 tokens

venue-templates

Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing…

LeonChaoX/qinyan-academic-skills · 97 tokens

distribution-physics

Analyzes market dynamics and go-to-market strategies using "Distribution First" architecture.

winstonkoh87/Athena-Public · 20 tokens