From clawbio
Simulates 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clawbio:recombinatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce offspring genomes from selected parent pairs via simulated meiotic
Produce offspring genomes from selected parent pairs via simulated meiotic recombination. Models Mendelian segregation, de novo mutation, sex determination, and clinical evaluation against a disease registry.
.genome.json files (one Male, one Female)GENOMEBOOK/DATA/trait_registry.jsonGENOMEBOOK/DATA/disease_registry.json.genome.json with:
# Demo: breed Einstein x Anning, produce 3 offspring
python skills/recombinator/recombinator.py --demo
# Breed specific parents
python skills/recombinator/recombinator.py \
--father einstein-g0 --mother anning-g0 --offspring 3
# Custom generation number
python skills/recombinator/recombinator.py \
--father einstein-g0 --mother curie-g0 --offspring 2 --generation 1
ID: g1-001-a3f2c1
Sex: Female (XX)
Health: 0.9500
Mutations: 1
- COMT_Val158Met: G->A (neutral, from mother)
Conditions: 0
Top traits:
- curiosity: 0.92
- analytical_thinking: 0.88
- persistence: 0.85
npx claudepluginhub clawbio/clawbio --plugin clawbioScores genetic compatibility between male-female pairings in a Genomebook generation, evaluating heterozygosity, trait complementarity, and disease risk.
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.
Analyzes population genetics data: allele frequencies from gnomAD/1000 Genomes, HWE testing, Fst, GWAS associations, and constraint scores. Useful for cross-population variant comparison and ancestry-aware analysis.