From clawbio
Scores genetic compatibility between male-female pairings in a Genomebook generation, evaluating heterozygosity, trait complementarity, and disease risk.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clawbio:genome-matchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Score genetic compatibility between all male-female pairings in a Genomebook
Score genetic compatibility between all male-female pairings in a Genomebook generation. The engine evaluates heterozygosity advantage, disease carrier risk, and trait complementarity to rank optimal mating pairs for the next generation.
GENOMEBOOK/DATA/GENOMES/.GENOMEBOOK/DATA/GENOMES/*.genome.jsonGENOMEBOOK/DATA/disease_registry.json# Score all pairings for generation 0
python skills/genome-match/genome_match.py
# Score a specific generation
python skills/genome-match/genome_match.py --generation 1
# Demo mode
python skills/genome-match/genome_match.py --demo
# Limit output to top N pairings
python skills/genome-match/genome_match.py --top 10
Rank Male x Female Score Het Comp Risk Flags
1 einstein-g0 x curie-g0 0.8234 0.650 0.821 0.000 --
2 darwin-g0 x franklin-g0 0.7891 0.600 0.790 0.000 --
...
SELECTED MATING PAIRS (generation 0 -> 1):
Albert Einstein x Marie Curie (compat: 0.8234)
Charles Darwin x Rosalind Franklin (compat: 0.7891)
npx claudepluginhub clawbio/clawbio --plugin clawbioSimulates meiotic recombination to produce offspring genomes from parent pairs, including Mendelian segregation, de novo mutation, sex determination, trait inference, and clinical evaluation against a disease registry.
Compare SNPs against George Church's genome (PGP-1) and estimate ancestry composition using an EM admixture algorithm. Processes 23andMe raw data locally.
Analyzes population genetics: allele frequencies (gnomAD/1000 Genomes), HWE testing, Fst, GWAS associations, constraint scores. For cross-population variant comparison and ancestry-aware frequency lookups.