# Buoy AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ahoybuoy/
Markdown page: https://skillscout.sh/official/ahoybuoy/ahoybuoy_skills_skillscout.md
Vendor website: http://buoy.design/

## Prompt for your agent

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

### ahoybuoy/buoy-site

Includes 2 official skills: animator, design-system.

Install:

```bash
npx skills add ahoybuoy/buoy-site -y
```

Source: https://github.com/ahoybuoy/buoy-site

### ahoybuoy/buoy

Includes 1 official skill: clean-sync-conflicts.

Install:

```bash
npx skills add ahoybuoy/buoy -y
```

Source: https://github.com/ahoybuoy/buoy

## Individual skills

### animator

Official Buoy skill from ahoybuoy/buoy-site.

Install:

```bash
npx skills add ahoybuoy/buoy-site@animator -y
```

Package: ahoybuoy/buoy-site
Source: https://github.com/ahoybuoy/buoy-site/tree/main/.claude/skills/animator

### design-system

Official Buoy skill from ahoybuoy/buoy-site.

Install:

```bash
npx skills add ahoybuoy/buoy-site@design-system -y
```

Package: ahoybuoy/buoy-site
Source: https://github.com/ahoybuoy/buoy-site/tree/HEAD/.claude/skills/design-system

### clean-sync-conflicts

Official Buoy skill from ahoybuoy/buoy.

Install:

```bash
npx skills add ahoybuoy/buoy@clean-sync-conflicts -y
```

Package: ahoybuoy/buoy
Source: https://github.com/ahoybuoy/buoy/tree/main/.claude/skills/clean-sync-conflicts

## ahoybuoy/buoy-site package overview

Includes 2 official skills: animator, design-system.

### Top skills in this package

- animator: Official Buoy skill from ahoybuoy/buoy-site.
- design-system: Official Buoy skill from ahoybuoy/buoy-site.

### Install

Install the full package:

```bash
npx skills add ahoybuoy/buoy-site -y
```

Install a specific skill:

```bash
npx skills add ahoybuoy/buoy-site@animator -y
```

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

Source: https://github.com/ahoybuoy/buoy-site#readme
