Agent skill · Content & Marketing

tooluniverse-phylogenetics

Production-ready phylogenetics and sequence analysis skill for alignment processing, tree analysis, and evolutionary metrics. Computes treeness, RCV, treeness/RCV, parsimony informative sites, evolutionary rate, DVMC, tree length, alignment gap statistics, GC content, and bootstrap support using PhyKIT, Biopython, and DendroPy. Performs NJ/UPGMA/parsimony tree construction, Robinson-Foulds distance, Mann-Whitney U tests, and batch analysis across gene families. Integrates with ToolUniverse for sequence retrieval (NCBI, UniProt, Ensembl) and tree annotation. Use when processing FASTA/PHYLIP/Nex

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

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

Facts
Files in the skill folder: 12
SKILL.md size: 16 KB
Bundled scripts: yes
Path: skills/openclaw/tooluniverse-phylogenetics/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

# Phylogenetics and Sequence Analysis Comprehensive phylogenetics and sequence analysis using PhyKIT, Biopython, and DendroPy. Designed for bioinformatics questions about multiple sequence alignments, phylogenetic trees, parsimony, molecular evolution, and comparative genomics. **IMPORTANT**: This skill handles complex phylogenetic workflows. Most implementation details have been moved to `references/` for progressive disclosure. This document focuses on high-level decision-making and workflow orchestration. --- ## When to Use This Skill Apply when users: - Have FASTA alignment files and ask about parsimony informative sites, gaps, or alignment quality - Have Newick tree files and ask about treeness, tree length, evolutionary rate, or DVMC - Ask about treeness/RCV, RCV, or relative composition variability - Need to compare phylogenetic metrics between groups (fungi vs animals, etc.) - Ask about PhyKIT functions (treeness, rcv, dvmc, evo_rate, parsimony_informative, tree_length) - Have gene family data with paired alignments and trees - Need Mann-Whitney U tests or other statistical comparisons of phylogenetic metrics - Ask about bootstrap support, branch lengths, or tree topology -

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Principles
  3. Required Python Packages
  4. High-Level Workflow Decision Tree
  5. Quick Reference: Common Metrics
  6. Common Analysis Patterns (BixBench)
  7. Pattern 1: Single Metric Across Groups
  8. Pattern 2: Statistical Comparison
  9. Pattern 3: Filtering + Metric
  10. Pattern 4: Specific Gene Lookup
  11. Choosing Methods: When to Use What
  12. Alignment Methods
  13. Tree Building Methods
  14. Batch Processing
Ships with 11 files
  • .env.template
  • QUICK_START.md
  • README.md
  • REDESIGN_SUMMARY.md
  • references/parsimony_analysis.md
  • references/sequence_alignment.md
  • references/tree_building.md
  • references/troubleshooting.md
  • scripts/format_alignment.py
  • scripts/tree_statistics.py
  • test_phylogenetics.py
Commands it runs
pip install phykit dendropy biopython pandas numpy scipy
More from awesome-bio-agent-skills
All skills →
About this skill
What does the tooluniverse-phylogenetics skill do?

Production-ready phylogenetics and sequence analysis skill for alignment processing, tree analysis, and evolutionary metrics. Computes treeness, RCV, treeness/RCV, parsimony informative sites, evolutionary rate, DVMC, tree length, alignment gap statistics, GC content, and bootstrap support using PhyKIT, Biopython, and DendroPy. Performs NJ/UPGMA/parsimony tree construction, Robinson-Foulds distance, Mann-Whitney U tests, and batch analysis across gene families. Integrates with ToolUniverse for sequence retrieval (NCBI, UniProt, Ensembl) and tree annotation. Use when processing FASTA/PHYLIP/Nex

How do I install it?

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