# DeployGate AI Agent Skills

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

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

Official page: https://skillscout.sh/official/deploygate/
Markdown page: https://skillscout.sh/official/deploygate/deploygate_skills_skillscout.md
Vendor website: https://deploygate.com/

## Prompt for your agent

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

### deploygate/deploygate-agent-plugin

Includes 4 official skills: ci-setup, deploy, sdk-setup, setup.

Install:

```bash
npx skills add deploygate/deploygate-agent-plugin -y
```

Source: https://github.com/DeployGate/deploygate-agent-plugin

## Individual skills

### ci-setup

Official DeployGate skill from deploygate/deploygate-agent-plugin.

Install:

```bash
npx skills add deploygate/deploygate-agent-plugin@ci-setup -y
```

Package: deploygate/deploygate-agent-plugin
Source: https://github.com/DeployGate/deploygate-agent-plugin/tree/main/plugin/skills/ci-setup

### deploy

Official DeployGate skill from deploygate/deploygate-agent-plugin.

Install:

```bash
npx skills add deploygate/deploygate-agent-plugin@deploy -y
```

Package: deploygate/deploygate-agent-plugin
Source: https://github.com/DeployGate/deploygate-agent-plugin/tree/main/plugin/skills/deploy

### sdk-setup

Official DeployGate skill from deploygate/deploygate-agent-plugin.

Install:

```bash
npx skills add deploygate/deploygate-agent-plugin@sdk-setup -y
```

Package: deploygate/deploygate-agent-plugin
Source: https://github.com/DeployGate/deploygate-agent-plugin/tree/main/plugin/skills/sdk-setup

### setup

Official DeployGate skill from deploygate/deploygate-agent-plugin.

Install:

```bash
npx skills add deploygate/deploygate-agent-plugin@setup -y
```

Package: deploygate/deploygate-agent-plugin
Source: https://github.com/DeployGate/deploygate-agent-plugin/tree/main/plugin/skills/setup

## deploygate/deploygate-agent-plugin package overview

Includes 4 official skills: ci-setup, deploy, sdk-setup, setup.

### Top skills in this package

- ci-setup: Official DeployGate skill from deploygate/deploygate-agent-plugin.
- deploy: Official DeployGate skill from deploygate/deploygate-agent-plugin.
- sdk-setup: Official DeployGate skill from deploygate/deploygate-agent-plugin.
- setup: Official DeployGate skill from deploygate/deploygate-agent-plugin.

### Install

Install the full package:

```bash
npx skills add deploygate/deploygate-agent-plugin -y
```

Install a specific skill:

```bash
npx skills add deploygate/deploygate-agent-plugin@ci-setup -y
```

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

Source: https://github.com/deploygate/deploygate-agent-plugin#readme
