Agent skill

archaic-introgression

Detect Neanderthal and Denisovan introgression segments from modern human genomes

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill archaic-introgression --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 7 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: Manuel Corpas
Path: skills/clawbio/archaic-introgression/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Archaic Introgression Detector ## Trigger **Fire when:** - User asks about Neanderthal or Denisovan DNA in modern humans - User wants to detect archaic introgression segments - User mentions IBDmix, Sprime, or hmmix methods - User has modern + archaic VCF files and wants to compare them **Do NOT fire when:** - User asks about general ancestry or population structure (use claw-ancestry-pca) - User asks about pharmacogenomics or clinical variants - User wants admixture proportions without segment-level detail ## Why This Exists Between 1-4% of non-African modern human genomes derive from archaic hominins (Neanderthals, Denisovans). Identifying these segments matters for understanding human evolution, disease susceptibility, and immune adaptation. Three complementary methods exist (IBDmix, Sprime, hmmix), each with different strengths. This skill wraps all three behind a unified interface with a pure-Python fallback when external binaries are unavailable. ## Core Capabilities 1. **IBDmix**: Detect segments shared IBD between modern and archaic genomes using LOD score thresholds 2. **Sprime**: Identify introgressed haplotypes without requiring an archaic reference panel 3. **hmmix**:

What's inside
Steps it walks through
  1. Trigger
  2. Why This Exists
  3. Core Capabilities
  4. Scope
  5. Input Formats
  6. Workflow
  7. CLI Reference
  8. Demo
  9. Example Queries
  10. Output Structure
  11. JSON structure
  12. Dependencies
  13. Gotchas
  14. Safety
Ships with 7 files
  • archaic_introgression.py
  • examples/demo_archaic.vcf
  • examples/demo_modern.vcf
  • pipeline.py
  • tests/__init__.py
  • tests/test_archaic_introgression.py
  • tests/test_pipeline.py
Commands it runs
Run with IBDmix on VCF inputs
python archaic_introgression.py \
Run demo with synthetic data
python archaic_introgression.py --demo --output /tmp/introgression_demo
Filter to specific samples
Adjust LOD threshold
More from awesome-bio-agent-skills
All skills →
About this skill
What does the archaic-introgression skill do?

Detect Neanderthal and Denisovan introgression segments from modern human genomes

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill archaic-introgression --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going