A Swiss Army knife for bioinformatics queries that wraps 20+ genomic databases into a consistent CLI and Python interface. Run BLAST searches, pull gene info from Ensembl and UniProt, grab AlphaFold structures, align sequences with MUSCLE, or download reference genomes without writing custom parsers for each database's API. The modules are tested biweekly and updated when upstream databases change structure, which matters since broken scrapers are usually how these tools die. Solid for exploratory work and one-off queries, though the docs suggest switching to biopython for batch processing or bioservices for complex multi-database workflows. Returns DataFrames in Python or JSON/CSV on the command line.
npx skills add https://github.com/davila7/claude-code-templates --skill gget