Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Compile SOUL.md character profiles into synthetic diploid genomes (.genome.json) via trait-to-allele mapping
.claude/skills/clawbio-soul2dna/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -4% | 0% |
Compile SOUL.md character profiles into synthetic diploid genomes. Each soul file describes a historical or fictional figure with trait scores (0.0 to 1.0). The compiler maps these scores to alleles at defined loci using additive, dominant, or recessive inheritance models, producing a .genome.json file per character.
GENOMEBOOK/DATA/SOULS/ extracting identitymetadata (name, sex, ancestry, domain, era) and trait scores.
GENOMEBOOK/DATA/trait_registry.json) which definesloci, alleles, chromosomal positions, dominance models, and effect sizes for each trait.
GENOMEBOOK/DATA/SOULS/*.soul.md (20 historical figures)GENOMEBOOK/DATA/trait_registry.jsonGENOMEBOOK/DATA/GENOMES/<name>-g0.genome.json per characterbash# Compile all souls to genomes python skills/soul2dna/soul2dna.py # Demo mode (shows summary without writing files) python skills/soul2dna/soul2dna.py --demo
Each .genome.json contains:
json{ "id": "einstein-g0", "name": "Albert Einstein", "sex": "Male", "sex_chromosomes": "XY", "ancestry": "...", "generation": 0, "parents": [null, null], "loci": { "<locus_id>": { "chromosome": "...", "alleles": ["A","G"], ... } }, "trait_scores": { "curiosity": 0.95, ... } }
Other measured skills in the registry, with their headline benchmark lift.