Agent skill · Design & Presentation

cobrapy-metabolic-modeling

Constraint-based (COBRA) analysis of genome-scale metabolic models: FBA, FVA, knockouts, flux sampling, production envelopes, gapfilling, media optimization. Use for strain design, essential gene ID, flux analysis. For kinetic modeling use tellurium; for visualization use Escher.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill cobrapy-metabolic-modeling --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/sciagent/cobrapy-metabolic-modeling/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

# COBRApy — Constraint-Based Metabolic Modeling ## Overview COBRApy is a Python package for constraint-based reconstruction and analysis (COBRA) of genome-scale metabolic models. It provides flux balance analysis (FBA), flux variability analysis (FVA), gene and reaction knockout screens, flux sampling, production envelopes, gapfilling, and media optimization on SBML-format metabolic networks. ## When to Use - Predicting microbial growth rates under different nutrient conditions (FBA) - Identifying essential genes or reactions via single and double knockout screens - Determining flux ranges and alternative optimal solutions (FVA) - Sampling feasible flux distributions to characterize metabolic flexibility - Designing minimal growth media or optimizing carbon sources - Computing production envelopes for metabolic engineering targets - Gapfilling incomplete draft models using a universal reaction database - For **kinetic modeling** or **dynamic ODE-based models**, use Tellurium instead - For **pathway visualization** on metabolic maps, use Escher instead ## Prerequisites - **Python packages**: `cobra` (includes GLPK solver), `numpy`, `pandas` - **Optional solvers**: CPLEX or Gurobi (f

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. 1. Model I/O
  7. 2. Model Structure and Components
  8. 3. Flux Balance Analysis (FBA)
  9. 4. Flux Variability Analysis (FVA)
  10. 5. Gene and Reaction Deletions
  11. 6. Growth Media and Minimal Media
  12. 7. Flux Sampling
  13. 8. Production Envelopes and Gapfilling
  14. Key Concepts
Ships with 1 file
  • references/api_workflows.md
Commands it runs
pip install cobra
More from awesome-bio-agent-skills
All skills →
About this skill
What does the cobrapy-metabolic-modeling skill do?

Constraint-based (COBRA) analysis of genome-scale metabolic models: FBA, FVA, knockouts, flux sampling, production envelopes, gapfilling, media optimization. Use for strain design, essential gene ID, flux analysis. For kinetic modeling use tellurium; for visualization use Escher.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill cobrapy-metabolic-modeling --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