# Xebia Data AI Agent Skills

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

Browse 6 official AI agent skills across 2 Xebia Data repositories, with install commands and source links.

Official page: https://skillscout.sh/official/godatadriven/
Markdown page: https://skillscout.sh/official/godatadriven/godatadriven_skills_skillscout.md
Vendor website: https://xebia.com/digital-transformation/data-and-ai/

## Prompt for your agent

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

### godatadriven/dbt-bouncer

Includes 2 official skills: build-artifacts, new-check.

Install:

```bash
npx skills add godatadriven/dbt-bouncer -y
```

Source: https://github.com/godatadriven/dbt-bouncer

### godatadriven/whirl

Includes 4 official skills: create-environment, create-example, verify-ci-impact, version-bumper.

Install:

```bash
npx skills add godatadriven/whirl -y
```

Source: https://github.com/godatadriven/whirl

## Individual skills

### build-artifacts

Official Xebia Data skill from godatadriven/dbt-bouncer.

Install:

```bash
npx skills add godatadriven/dbt-bouncer@build-artifacts -y
```

Package: godatadriven/dbt-bouncer
Source: https://github.com/godatadriven/dbt-bouncer/tree/main/.agents/skills/build-artifacts

### new-check

Official Xebia Data skill from godatadriven/dbt-bouncer.

Install:

```bash
npx skills add godatadriven/dbt-bouncer@new-check -y
```

Package: godatadriven/dbt-bouncer
Source: https://github.com/godatadriven/dbt-bouncer/tree/main/.agents/skills/new-check

### create-environment

Official Xebia Data skill from godatadriven/whirl.

Install:

```bash
npx skills add godatadriven/whirl@create-environment -y
```

Package: godatadriven/whirl
Source: https://github.com/godatadriven/whirl/tree/master/.claude/skills/create-environment

### create-example

Official Xebia Data skill from godatadriven/whirl.

Install:

```bash
npx skills add godatadriven/whirl@create-example -y
```

Package: godatadriven/whirl
Source: https://github.com/godatadriven/whirl/tree/master/.claude/skills/create-example

### verify-ci-impact

Official Xebia Data skill from godatadriven/whirl.

Install:

```bash
npx skills add godatadriven/whirl@verify-ci-impact -y
```

Package: godatadriven/whirl
Source: https://github.com/godatadriven/whirl/tree/master/.claude/skills/verify-ci-impact

### version-bumper

Official Xebia Data skill from godatadriven/whirl.

Install:

```bash
npx skills add godatadriven/whirl@version-bumper -y
```

Package: godatadriven/whirl
Source: https://github.com/godatadriven/whirl/tree/master/.claude/skills/version-bumper

## godatadriven/dbt-bouncer package overview

Includes 2 official skills: build-artifacts, new-check.

### Top skills in this package

- build-artifacts: Official Xebia Data skill from godatadriven/dbt-bouncer.
- new-check: Official Xebia Data skill from godatadriven/dbt-bouncer.

### Install

Install the full package:

```bash
npx skills add godatadriven/dbt-bouncer -y
```

Install a specific skill:

```bash
npx skills add godatadriven/dbt-bouncer@build-artifacts -y
```

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

Source: https://github.com/godatadriven/dbt-bouncer#readme
