# Sendbird AI Agent Skills

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

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

Official page: https://skillscout.sh/official/sendbird/
Markdown page: https://skillscout.sh/official/sendbird/sendbird_skills_skillscout.md
Vendor website: https://sendbird.com/

## Prompt for your agent

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

### sendbird/cc-plugin-codex

Includes 7 official skills: review, adversarial-review, cancel, rescue, result, setup.

Install:

```bash
npx skills add sendbird/cc-plugin-codex -y
```

Source: https://github.com/sendbird/cc-plugin-codex

### sendbird/stave

Includes 8 official skills: lens-inspect, stave-design-system, stave-release, stave-worktree-pr-flow, the-high-signal-review, the-ipc-contract-audit.

Install:

```bash
npx skills add sendbird/stave -y
```

Source: https://github.com/sendbird/stave

## Individual skills

### review

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@review -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/review

### adversarial-review

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@adversarial-review -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/adversarial-review

### cancel

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@cancel -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/cancel

### rescue

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@rescue -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/rescue

### result

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@result -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/HEAD/skills/result

### setup

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@setup -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/setup

### status

Official Sendbird skill from sendbird/cc-plugin-codex.

Install:

```bash
npx skills add sendbird/cc-plugin-codex@status -y
```

Package: sendbird/cc-plugin-codex
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/status

### lens-inspect

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@lens-inspect -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/main/skills/lens-inspect

### stave-design-system

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@stave-design-system -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/HEAD/skills/stave-design-system

### stave-release

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@stave-release -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/HEAD/skills/stave-release

### stave-worktree-pr-flow

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@stave-worktree-pr-flow -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/main/skills/stave-worktree-pr-flow

### the-high-signal-review

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@the-high-signal-review -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/HEAD/skills/the-high-signal-review

### the-ipc-contract-audit

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@the-ipc-contract-audit -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/main/skills/the-ipc-contract-audit

### the-provider-runtime-symmetry

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@the-provider-runtime-symmetry -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/main/skills/the-provider-runtime-symmetry

### the-trace-execution-path

Official Sendbird skill from sendbird/stave.

Install:

```bash
npx skills add sendbird/stave@the-trace-execution-path -y
```

Package: sendbird/stave
Source: https://github.com/sendbird/stave/tree/main/skills/the-trace-execution-path

## sendbird/cc-plugin-codex package overview

Includes 7 official skills: review, adversarial-review, cancel, rescue, result, setup.

### Top skills in this package

- review: Official Sendbird skill from sendbird/cc-plugin-codex.
- adversarial-review: Official Sendbird skill from sendbird/cc-plugin-codex.
- cancel: Official Sendbird skill from sendbird/cc-plugin-codex.
- rescue: Official Sendbird skill from sendbird/cc-plugin-codex.
- result: Official Sendbird skill from sendbird/cc-plugin-codex.
- setup: Official Sendbird skill from sendbird/cc-plugin-codex.
- status: Official Sendbird skill from sendbird/cc-plugin-codex.

### Install

Install the full package:

```bash
npx skills add sendbird/cc-plugin-codex -y
```

Install a specific skill:

```bash
npx skills add sendbird/cc-plugin-codex@review -y
```

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

Source: https://github.com/sendbird/cc-plugin-codex#readme
