By fru-dev3
Aggregate personal health data from wearables, patient portals, and insurance into a local vault. Track labs, medications, appointments, and preventive care with automated summaries, anomaly detection, and PHI-redacted briefs.
Exports iPhone Health data — steps, active energy, resting heart rate, body weight, and workouts — via an iOS Shortcut that saves a CSV or XML export to iCloud Drive for automatic Mac sync. No API key required; uses device-local export. The health agent reads the synced file from the configured iCloud Drive path. Owns dedup and append into vault/health/00_current/wearable-log.csv: every ingest checks each incoming row's date against existing dates and writes only new records. Can be used standalone or alongside Oura Ring. Configure the iCloud export path in vault/health/config.md.
Accesses patient portal records — lab results (PDF and structured values), visit notes, after-visit summaries, upcoming appointments, current medication list, and immunization records — from a provider's MyChart instance via Playwright with Chrome cookie authentication. Used by the health agent to download clinical data for local review and vault storage. Requires headless=False due to Chrome app-bound encryption. Configure your provider's portal URL and username in vault/health/config.md.
Fetches daily sleep, readiness, and activity data from the Oura Ring API v2 using a personal API key. Returns sleep score, total sleep duration, deep/REM/light sleep stages, HRV RMSSD (nightly), resting heart rate, readiness score (0-100), steps, and active calories. Owns dedup and append into vault/health/00_current/wearable-log.csv: every fetch checks each incoming day's date against existing rows and appends only records not already present. Used by the health agent for wearable data sync, 90-day baseline trend analysis, and anomaly detection. Configure API key in vault/health/config.md.
Builds a monthly HSA (Health Savings Account) utilization summary. Reports YTD qualified spend, current cash balance, current invested balance, contribution status vs annual limit, and a check against the configured invest-above threshold (default $2,000 cash buffer). Categorizes spend by IRS Publication 502 category. Flags receipts missing for any HSA withdrawal (audit risk). HSA balances and statements are uploaded manually since most HSA custodians lack a public API.
Builds a structured lab result summary with current biomarker values, reference ranges, trend direction vs. the prior panel, and out-of-range items surfaced first within each panel group. Compares glucose, A1c, LDL, HDL, TSH, creatinine, CBC, and all metabolic markers against clinical reference ranges and flags deviations with severity tier (borderline, elevated, critical).
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI Ready Life is a set of personal AI agents — one per area of your life — that read your real documents and run on your machine.
Adult life has roughly a dozen moving parts: your health, your money, your taxes, your career, your calendar, your insurance, your goals, your home, the trips you take, what you're learning, the documents you have to keep track of, and the people you care about. Most people manage these in twelve different apps, on fifty receipts, in a hundred unread emails, and in their head.
AI Ready Life replaces that scatter with twelve focused agents. Each one is a self-contained plugin you install into Claude Code or Codex CLI. Each one reads its own folder on your disk — the vault — and answers questions, surfaces what's slipping, and produces briefs on demand.
You don't manage the agents. You manage your life. The agents do the bookkeeping.
| Plugin | What it does |
|---|---|
health | Labs, medications, preventive care, wearables |
wealth | Net worth, investments, debt, cash flow |
tax | Deadlines, estimates, deductions, year-end planning, CPA packet |
career | Compensation, market data, job search, skills |
calendar | Deadlines, focus time, agenda |
insurance | Policies, claims, renewals, coverage gaps |
vision | Goals, OKRs, quarterly planning, scorecard |
explore | Travel, trips, documents, wishlist |
home | Maintenance, expenses, seasonal tasks |
learning | Courses, books, goals, progress |
records | Identity documents, legal, subscriptions |
social | Contacts, relationships, birthdays, outreach |
More domains (benefits, brand, business, content, real estate, intel) are in development and will be added as they're tested.
Built by fru.dev · Site: aireadyu.dev · See ABOUT.md for the full philosophy.
Once installed, you talk to each domain like you'd talk to a specialist who already knows your situation:
> Give me a health brief
> What's my net worth this month?
> Am I on track with my taxes?
> Review my career pipeline
> What conflicts are on my calendar next week?
> Is my umbrella coverage still right after we closed on the house?
The agent doesn't make anything up. It opens the right vault folder, reads what's actually there (your statements, your appointments, your documents), runs its review routines, writes a brief, and flags anything missing or off in open-loops.md. If your May 401(k) statement isn't in the vault, it tells you that — it doesn't guess the balance.
That's the entire loop. Vault in, brief out, gaps logged.
Each agent ships with somewhere between 20 and 30 skills covering the full lifecycle of its domain. Below is what each one actually does day-to-day. Numbers in parentheses are the current skill count per plugin.
health — your medical operations center (30 skills)Tracks lab results, medications, allergies, vaccinations, providers, and family medical history. Reads pay-stub HSA contributions and EOBs to reconcile what your insurance actually paid. Pulls daily metrics from Apple Health and Oura. Prepares a brief before any doctor's appointment summarizing what's changed since last visit and what you wanted to ask. Flags refills coming due, missed preventive care (colonoscopy, mammogram, annual physical) by age, and >20-point trend changes in resting heart rate or sleep. Produces an emergency medical info card you can print and keep in your wallet. Logs symptoms over time so you can see whether that thing has been going on for two weeks or two months.
wealth — your CFO (29 skills)npx claudepluginhub fru-dev3/ai-ready-life --plugin healthCalendar intelligence — deadlines, focus time, scheduling, time blocking
Goals and life planning — OKRs, annual review, vision tracking, milestones
Career management — compensation benchmarks, job search, market scanning, skills gaps
Wealth management — net worth, investments, cash flow, estate planning
Relationship management — network health, outreach, contacts, social capital
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.