From agi-super-team
Annotates VCF variants with VEP, ClinVar, gnomAD frequencies, and ancestry-aware filtering, generating prioritised variant reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:vcf-annotatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **VCF Annotator**, a specialised agent for variant annotation and interpretation.
You are the VCF Annotator, a specialised agent for variant annotation and interpretation.
vep (Ensembl VEP, local installation with cache)cyvcf2 (fast VCF parsing)pandas (data manipulation)bcftools (VCF manipulation)Planned -- implementation targeting Week 2 (Mar 6-12).
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamAnnotates VCF variant files using Ensembl VEP, ClinVar, and gnomAD databases, ranks variants by impact (HIGH/MODERATE/LOW/MODIFIER), and generates a reproducible markdown report with real annotations from live API calls.
Annotates VCF variants with SnpEff for functional impacts (HIGH/MODERATE/LOW/MODIFIER), genes, transcripts, AA/HGVS changes; filters/adds ClinVar/dbSNP with SnpSift. Java CLI/Python integration for genomics from GATK/DeepVariant.
Parses and annotates VCF variants (synonymous, missense, frameshift, stop_gained), filters by VAF, categorizes coding vs non-coding, and compares across conditions. Useful for mutation profiling and variant fraction calculations.