# Cohere AI Agent Skills

Cohere publishes official AI agent skills for its tools, services, and developer workflows. Own your AI. Empowering enterprises with private, powerful systems and builders with accessible, open-source models.

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

Official page: https://skillscout.sh/official/cohere-ai/
Markdown page: https://skillscout.sh/official/cohere-ai/cohere-ai_skills_skillscout.md
Vendor website: https://cohere.com/

## Prompt for your agent

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

### cohere-ai/vllm-skills

Includes 5 official skills: auto-rebase, detect-upstream-base, install-vllm, local-test-runner, rebase-assistant.

Install:

```bash
npx skills add cohere-ai/vllm-skills -y
```

Source: https://github.com/cohere-ai/vllm-skills

## Individual skills

### auto-rebase

Official Cohere skill from cohere-ai/vllm-skills.

Install:

```bash
npx skills add cohere-ai/vllm-skills@auto-rebase -y
```

Package: cohere-ai/vllm-skills
Source: https://github.com/cohere-ai/vllm-skills/tree/main/skills/auto-rebase

### detect-upstream-base

Official Cohere skill from cohere-ai/vllm-skills.

Install:

```bash
npx skills add cohere-ai/vllm-skills@detect-upstream-base -y
```

Package: cohere-ai/vllm-skills
Source: https://github.com/cohere-ai/vllm-skills/tree/main/skills/detect-upstream-base

### install-vllm

Official Cohere skill from cohere-ai/vllm-skills.

Install:

```bash
npx skills add cohere-ai/vllm-skills@install-vllm -y
```

Package: cohere-ai/vllm-skills
Source: https://github.com/cohere-ai/vllm-skills/tree/main/skills/install-vllm

### local-test-runner

Official Cohere skill from cohere-ai/vllm-skills.

Install:

```bash
npx skills add cohere-ai/vllm-skills@local-test-runner -y
```

Package: cohere-ai/vllm-skills
Source: https://github.com/cohere-ai/vllm-skills/tree/main/skills/local-test-runner

### rebase-assistant

Official Cohere skill from cohere-ai/vllm-skills.

Install:

```bash
npx skills add cohere-ai/vllm-skills@rebase-assistant -y
```

Package: cohere-ai/vllm-skills
Source: https://github.com/cohere-ai/vllm-skills/tree/main/skills/rebase-assistant

## cohere-ai/vllm-skills package overview

Includes 5 official skills: auto-rebase, detect-upstream-base, install-vllm, local-test-runner, rebase-assistant.

### Top skills in this package

- auto-rebase: Official Cohere skill from cohere-ai/vllm-skills.
- detect-upstream-base: Official Cohere skill from cohere-ai/vllm-skills.
- install-vllm: Official Cohere skill from cohere-ai/vllm-skills.
- local-test-runner: Official Cohere skill from cohere-ai/vllm-skills.
- rebase-assistant: Official Cohere skill from cohere-ai/vllm-skills.

### Install

Install the full package:

```bash
npx skills add cohere-ai/vllm-skills -y
```

Install a specific skill:

```bash
npx skills add cohere-ai/vllm-skills@auto-rebase -y
```

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

Source: https://github.com/cohere-ai/vllm-skills#readme
