By LokiQ0713
Evidence-based Apple Health data analysis with ETL pipeline, tier-based indicators, and research-backed risk positioning
Analyzes cross-indicator associations (sleep-activity, HR-exercise, weight-activity correlations) using descriptive statistics only. Invoke when user requests health analysis and Phase 1 derived CSVs are ready.
Assesses data quality including missing rates, source devices, wearing gaps, and anomaly detection across all Apple Health CSVs. Invoke when user requests health analysis and Phase 1 derived CSVs are ready.
Analyzes Tier 1 indicators (Steps, Resting HR, VO2max, Sleep, Weight/BMI) with full A/B/C/D framework — measurement reliability, statistical summary, trend analysis, and risk positioning. Invoke when user requests health analysis and Phase 1 derived CSVs are ready.
Analyzes Tier 2 indicators (HRV, SpO2, ECG, Walking Steadiness) with A/B/C framework plus qualitative risk positioning. Invoke when user requests health analysis and Phase 1 derived CSVs are ready.
Analyzes Tier 3 trend-reference indicators (Energy, Respiratory Rate, Gait, Workouts, Noise) with B/C framework only — no risk positioning. Invoke when user requests health analysis and Phase 1 derived CSVs are ready.
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.
A Claude Code plugin for evidence-based Apple Health data analysis. Transforms raw Apple Health export.xml into structured CSV data, then applies tier-based analysis with research-backed risk positioning.
/plugin marketplace add github:loki/apple-health-analysis
/plugin install apple-health-analysis@apple-health-plugins
/plugin install --plugin-dir /path/to/apple-health-analysis
export.xml in an accessible path/apple-health-analysis skill:/apple-health-analysis
Or ask Claude directly:
Analyze my Apple Health export at /path/to/export.xml
| Phase | Description | Output |
|---|---|---|
| 0: ETL | Single-pass XML → CSV extraction | ~35 CSV files |
| 1: Derived | Aggregated metrics computation | 11 derived datasets |
| 2: Analysis | Parallel tier-based analysis | Per-indicator reports |
| 3: Synthesis | Cross-indicator report | Final health report |
| Tier | Indicators | Analysis Depth |
|---|---|---|
| Tier 1 | Steps, Resting HR, VO2max, Sleep, Weight/BMI | Full A/B/C/D |
| Tier 2 | HRV, SpO2, ECG, Walking Steadiness | A/B/C + qualitative D |
| Tier 3 | Energy, Respiratory Rate, Gait, Workouts, Noise | B/C only |
apple-health-analysis/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── skills/
│ └── health-analysis/
│ ├── SKILL.md
│ ├── scripts/
│ │ ├── parse_health_v2.py
│ │ └── build_derived_v2.py
│ └── references/
│ ├── research-citations.md
│ ├── measurement-accuracy.md
│ └── analysis-framework.md
├── agents/
│ ├── tier-1-analysis.md
│ ├── tier-2-analysis.md
│ ├── tier-3-analysis.md
│ ├── data-quality.md
│ └── correlations.md
├── LICENSE
└── CHANGELOG.md
numpy and pandas (for derived metrics)MIT
npx claudepluginhub lokiq0713/apple-health-analysis --plugin apple-health-analysisClaude Code plugin for Shiny Health - cross-platform health data queries for Apple HealthKit and Android Health Connect in .NET MAUI
FHIR AI agent guardrails with 14 MCP tools. PHI redaction on every read, step-up authorization for writes, immutable audit trails, tenant isolation, Curatr data quality evaluation and correction, Fasten Connect EHR ingestion, and HealthEx portable health record export. FHIR R4 US Core v9 (stable) + FHIR R6 ballot3 (experimental). A healthclaw.io reference implementation.
Анализ генетических данных из VCF файла
Multi-agent AI coach for endurance & strength athletes — runs entirely inside Claude Code.
Design experiments, profile datasets, build models, and audit them for bias before shipping
Bioinformatics-native AI agent skill library — pharmacogenomics, ancestry, scRNA-seq, metagenomics, variant annotation, genome comparison, and more. 24 skills with deterministic Python execution, reproducibility bundles, and local-first privacy.