# Sweep AI AI Agent Skills

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

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

Official page: https://skillscout.sh/official/sweepai/
Markdown page: https://skillscout.sh/official/sweepai/sweepai_skills_skillscout.md
Vendor website: https://sweep.dev/

## Prompt for your agent

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

### sweepai/jetbrains_plugin

Includes 3 official skills: create-pr, ide-freeze-investigation, release-notes.

Install:

```bash
npx skills add sweepai/jetbrains_plugin -y
```

Source: https://github.com/sweepai/jetbrains_plugin

## Individual skills

### create-pr

Official Sweep AI skill from sweepai/jetbrains_plugin.

Install:

```bash
npx skills add sweepai/jetbrains_plugin@create-pr -y
```

Package: sweepai/jetbrains_plugin
Source: https://github.com/sweepai/jetbrains_plugin/tree/main/.claude/skills/create-pr

### ide-freeze-investigation

Official Sweep AI skill from sweepai/jetbrains_plugin.

Install:

```bash
npx skills add sweepai/jetbrains_plugin@ide-freeze-investigation -y
```

Package: sweepai/jetbrains_plugin
Source: https://github.com/sweepai/jetbrains_plugin/tree/main/.claude/skills/ide-freeze-investigation

### release-notes

Official Sweep AI skill from sweepai/jetbrains_plugin.

Install:

```bash
npx skills add sweepai/jetbrains_plugin@release-notes -y
```

Package: sweepai/jetbrains_plugin
Source: https://github.com/sweepai/jetbrains_plugin/tree/main/.claude/skills/release-notes

## sweepai/jetbrains_plugin package overview

Includes 3 official skills: create-pr, ide-freeze-investigation, release-notes.

### Top skills in this package

- create-pr: Official Sweep AI skill from sweepai/jetbrains_plugin.
- ide-freeze-investigation: Official Sweep AI skill from sweepai/jetbrains_plugin.
- release-notes: Official Sweep AI skill from sweepai/jetbrains_plugin.

### Install

Install the full package:

```bash
npx skills add sweepai/jetbrains_plugin -y
```

Install a specific skill:

```bash
npx skills add sweepai/jetbrains_plugin@create-pr -y
```

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

Source: https://github.com/sweepai/jetbrains_plugin#readme
