# DX AI Agent Skills

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

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

Official page: https://skillscout.sh/official/get-dx/
Markdown page: https://skillscout.sh/official/get-dx/get-dx_skills_skillscout.md
Vendor website: https://getdx.com/

## Prompt for your agent

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

### get-dx/cli

Includes 2 official skills: dx-cli, create-cli-command-from-api-method.

Install:

```bash
npx skills add get-dx/cli -y
```

Source: https://github.com/get-dx/cli

## Individual skills

### dx-cli

Official DX skill from get-dx/cli.

Install:

```bash
npx skills add get-dx/cli@dx-cli -y
```

Package: get-dx/cli
Source: https://github.com/get-dx/cli/tree/main/skills/dx-cli

### create-cli-command-from-api-method

Official DX skill from get-dx/cli.

Install:

```bash
npx skills add get-dx/cli@create-cli-command-from-api-method -y
```

Package: get-dx/cli
Source: https://github.com/get-dx/cli/tree/main/.agents-internal-dev/skills/create-cli-command-from-api-method

## get-dx/cli package overview

Includes 2 official skills: dx-cli, create-cli-command-from-api-method.

### Top skills in this package

- dx-cli: Official DX skill from get-dx/cli.
- create-cli-command-from-api-method: Official DX skill from get-dx/cli.

### Install

Install the full package:

```bash
npx skills add get-dx/cli -y
```

Install a specific skill:

```bash
npx skills add get-dx/cli@dx-cli -y
```

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

Source: https://github.com/get-dx/cli#readme
