# Oxide Computer Company AI Agent Skills

Oxide Computer Company publishes official AI agent skills for its tools, services, and developer workflows.

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

Official page: https://skillscout.sh/official/oxidecomputer/
Markdown page: https://skillscout.sh/official/oxidecomputer/oxidecomputer_skills_skillscout.md
Vendor website: https://oxide.computer/

## Prompt for your agent

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

### oxidecomputer/claude-plugins

Includes 2 official skills: diataxis, cross-repo-upgrade.

Install:

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

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

### oxidecomputer/attend

Includes 2 official skills: start, stop.

Install:

```bash
npx skills add oxidecomputer/attend -y
```

Source: https://github.com/oxidecomputer/attend

## Individual skills

### diataxis

Official Oxide Computer Company skill from oxidecomputer/claude-plugins.

Install:

```bash
npx skills add oxidecomputer/claude-plugins@diataxis -y
```

Package: oxidecomputer/claude-plugins
Source: https://github.com/oxidecomputer/claude-plugins/tree/main/eng/skills/diataxis

### cross-repo-upgrade

Official Oxide Computer Company skill from oxidecomputer/claude-plugins.

Install:

```bash
npx skills add oxidecomputer/claude-plugins@cross-repo-upgrade -y
```

Package: oxidecomputer/claude-plugins
Source: https://github.com/oxidecomputer/claude-plugins/tree/main/eng/skills/cross-repo-upgrade

### start

Official Oxide Computer Company skill from oxidecomputer/attend.

Install:

```bash
npx skills add oxidecomputer/attend@start -y
```

Package: oxidecomputer/attend
Source: https://github.com/oxidecomputer/attend/tree/main/plugin/skills/start

### stop

Official Oxide Computer Company skill from oxidecomputer/attend.

Install:

```bash
npx skills add oxidecomputer/attend@stop -y
```

Package: oxidecomputer/attend
Source: https://github.com/oxidecomputer/attend/tree/HEAD/plugin/skills/stop

## oxidecomputer/claude-plugins package overview

Includes 2 official skills: diataxis, cross-repo-upgrade.

### Top skills in this package

- diataxis: Official Oxide Computer Company skill from oxidecomputer/claude-plugins.
- cross-repo-upgrade: Official Oxide Computer Company skill from oxidecomputer/claude-plugins.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add oxidecomputer/claude-plugins@diataxis -y
```

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

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