Agent skill

bio-gene-calling

Call genes and annotate basic features for prokaryotes, viruses, and eukaryotes.

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

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

Facts
Files in the skill folder: 13
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/omics/bio-gene-calling/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

# Bio Gene Calling Call genes and annotate basic features for prokaryotes, viruses, and eukaryotes. ## Instructions 1. Select gene caller by organism class: - Prokaryotes and viruses (including giant viruses): **pyrodigal-gv** v0.3+ (SIMD-accelerated Cython bindings around prodigal-gv; same model set, much faster, actively maintained). - Eukaryotes: **BRAKER3** (*Genome Research* 2024, DOI: 10.1101/gr.278090.123) as the fully-automated pipeline. BRAKER3 invokes AUGUSTUS internally; do not run AUGUSTUS as a standalone caller. 2. Run gene calling and produce GFF/FAA/FNA. 3. Always run tRNA detection and rRNA detection on every assembly, and report counts per class. Negative findings (zero hits at default and relaxed thresholds) are required results — never leave ncRNA presence/absence unstated. - tRNA: tRNAscan-SE v2.0.12+ (preferred; isotype-specific covariance models) or ARAGORN v1.2.41+ for tmRNA where appropriate. - rRNA: Infernal v1.1.5+ `cmsearch` against the relevant Rfam covariance models. Pick the model set by domain of life: - Bacteria: RF00177 (SSU 16S), RF02541 (LSU 23S), RF00001 (5S). - Archaea: RF01959 (SSU 16S), RF02540 (LSU 23S), RF00001 (5S). - Eukaryotes: RF01960 (S

What's inside
Steps it walks through
  1. Instructions
  2. Quick Reference
  3. Input Requirements
  4. Output
  5. Quality Gates
  6. Examples
  7. Example 1: Expected input layout
  8. Troubleshooting
Ships with 12 files
  • docs/README.md
  • docs/braker.md
  • docs/infernal.md
  • docs/pyrodigal-gv.md
  • docs/pyrodigal.md
  • docs/trnascan-se.md
  • summaries/2023-soil-microbiome-catalog-prodigal.md
  • summaries/2024-braker3-genome-research.md
  • summaries/2024-rat-prodigal-natcomms.md
  • summaries/2025-genome-annotations-tree-of-life.md
  • summaries/2025-soil-metagenome-trnascanse.md
  • summaries/README.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-gene-calling skill do?

Call genes and annotate basic features for prokaryotes, viruses, and eukaryotes.

How do I install it?

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