Trigger when user needs to align DNA/protein sequences, compare biological sequences, search for similar sequences in databases, or perform BLAST-based similarity analysis. Use for bioinformatics sequence comparison tasks.
Install with Tessl CLI
npx tessl i github:aipoch/medical-research-skills --skill sequence-alignment84
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Correct BLAST program and database selection for nucleotide search
Uses scripts/main.py
0%
100%
Correct program: blastn
100%
100%
Correct database: nt
100%
100%
Stringent e-value
0%
100%
Max hits limited to 5
100%
100%
Output saved to file
100%
100%
Text output format
100%
100%
Results file exists
100%
100%
Run log documents command
100%
100%
Without context: $0.3794 · 2m 34s · 19 turns · 25 in / 6,901 out tokens
With context: $0.9090 · 3s · 1 turns · 3 in / 71 out tokens
Protein sequence alignment with appropriate program, database, and output format
Uses scripts/main.py
0%
83%
Correct program: blastp
100%
100%
Curated protein database
100%
100%
Stringent e-value
100%
100%
JSON output format
0%
100%
Output saved to file
50%
100%
JSON file is valid
100%
100%
Notes document rationale
100%
100%
No extra packages used
0%
100%
Without context: $0.5343 · 3m 50s · 30 turns · 32 in / 8,443 out tokens
With context: $0.6325 · 2m 32s · 24 turns · 29 in / 5,053 out tokens
Cross-type BLAST program selection and CSV output for translated nucleotide search
Uses scripts/main.py
0%
100%
Correct program: blastx
100%
100%
Protein database used
100%
100%
Max hits set to 20
87%
100%
Stringent e-value
100%
100%
CSV output format
66%
100%
Output saved to file
87%
100%
CSV file is valid
77%
100%
Methods doc explains program choice
100%
100%
Without context: $0.6702 · 18m 8s · 32 turns · 37 in / 8,523 out tokens
With context: $0.4142 · 3m 38s · 18 turns · 23 in / 4,564 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.