Skip to content

feat: bioinformatics gateway skill — index to 400+ bio skills#2387

Merged
teknium1 merged 1 commit intomainfrom
hermes/hermes-0fa141a3
Mar 21, 2026
Merged

feat: bioinformatics gateway skill — index to 400+ bio skills#2387
teknium1 merged 1 commit intomainfrom
hermes/hermes-0fa141a3

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

Summary

New optional skill at optional-skills/research/bioinformatics/ that acts as a gateway to two open-source bioinformatics skill libraries:

GPTomics/bioSkills — 385 reference skills (code patterns, parameter guides, decision trees) covering 61 categories
ClawBio/ClawBio — 33 runnable pipeline skills (executable scripts, reproducibility bundles)

Instead of converting and bundling 400+ domain-specific skills, this meta-skill:

  1. Triggers on bioinformatics-related tasks
  2. Contains a consolidated index organized by 20+ domains (variant calling, single-cell, pharmacogenomics, metagenomics, etc.)
  3. Instructs the agent to shallow-clone the relevant repo and read the specific skill as reference material
  4. Lists what's available from each source per domain

No dependencies bundled. The skill just knows the landscape and fetches what it needs on demand.

Domains covered

Sequence fundamentals, read QC & alignment, variant calling, differential expression, single-cell RNA-seq, spatial transcriptomics, epigenomics (ChIP/ATAC/methylation/Hi-C), pharmacogenomics & clinical, population genetics & GWAS, metagenomics & microbiome, genome assembly & annotation, structural biology & chemoinformatics, proteomics, pathway analysis, immunoinformatics, CRISPR, workflow management, and more.

Install

hermes skills install official/research/bioinformatics
Meta-skill that indexes 400+ bioinformatics skills from two open-source
repos (GPTomics/bioSkills and ClawBio/ClawBio) and fetches domain-specific
reference material on demand. Covers genomics, transcriptomics, single-cell,
variant calling, pharmacogenomics, metagenomics, structural biology, and
20+ other computational biology domains.

No dependencies bundled — the skill clones the relevant repo when needed
and reads the domain-specific guides as reference material.
@teknium1 teknium1 merged commit f9fa742 into main Mar 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant