# FlyBase AI Agent Skills

FlyBase publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 FlyBase repository, with install commands and source links.

Official page: https://skillscout.sh/official/flybase/
Markdown page: https://skillscout.sh/official/flybase/flybase_skills_skillscout.md
Vendor website: https://flybase.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/flybase/flybase_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant FlyBase skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### flybase/drosophila-anatomy-developmental-ontology

Includes 2 official skills: move-to-edit, obsolete-term.

Install:

```bash
npx skills add flybase/drosophila-anatomy-developmental-ontology -y
```

Source: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology

## Individual skills

### move-to-edit

Official FlyBase skill from flybase/drosophila-anatomy-developmental-ontology.

Install:

```bash
npx skills add flybase/drosophila-anatomy-developmental-ontology@move-to-edit -y
```

Package: flybase/drosophila-anatomy-developmental-ontology
Source: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/tree/master/.claude/skills/move-to-edit

### obsolete-term

Official FlyBase skill from flybase/drosophila-anatomy-developmental-ontology.

Install:

```bash
npx skills add flybase/drosophila-anatomy-developmental-ontology@obsolete-term -y
```

Package: flybase/drosophila-anatomy-developmental-ontology
Source: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/tree/master/.claude/skills/obsolete-term

## flybase/drosophila-anatomy-developmental-ontology package overview

Includes 2 official skills: move-to-edit, obsolete-term.

### Top skills in this package

- move-to-edit: Official FlyBase skill from flybase/drosophila-anatomy-developmental-ontology.
- obsolete-term: Official FlyBase skill from flybase/drosophila-anatomy-developmental-ontology.

### Install

Install the full package:

```bash
npx skills add flybase/drosophila-anatomy-developmental-ontology -y
```

Install a specific skill:

```bash
npx skills add flybase/drosophila-anatomy-developmental-ontology@move-to-edit -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/flybase/drosophila-anatomy-developmental-ontology#readme
