Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Score genetic compatibility across all male-female pairings in a Genomebook generation
.claude/skills/clawbio-genome-match/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 93% | 0% |
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/.heterozygous (genetic diversity advantage).
average trait values across the pair.
disease alleles (25% affected offspring risk per flagged condition).
the ranked list (each individual mates at most once per generation).
GENOMEBOOK/DATA/GENOMES/*.genome.jsonGENOMEBOOK/DATA/disease_registry.jsonbash# 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)Other measured skills in the registry, with their headline benchmark lift.