# BuildBuddy AI Agent Skills

BuildBuddy publishes official AI agent skills for its tools, services, and developer workflows. BuildBuddy manages Bazel for you, so you can focus on building your product.

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

Official page: https://skillscout.sh/official/buildbuddy-io/
Markdown page: https://skillscout.sh/official/buildbuddy-io/buildbuddy-io_skills_skillscout.md
Vendor website: https://buildbuddy.io/

## Prompt for your agent

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

### buildbuddy-io/buildbuddy

Includes 3 official skills: remote-run, remote-run-curl, view-build-logs.

Install:

```bash
npx skills add buildbuddy-io/buildbuddy -y
```

Source: https://github.com/buildbuddy-io/buildbuddy

## Individual skills

### remote-run

Official BuildBuddy skill from buildbuddy-io/buildbuddy.

Install:

```bash
npx skills add buildbuddy-io/buildbuddy@remote-run -y
```

Package: buildbuddy-io/buildbuddy
Source: https://github.com/buildbuddy-io/buildbuddy/tree/master/docs/agent_skills/remote-run

### remote-run-curl

Official BuildBuddy skill from buildbuddy-io/buildbuddy.

Install:

```bash
npx skills add buildbuddy-io/buildbuddy@remote-run-curl -y
```

Package: buildbuddy-io/buildbuddy
Source: https://github.com/buildbuddy-io/buildbuddy/tree/master/docs/agent_skills/remote-run-curl

### view-build-logs

Official BuildBuddy skill from buildbuddy-io/buildbuddy.

Install:

```bash
npx skills add buildbuddy-io/buildbuddy@view-build-logs -y
```

Package: buildbuddy-io/buildbuddy
Source: https://github.com/buildbuddy-io/buildbuddy/tree/HEAD/docs/agent_skills/view-build-logs

## buildbuddy-io/buildbuddy package overview

Includes 3 official skills: remote-run, remote-run-curl, view-build-logs.

### Top skills in this package

- remote-run: Official BuildBuddy skill from buildbuddy-io/buildbuddy.
- remote-run-curl: Official BuildBuddy skill from buildbuddy-io/buildbuddy.
- view-build-logs: Official BuildBuddy skill from buildbuddy-io/buildbuddy.

### Install

Install the full package:

```bash
npx skills add buildbuddy-io/buildbuddy -y
```

Install a specific skill:

```bash
npx skills add buildbuddy-io/buildbuddy@remote-run -y
```

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

Source: https://github.com/buildbuddy-io/buildbuddy#readme
