phylogenetics-tree-builder

Phylogenetic analysis skill for constructing evolutionary trees and assessing relationships

509 stars

Best use case

phylogenetics-tree-builder is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Phylogenetic analysis skill for constructing evolutionary trees and assessing relationships

Teams using phylogenetics-tree-builder should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/phylogenetics-tree-builder/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/science/bioinformatics/skills/phylogenetics-tree-builder/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/phylogenetics-tree-builder/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How phylogenetics-tree-builder Compares

Feature / Agentphylogenetics-tree-builderStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Phylogenetic analysis skill for constructing evolutionary trees and assessing relationships

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Phylogenetics Tree Builder Skill

## Purpose
Enable phylogenetic analysis for constructing evolutionary trees, performing multiple sequence alignments, and assessing phylogenetic relationships.

## Capabilities
- Multiple sequence alignment (MUSCLE, MAFFT)
- Maximum likelihood tree construction
- Bayesian phylogenetic inference
- Bootstrap support calculation
- Tree visualization and annotation
- Molecular clock analysis

## Usage Guidelines
- Align sequences before tree construction
- Select appropriate substitution models
- Calculate bootstrap support for branch confidence
- Visualize trees with meaningful annotations
- Consider molecular clock constraints when appropriate
- Document methodology and parameters

## Dependencies
- RAxML-NG
- IQ-TREE
- MrBayes
- MAFFT
- MUSCLE
- FigTree

## Process Integration
- 16S rRNA Microbiome Analysis (16s-microbiome-analysis)
- Shotgun Metagenomics Pipeline (shotgun-metagenomics)
- Whole Genome Sequencing Pipeline (wgs-analysis-pipeline)

Related Skills

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

developer-portal-builder

509
from a5c-ai/babysitter

Build unified developer portals with Backstage or custom frameworks

cli-framework-builder

509
from a5c-ai/babysitter

Build command-line interfaces for SDK interaction

Tree-sitter

509
from a5c-ai/babysitter

Expert skill for creating tree-sitter grammars for incremental parsing and syntax highlighting

probuilder

509
from a5c-ai/babysitter

Unity ProBuilder skill for level prototyping.

behavior-trees

509
from a5c-ai/babysitter

Behavior tree design and implementation skill for game AI. Enables creation of behavior tree structures, custom nodes, decorators, composites, and integration with game engines for NPC and enemy AI systems.

protocol-builder

509
from a5c-ai/babysitter

Skill for building standardized research protocols

interactive-dashboard-builder

509
from a5c-ai/babysitter

Skill for building interactive data dashboards

qiskit-circuit-builder

509
from a5c-ai/babysitter

IBM Qiskit integration skill for quantum circuit construction, transpilation, and execution on IBM Quantum hardware

qec-code-builder

509
from a5c-ai/babysitter

Quantum error correction code implementation skill for fault-tolerant quantum computing

cirq-circuit-builder

509
from a5c-ai/babysitter

Google Cirq integration skill for quantum circuit design and execution on Google quantum processors

decision-tree-analyzer

509
from a5c-ai/babysitter

Decision tree analysis skill with expected value, risk analysis, and utility theory.