If you're working with genome-scale metabolic models, this gives Claude the ability to run flux balance analysis, perform gene knockout simulations, and compute production envelopes using COBRApy. It's the standard Python library for constraint-based modeling in systems biology, so you can load SBML models, optimize for growth or production, run variability analysis to find flux ranges, and do knockout screens to identify essential genes. The skill covers everything from basic FBA to more advanced techniques like flux sampling and gapfilling. Useful if you're doing metabolic engineering, trying to predict what happens when you delete genes, or figuring out minimal media requirements for an organism.
npx skills add https://github.com/davila7/claude-code-templates --skill cobrapy