Agent skills for Health & Life Sciences workflows. Each skill is a SKILL.md folder that teaches Genie Code following the Agent Skills standard) how to run domain workflows with libraries, tools and MCP servers.
| Skill | Description |
|---|---|
| skill-1 | Prioritize druggable targets for a disease (Open Targets + PubMed) |
| skill-2 | Find small-molecule hits for a gene/protein (Open Targets + PubChem) |
hls-skills/
├── AGENTS.md # Skill authoring guide
├── CLAUDE.md # Compatibility shim → AGENTS.md
├── templates/ # Pipeline / toolkit / guide templates
└── skills/
├── skill-1/
├── skill-2/
Each skill:
skills/<category>/<skill-name>/
├── SKILL.md # Required
├── references/ # Optional — loaded on demand
├── assets/ # Optional
└── scripts/ # Optional
See CONTRIBUTING.md.
- Follow AGENTS.md.
- Start from the matching file in
templates/. - Put the skill at
skills/<category>/<skill-name>/SKILL.md. - Folder name must match frontmatter
name. - Update the skill table in
README.md(Table to be created). - Open a PR and request a second-party review.
| Template | Use when |
|---|---|
SKILL_TEMPLATE.md |
Linear pipeline |
SKILL_TEMPLATE_GUIDE.md |
Decision guide |
Repo layout and skill templates are inspired by the patterns in SciAgent-Skills
Licensed under the Databricks License. See LICENSE.md and NOTICE.md.