# Sonatype AI Agent Skills

Sonatype publishes official AI agent skills for its tools, services, and developer workflows. Developer friendly, full-spectrum software supply-chain management.

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

Official page: https://skillscout.sh/official/sonatype/
Markdown page: https://skillscout.sh/official/sonatype/sonatype_skills_skillscout.md
Vendor website: https://www.sonatype.com/

## Prompt for your agent

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

### sonatype/sonatype-cursor-plugin

Includes 3 official skills: audit-dependencies, check-dependency, find-safer-version.

Install:

```bash
npx skills add sonatype/sonatype-cursor-plugin -y
```

Source: https://github.com/sonatype/sonatype-cursor-plugin

### sonatype/guide-claude-plugin

Includes 1 official skill: sonatype-guide.

Install:

```bash
npx skills add sonatype/guide-claude-plugin -y
```

Source: https://github.com/sonatype/guide-claude-plugin

## Individual skills

### audit-dependencies

Official Sonatype skill from sonatype/sonatype-cursor-plugin.

Install:

```bash
npx skills add sonatype/sonatype-cursor-plugin@audit-dependencies -y
```

Package: sonatype/sonatype-cursor-plugin
Source: https://github.com/sonatype/sonatype-cursor-plugin/tree/HEAD/skills/audit-dependencies

### check-dependency

Official Sonatype skill from sonatype/sonatype-cursor-plugin.

Install:

```bash
npx skills add sonatype/sonatype-cursor-plugin@check-dependency -y
```

Package: sonatype/sonatype-cursor-plugin
Source: https://github.com/sonatype/sonatype-cursor-plugin/tree/HEAD/skills/check-dependency

### find-safer-version

Official Sonatype skill from sonatype/sonatype-cursor-plugin.

Install:

```bash
npx skills add sonatype/sonatype-cursor-plugin@find-safer-version -y
```

Package: sonatype/sonatype-cursor-plugin
Source: https://github.com/sonatype/sonatype-cursor-plugin/tree/HEAD/skills/find-safer-version

### sonatype-guide

Official Sonatype skill from sonatype/guide-claude-plugin.

Install:

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

Package: sonatype/guide-claude-plugin
Source: https://github.com/sonatype/guide-claude-plugin/tree/main/skills/sonatype-guide

## sonatype/sonatype-cursor-plugin package overview

Includes 3 official skills: audit-dependencies, check-dependency, find-safer-version.

### Top skills in this package

- audit-dependencies: Official Sonatype skill from sonatype/sonatype-cursor-plugin.
- check-dependency: Official Sonatype skill from sonatype/sonatype-cursor-plugin.
- find-safer-version: Official Sonatype skill from sonatype/sonatype-cursor-plugin.

### Install

Install the full package:

```bash
npx skills add sonatype/sonatype-cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add sonatype/sonatype-cursor-plugin@audit-dependencies -y
```

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

Source: https://github.com/sonatype/sonatype-cursor-plugin#readme
