Agent skill · Data & Analytics

bio-ecological-genomics-species-delimitation

Delimits species boundaries from molecular data using distance-based (ASAP), tree-based (bPTP, GMYC), and coalescent (BPP) methods. Compares multiple delimitation results with delimtools. Use when delineating putative species from DNA barcoding data, resolving cryptic species complexes, or validating taxonomic assignments. Emphasizes multi-method consensus following integrative taxonomy best practice.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill species-delimitation --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 12 KB
Bundled scripts: yes
Path: skills/bioskills/species-delimitation/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

## Version Compatibility Reference examples tested with: BioPython 1.83+, numpy 1.26+, scipy 1.12+ Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show <package>` then `help(module.function)` to check signatures - R: `packageVersion('<pkg>')` then `?function_name` to verify parameters - CLI: `<tool> --version` then `<tool> --help` to confirm flags If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. # Species Delimitation **"Delineate species boundaries from my DNA barcoding data"** → Apply multiple delimitation methods (distance-based ASAP, tree-based bPTP/GMYC, coalescent BPP) to molecular data and compare results for multi-method consensus following integrative taxonomy best practice. - CLI: ASAP web tool or standalone for distance-based partitioning - Python: bPTP via `PTP-pyqt5` for Bayesian branching-rate analysis - R: `splits::gmyc()` for coalescent/speciation transition model Delimits putative species from molecular data using complementary distance-based, tree-based, and coalescent methods. ## Overview of Methods | Method

What's inside
Steps it walks through
  1. Version Compatibility
  2. Overview of Methods
  3. ASAP (Assemble Species by Automatic Partitioning)
  4. Interpreting ASAP Results
  5. Python ASAP-Style Analysis
  6. bPTP (Bayesian Poisson Tree Processes)
  7. Interpreting bPTP Output
  8. GMYC (Generalized Mixed Yule Coalescent)
  9. Multiple-Threshold GMYC
  10. GMYC Visualization
  11. BPP (Bayesian Phylogenetics and Phylogeography)
  12. Interpreting BPP Results
  13. Multi-Method Comparison
  14. Ultrametric Tree Preparation
Ships with 3 files
  • examples/asap_delimitation.py
  • examples/gmyc_delimitation.R
  • usage-guide.md
Commands it runs
ASAP web interface: https://bioinfo.mnhn.fr/abi/public/asap/asapweb.html
Upload aligned FASTA, select distance model
Command-line ASAP (if available)
ASAP -i aligned_sequences.fasta -d K2P -o asap_results/
iTaxoTools PTP (Python 3 compatible)
pip install PTP-pyqt5
Run bPTP from command line
python -m PTP.PTP -t rooted_tree.nwk -o bptp_results \
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-ecological-genomics-species-delimitation skill do?

Delimits species boundaries from molecular data using distance-based (ASAP), tree-based (bPTP, GMYC), and coalescent (BPP) methods. Compares multiple delimitation results with delimtools. Use when delineating putative species from DNA barcoding data, resolving cryptic species complexes, or validating taxonomic assignments. Emphasizes multi-method consensus following integrative taxonomy best practice.

How do I install it?

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