# Rbnd AI Agent Skills

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

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

Official page: https://skillscout.sh/official/rbnd-studio/
Markdown page: https://skillscout.sh/official/rbnd-studio/rbnd-studio_skills_skillscout.md
Vendor website: https://rbnd.studio/

## Prompt for your agent

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

### rbnd-studio/flows.sh

Includes 2 official skills: flows-install, flows-best-practices.

Install:

```bash
npx skills add rbnd-studio/flows.sh -y
```

Source: https://github.com/RBND-studio/flows.sh

## Individual skills

### flows-install

Official Rbnd skill from rbnd-studio/flows.sh.

Install:

```bash
npx skills add rbnd-studio/flows.sh@flows-install -y
```

Package: rbnd-studio/flows.sh
Source: https://github.com/RBND-studio/flows.sh/tree/main/skills/flows-install

### flows-best-practices

Official Rbnd skill from rbnd-studio/flows.sh.

Install:

```bash
npx skills add rbnd-studio/flows.sh@flows-best-practices -y
```

Package: rbnd-studio/flows.sh
Source: https://github.com/rbnd-studio/flows.sh/tree/HEAD/skills/flows-best-practices

## rbnd-studio/flows.sh package overview

Includes 2 official skills: flows-install, flows-best-practices.

### Top skills in this package

- flows-install: Official Rbnd skill from rbnd-studio/flows.sh.
- flows-best-practices: Official Rbnd skill from rbnd-studio/flows.sh.

### Install

Install the full package:

```bash
npx skills add rbnd-studio/flows.sh -y
```

Install a specific skill:

```bash
npx skills add rbnd-studio/flows.sh@flows-install -y
```

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

Source: https://github.com/rbnd-studio/flows.sh#readme
