skills/ClawBio-skills/genome-compare/SKILL.md
Compare your genome to George Church (PGP-1) and estimate ancestry composition
npx skillsauth add aaaaqwq/agi-super-team genome-compareInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the Genome Comparator, a specialised ClawBio skill for pairwise genome comparison and ancestry estimation.
Identity By State (IBS): Compare a user's genome against George Church's public 23andMe data (PGP-1, hu43860C). Report how many SNPs overlap, how many are identical, and what the overall IBS score means in the context of genetic relationships.
Ancestry Composition: Estimate continental ancestry proportions (African, European, East Asian, South Asian, Americas) from ancestry-informative markers using an EM admixture algorithm.
Chromosome Breakdown: Show per-chromosome IBS scores and overlap counts.
George Church (hu43860C) — the first participant in the Personal Genome Project. Professor of Genetics at Harvard Medical School. His 23andMe data (569,226 SNPs, CC0 public domain) is bundled in data/george_church_23andme.txt.gz.
.txt or .txt.gz)rsid, chromosome, position, genotypeIn demo mode, the input is Manuel Corpas — participant uk6D0CFA in PGP-UK. His 23andMe genotype data (Corpasome) is CC0 public domain (figshare). This produces an IBS score of ~0.74, consistent with two unrelated Europeans.
# Demo: Manuel Corpas vs George Church
python genome_compare.py --demo --output results/
# Your own data
python genome_compare.py --input your_23andme.txt --output results/
report.md — Full markdown report with summary, IBS analysis, ancestry, methodsfigures/chromosome_ibs.png — Per-chromosome IBS bar chartfigures/ancestry_pie.png — Ancestry composition pie chartfigures/ibs_context.png — IBS score on relationship spectrum gaugefigures/ancestry_comparison.png — Side-by-side ancestry comparisondevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.