# Recce AI Agent Skills

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

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

Official page: https://skillscout.sh/official/datarecce/
Markdown page: https://skillscout.sh/official/datarecce/datarecce_skills_skillscout.md
Vendor website: https://reccehq.com/

## Prompt for your agent

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

### datarecce/recce-claude-plugin

Includes 6 official skills: dbt-ci, python-pip-ci, python-uv-ci, recce-guide, recce-review, recce-verify.

Install:

```bash
npx skills add datarecce/recce-claude-plugin -y
```

Source: https://github.com/DataRecce/recce-claude-plugin

## Individual skills

### dbt-ci

Official Recce skill from datarecce/recce-claude-plugin.

Install:

```bash
npx skills add datarecce/recce-claude-plugin@dbt-ci -y
```

Package: datarecce/recce-claude-plugin
Source: https://github.com/DataRecce/recce-claude-plugin/tree/main/plugins/recce-quickstart/skills/dbt-ci

### python-pip-ci

Official Recce skill from datarecce/recce-claude-plugin.

Install:

```bash
npx skills add datarecce/recce-claude-plugin@python-pip-ci -y
```

Package: datarecce/recce-claude-plugin
Source: https://github.com/DataRecce/recce-claude-plugin/tree/main/plugins/recce-quickstart/skills/python-pip-ci

### python-uv-ci

Official Recce skill from datarecce/recce-claude-plugin.

Install:

```bash
npx skills add datarecce/recce-claude-plugin@python-uv-ci -y
```

Package: datarecce/recce-claude-plugin
Source: https://github.com/DataRecce/recce-claude-plugin/tree/main/plugins/recce-quickstart/skills/python-uv-ci

### recce-guide

Official Recce skill from datarecce/recce-claude-plugin.

Install:

```bash
npx skills add datarecce/recce-claude-plugin@recce-guide -y
```

Package: datarecce/recce-claude-plugin
Source: https://github.com/DataRecce/recce-claude-plugin/tree/main/plugins/recce-quickstart/skills/recce-guide

### recce-review

Official Recce skill from datarecce/recce-claude-plugin.

Install:

```bash
npx skills add datarecce/recce-claude-plugin@recce-review -y
```

Package: datarecce/recce-claude-plugin
Source: https://github.com/DataRecce/recce-claude-plugin/tree/main/plugins/recce/skills/recce-review

### recce-verify

Official Recce skill from datarecce/recce-claude-plugin.

Install:

```bash
npx skills add datarecce/recce-claude-plugin@recce-verify -y
```

Package: datarecce/recce-claude-plugin
Source: https://github.com/DataRecce/recce-claude-plugin/tree/main/plugins/recce/skills/recce-verify

## datarecce/recce-claude-plugin package overview

Includes 6 official skills: dbt-ci, python-pip-ci, python-uv-ci, recce-guide, recce-review, recce-verify.

### Top skills in this package

- dbt-ci: Official Recce skill from datarecce/recce-claude-plugin.
- python-pip-ci: Official Recce skill from datarecce/recce-claude-plugin.
- python-uv-ci: Official Recce skill from datarecce/recce-claude-plugin.
- recce-guide: Official Recce skill from datarecce/recce-claude-plugin.
- recce-review: Official Recce skill from datarecce/recce-claude-plugin.
- recce-verify: Official Recce skill from datarecce/recce-claude-plugin.

### Install

Install the full package:

```bash
npx skills add datarecce/recce-claude-plugin -y
```

Install a specific skill:

```bash
npx skills add datarecce/recce-claude-plugin@dbt-ci -y
```

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

Source: https://github.com/datarecce/recce-claude-plugin#readme
