# DHIS2 AI Agent Skills

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

Browse 4 official AI agent skills across 2 DHIS2 repositories, with install commands and source links.

Official page: https://skillscout.sh/official/dhis2/
Markdown page: https://skillscout.sh/official/dhis2/dhis2_skills_skillscout.md
Vendor website: https://www.dhis2.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/dhis2/dhis2_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant DHIS2 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

### dhis2/ai-devtools

Includes 1 official skill: dhis2-apps.

Install:

```bash
npx skills add dhis2/ai-devtools -y
```

Source: https://github.com/dhis2/ai-devtools

### dhis2/open-climate-service

Includes 3 official skills: eo-pipeline-orchestration, eo-process-api-design, prd-authoring.

Install:

```bash
npx skills add dhis2/open-climate-service -y
```

Source: https://github.com/dhis2/open-climate-service

## Individual skills

### dhis2-apps

Official DHIS2 skill from dhis2/ai-devtools.

Install:

```bash
npx skills add dhis2/ai-devtools@dhis2-apps -y
```

Package: dhis2/ai-devtools
Source: https://github.com/dhis2/ai-devtools/tree/main/src/skills/dhis2-apps

### eo-pipeline-orchestration

Official DHIS2 skill from dhis2/open-climate-service.

Install:

```bash
npx skills add dhis2/open-climate-service@eo-pipeline-orchestration -y
```

Package: dhis2/open-climate-service
Source: https://github.com/dhis2/open-climate-service/tree/main/.github/skills/eo-pipeline-orchestration

### eo-process-api-design

Official DHIS2 skill from dhis2/open-climate-service.

Install:

```bash
npx skills add dhis2/open-climate-service@eo-process-api-design -y
```

Package: dhis2/open-climate-service
Source: https://github.com/dhis2/open-climate-service/tree/main/.github/skills/eo-process-api-design

### prd-authoring

Official DHIS2 skill from dhis2/open-climate-service.

Install:

```bash
npx skills add dhis2/open-climate-service@prd-authoring -y
```

Package: dhis2/open-climate-service
Source: https://github.com/dhis2/open-climate-service/tree/main/.github/skills/prd-authoring

## dhis2/ai-devtools package overview

Includes 1 official skill: dhis2-apps.

### Top skills in this package

- dhis2-apps: Official DHIS2 skill from dhis2/ai-devtools.

### Install

Install the full package:

```bash
npx skills add dhis2/ai-devtools -y
```

Install a specific skill:

```bash
npx skills add dhis2/ai-devtools@dhis2-apps -y
```

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

Source: https://github.com/dhis2/ai-devtools#readme
