# Docker AI Agent Skills

Docker publishes official AI agent skills for its tools, services, and developer workflows. Docker provides a platform for packaging applications into containers and building, sharing, and running them across development and production environments.

Browse 3 official AI agent skills across 3 Docker repositories, with install commands and source links.

Official page: https://skillscout.sh/official/docker/
Markdown page: https://skillscout.sh/official/docker/docker_skills_skillscout.md
Vendor website: https://www.docker.com/

## Prompt for your agent

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

### docker/claude-plugins

Includes 1 official skill: mcp-server-yaml-creator.

Install:

```bash
npx skills add docker/claude-plugins -y
```

Source: https://github.com/docker/claude-plugins

### docker/model-runner

Includes 1 official skill: docker-model-runner.

Install:

```bash
npx skills add docker/model-runner -y
```

Source: https://github.com/docker/model-runner

### docker/sbx-kits-contrib

Includes 1 official skill: kit-author.

Install:

```bash
npx skills add docker/sbx-kits-contrib -y
```

Source: https://github.com/docker/sbx-kits-contrib

## Individual skills

### mcp-server-yaml-creator

Official Docker skill from docker/claude-plugins.

Install:

```bash
npx skills add docker/claude-plugins@mcp-server-yaml-creator -y
```

Package: docker/claude-plugins
Source: https://github.com/docker/claude-plugins/tree/main/plugins/beta-mcp-skills/skills/mcp-server-yaml-creator

### docker-model-runner

Official Docker skill from docker/model-runner.

Install:

```bash
npx skills add docker/model-runner@docker-model-runner -y
```

Package: docker/model-runner
Source: https://github.com/docker/model-runner/tree/main/cmd/cli/commands/skills/docker-model-runner

### kit-author

Official Docker skill from docker/sbx-kits-contrib.

Install:

```bash
npx skills add docker/sbx-kits-contrib@kit-author -y
```

Package: docker/sbx-kits-contrib
Source: https://github.com/docker/sbx-kits-contrib/tree/main/skills/kit-author

## docker/claude-plugins package overview

Includes 1 official skill: mcp-server-yaml-creator.

### Top skills in this package

- mcp-server-yaml-creator: Official Docker skill from docker/claude-plugins.

### Install

Install the full package:

```bash
npx skills add docker/claude-plugins -y
```

Install a specific skill:

```bash
npx skills add docker/claude-plugins@mcp-server-yaml-creator -y
```

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

Source: https://github.com/docker/claude-plugins#readme
