What problem does it solve? Bioinformatics spans hundreds of specialized domains, and no single skill can cover them all. This gateway indexes over 400 domain-specific skills from two open-source libraries and fetches the exact reference material or runnable pipeline you need, instead of bundling everything locally. ## Core Features & Use Cases - Domain Index: Covers genomics, transcriptomics, single-cell, variant calling, pharmacogenomics, metagenomics, structural biology, proteomics, CRISPR, and more, organized by domain. - Two Source Libraries: bioSkills provides 385 reference guides with code patterns and parameter best practices; ClawBio provides 33 executable pipelines with demo flags and reproducibility bundles. - On-Demand Fetching: Shallow-clones the relevant GitHub repo and reads the specific skill file, keeping local footprint minimal. - Use Case: When asked to annotate a VCF file, fetch the ClawBio vcf-annotator pipeline or the bioSkills variant-annotation guide to get correct VEP, ClinVar, and gnomAD parameters. ## Quick Start Ask the assistant to fetch the appropriate bioinformatics skill for your task, for example: fetch the GATK variant calling guide from bioSkills and walk me through the workflow.