# Blackbaud AI Agent Skills

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

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

Official page: https://skillscout.sh/official/blackbaud/
Markdown page: https://skillscout.sh/official/blackbaud/blackbaud_skills_skillscout.md
Vendor website: https://blackbaud.com/

## Prompt for your agent

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

### blackbaud/skyux-skills

Includes 2 official skills: skyux-sidekick, create-a-new-skyux-project.

Install:

```bash
npx skills add blackbaud/skyux-skills -y
```

Source: https://github.com/blackbaud/skyux-skills

### blackbaud/skyux

Includes 6 official skills: add-component-harness, add-component-unit-tests, add-component-visual-tests, add-skyux-code-example, add-skyux-component, add-skyux-library.

Install:

```bash
npx skills add blackbaud/skyux -y
```

Source: https://github.com/blackbaud/skyux

## Individual skills

### skyux-sidekick

Official Blackbaud skill from blackbaud/skyux-skills.

Install:

```bash
npx skills add blackbaud/skyux-skills@skyux-sidekick -y
```

Package: blackbaud/skyux-skills
Source: https://github.com/blackbaud/skyux-skills/tree/main/skills/skyux-sidekick

### create-a-new-skyux-project

Official Blackbaud skill from blackbaud/skyux-skills.

Install:

```bash
npx skills add blackbaud/skyux-skills@create-a-new-skyux-project -y
```

Package: blackbaud/skyux-skills
Source: https://github.com/blackbaud/skyux-skills/tree/main/skills/create-a-new-skyux-project

### add-component-harness

Official Blackbaud skill from blackbaud/skyux.

Install:

```bash
npx skills add blackbaud/skyux@add-component-harness -y
```

Package: blackbaud/skyux
Source: https://github.com/blackbaud/skyux/tree/main/.github/skills/add-component-harness

### add-component-unit-tests

Official Blackbaud skill from blackbaud/skyux.

Install:

```bash
npx skills add blackbaud/skyux@add-component-unit-tests -y
```

Package: blackbaud/skyux
Source: https://github.com/blackbaud/skyux/tree/main/.github/skills/add-component-unit-tests

### add-component-visual-tests

Official Blackbaud skill from blackbaud/skyux.

Install:

```bash
npx skills add blackbaud/skyux@add-component-visual-tests -y
```

Package: blackbaud/skyux
Source: https://github.com/blackbaud/skyux/tree/main/.github/skills/add-component-visual-tests

### add-skyux-code-example

Official Blackbaud skill from blackbaud/skyux.

Install:

```bash
npx skills add blackbaud/skyux@add-skyux-code-example -y
```

Package: blackbaud/skyux
Source: https://github.com/blackbaud/skyux/tree/main/.github/skills/add-skyux-code-example

### add-skyux-component

Official Blackbaud skill from blackbaud/skyux.

Install:

```bash
npx skills add blackbaud/skyux@add-skyux-component -y
```

Package: blackbaud/skyux
Source: https://github.com/blackbaud/skyux/tree/main/.github/skills/add-skyux-component

### add-skyux-library

Official Blackbaud skill from blackbaud/skyux.

Install:

```bash
npx skills add blackbaud/skyux@add-skyux-library -y
```

Package: blackbaud/skyux
Source: https://github.com/blackbaud/skyux/tree/main/.github/skills/add-skyux-library

## blackbaud/skyux-skills package overview

Includes 2 official skills: skyux-sidekick, create-a-new-skyux-project.

### Top skills in this package

- skyux-sidekick: Official Blackbaud skill from blackbaud/skyux-skills.
- create-a-new-skyux-project: Official Blackbaud skill from blackbaud/skyux-skills.

### Install

Install the full package:

```bash
npx skills add blackbaud/skyux-skills -y
```

Install a specific skill:

```bash
npx skills add blackbaud/skyux-skills@skyux-sidekick -y
```

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

Source: https://github.com/blackbaud/skyux-skills#readme
