Personal Health Record
Description
A skill for Claude Code that helps you organize and analyze your personal medical documents: lab results, doctor visits, imaging studies (MRI, CT, ultrasound, ECG), discharge summaries, prescriptions, and vaccination records.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Personal Health Record — Claude Code Skill
A skill for [Claude Code](https://claude.ai/code) that helps you organize and analyze your personal medical documents: lab results, doctor visits, imaging studies (MRI, CT, ultrasound, ECG), discharge summaries, prescriptions, and vaccination records.
Supports **Russian and English** documents. All extracted data is stored locally on your machine.
What it does
**Add documents** — share a medical PDF with Claude in any way that's convenient: attach it in chat, give a local file path, or load it from a cloud service via MCP. Claude reads the document, extracts all structured data, and saves it to a local archive.
**Ask questions in plain language:**
- "What was my hemoglobin last January?"
- "Show all diagnoses from the past two years"
- "Have I ever been prescribed metformin?"
- "Show my cholesterol trend"
- "When did I last see a cardiologist?"
**Timeline and trends** — get a chronological view of your medical history or track how any lab indicator changes over time.
**Export** — export your data to CSV at any time.
How it works
Every document goes through three layers stored in a folder of your choice:
your-archive/
├── archive_owner.json # who this archive belongs to (created automatically)
├── original_files/ # original files, stored unchanged
├── json_extractions/ # full structured extraction of each document
└── structured_database/
├── medical.db # SQLite database — fast queries across all documents
└── errors.log # one line per failed ingest
When you ask a question, Claude queries the database first. No re-reading PDFs on every question.
Requirements
- Claude Code installed
- Python 3.10 or newer (standard library only — no packages to install)
Installation
Option 1 — One command (no git required)
Open Terminal and run:
curl -fsSL https://raw.githubusercontent.com/romahakov/personal-heal
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11