This gives Claude capabilities for molecular biology and bioinformatics work. You get DNA/RNA sequence analysis with GC content calculation, ORF finding, and motif searching, plus sequence alignment using Needleman-Wunsch and Smith-Waterman algorithms. It handles genomic variant annotation, classifying SNVs and indels, and includes RNA-seq differential expression analysis scaffolding. Built on Biopython, so you can process FASTA files, translate sequences, and run basic computational biology pipelines. The code is practical starter material rather than production-grade tooling, but it covers the standard workflows if you're analyzing genomic data or building bioinformatics prototypes. Good for researchers who want to script their analysis without starting from scratch.
npx skills add https://github.com/personamanagmentlayer/pcl --skill biological-expert