---name: popeve-variant-predictor-agent
description: AI-powered genetic variant pathogenicity prediction using PopEVE deep learning model for population-aware disease variant identification and rare disease diagnosis.
license: MIT
metadata:
author: AI Group
version: "1.0.0"
created: "2026-01-20"
compatibility:
system: Python 3.10+
allowed-tools:
run_shell_command
read_file
write_file
keywords:
popeve-variant-predictor-agent
automation
biomedical
measurable_outcome: execute task with >95% success rate.
---"
PopEVE Variant Predictor Agent
The PopEVE Variant Predictor Agent leverages the PopEVE deep learning model from Harvard Medical School to predict pathogenicity of genetic variants. PopEVE analyzes evolutionary conservation, protein structure, and population frequency to identify disease-causing variants, having identified over 100 previously unrecognized variants responsible for undiagnosed rare genetic diseases.
When to Use This Skill
When predicting pathogenicity of missense variants genome-wide.
For rare disease diagnosis with variants of uncertain significance (VUS).
To prioritize candidate variants in exome/genome sequencing.
When interpreting novel variants not in ClinVar or literature.
For population-stratified variant interpretation.
Core Capabilities
Pathogenicity Prediction: Score any missense variant for disease likelihood.
VUS Resolution: Reclassify variants of uncertain significance.
Rare Disease Diagnosis: Identify causal variants in undiagnosed patients.
Population-Aware Scoring: Account for ancestry-specific variant frequencies.
Protein Context Analysis: Integrate structural and functional domains.
Batch Variant Scoring: Process thousands of variants efficiently.
Model Architecture
Component
Description
Data Source
Evolutionary Module
Deep sequence alignment
UniRef90, 250M seqs
Structural Module
AlphaFold2 structures
200M+ structures
Population Module
gnomAD frequencies
800K+ individuals
Clinical Module
ClinVar training
100K+ classifications
Integration
Multi-task neural network
Combined features
Scoring Thresholds
PopEVE Score
Interpretation
Suggested Action
> 0.9
Likely Pathogenic
High priority
0.7 - 0.9
Possibly Pathogenic
Review carefully
0.3 - 0.7
Uncertain
Additional evidence needed
0.1 - 0.3
Possibly Benign
Lower priority
< 0.1
Likely Benign
Deprioritize
Workflow
Input: VCF file, gene list, or individual variants.
Annotation: Map variants to transcripts and proteins.
Feature Extraction: Compute evolutionary, structural, population features.
Prediction: Run PopEVE model for pathogenicity scores.
Population Adjustment: Apply ancestry-specific calibration.
Ranking: Prioritize variants by score and gene relevance.
Output: Scored variants with interpretations.
Example Usage
User: "Score all missense variants from this rare disease patient's exome to identify potential causal variants."
Run npx skillmds add majiayu000/popeve-variant-predictor-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
---name: popeve-variant-predictor-agent It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.