What problem does it solve?
Turning raw consumer genetic data (23andMe, AncestryDNA, VCF) into actionable dietary guidance normally requires specialised nutrigenomics knowledge and manual SNP lookup. This Skill automates the entire pipeline locally: it parses the raw genotype file, interrogates a curated panel of nutritionally-relevant SNPs, computes per-nutrient risk scores, and produces a readable report with dietary recommendations — without sending any genetic data to external servers.
Core Features & Use Cases
- Multi-format input parsing: Accepts 23andMe .txt/.csv, AncestryDNA .csv, MyHeritage .csv, and standard VCF files with automatic format detection and forward-strand normalisation.
- Curated SNP panel with risk scoring: Covers 28 SNPs across 12 nutrient domains (folate, vitamin D, omega-3, caffeine, lactose, gluten, antioxidant pathways, and more), scored on a 0–10 scale with Low/Moderate/Elevated categories.
- Report and reproducibility outputs: Generates a Markdown nutrition report, radar chart, gene × nutrient heatmap, and a reproducibility bundle (commands.sh, environment.yml, SHA-256 checksums, provenance.json).
- Use Case: A user downloads their 23andMe raw data and asks what their APOE and MTHFR status means for their diet; the Skill produces a full report flagging elevated vitamin D risk and recommending 5-MTHF over folic acid.
Quick Start
Ask the agent to generate a personalised nutrition report from your 23andMe or VCF file, for example: "Generate my personalised nutrition report from genome.csv and flag any folate pathway risks."