# StackRox AI Agent Skills

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

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

Official page: https://skillscout.sh/official/stackrox/
Markdown page: https://skillscout.sh/official/stackrox/stackrox_skills_skillscout.md
Vendor website: https://stackrox.io/

## Prompt for your agent

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

### stackrox/stackrox

Includes 4 official skills: use-modern-go, go-dependency-analyzer, proto-writer, test-plan.

Install:

```bash
npx skills add stackrox/stackrox -y
```

Source: https://github.com/stackrox/stackrox

### stackrox/harness-openshell

Includes 1 official skill: validate.

Install:

```bash
npx skills add stackrox/harness-openshell -y
```

Source: https://github.com/stackrox/harness-openshell

## Individual skills

### use-modern-go

Official StackRox skill from stackrox/stackrox.

Install:

```bash
npx skills add stackrox/stackrox@use-modern-go -y
```

Package: stackrox/stackrox
Source: https://github.com/stackrox/stackrox/tree/master/.claude/skills/use-modern-go

### go-dependency-analyzer

Official StackRox skill from stackrox/stackrox.

Install:

```bash
npx skills add stackrox/stackrox@go-dependency-analyzer -y
```

Package: stackrox/stackrox
Source: https://github.com/stackrox/stackrox/tree/master/.claude/skills/go-dependency-analyzer

### proto-writer

Official StackRox skill from stackrox/stackrox.

Install:

```bash
npx skills add stackrox/stackrox@proto-writer -y
```

Package: stackrox/stackrox
Source: https://github.com/stackrox/stackrox/tree/master/.claude/skills/proto-writer

### test-plan

Official StackRox skill from stackrox/stackrox.

Install:

```bash
npx skills add stackrox/stackrox@test-plan -y
```

Package: stackrox/stackrox
Source: https://github.com/stackrox/stackrox/tree/master/.claude/skills/test-plan

### validate

Official StackRox skill from stackrox/harness-openshell.

Install:

```bash
npx skills add stackrox/harness-openshell@validate -y
```

Package: stackrox/harness-openshell
Source: https://github.com/stackrox/harness-openshell/tree/main/.agents/skills/validate

## stackrox/stackrox package overview

Includes 4 official skills: use-modern-go, go-dependency-analyzer, proto-writer, test-plan.

### Top skills in this package

- use-modern-go: Official StackRox skill from stackrox/stackrox.
- go-dependency-analyzer: Official StackRox skill from stackrox/stackrox.
- proto-writer: Official StackRox skill from stackrox/stackrox.
- test-plan: Official StackRox skill from stackrox/stackrox.

### Install

Install the full package:

```bash
npx skills add stackrox/stackrox -y
```

Install a specific skill:

```bash
npx skills add stackrox/stackrox@use-modern-go -y
```

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

Source: https://github.com/stackrox/stackrox#readme
