# ReductStore AI Agent Skills

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

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

Official page: https://skillscout.sh/official/reductstore/
Markdown page: https://skillscout.sh/official/reductstore/reductstore_skills_skillscout.md
Vendor website: https://www.reduct.store/

## Prompt for your agent

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

### reductstore/security

Includes 2 official skills: create-pr, create-ssdlc-mitigation-issue.

Install:

```bash
npx skills add reductstore/security -y
```

Source: https://github.com/reductstore/security

### reductstore/reduct-bridge

Includes 1 official skill: create-pr.

Install:

```bash
npx skills add reductstore/reduct-bridge -y
```

Source: https://github.com/reductstore/reduct-bridge

### reductstore/reductstore

Includes 1 official skill: create-pr.

Install:

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

Source: https://github.com/reductstore/reductstore

## Individual skills

### create-pr

Official ReductStore skill from reductstore/security.

Install:

```bash
npx skills add reductstore/security@create-pr -y
```

Package: reductstore/security
Source: https://github.com/reductstore/security/tree/main/.kilo/skills/create-pr

### create-ssdlc-mitigation-issue

Official ReductStore skill from reductstore/security.

Install:

```bash
npx skills add reductstore/security@create-ssdlc-mitigation-issue -y
```

Package: reductstore/security
Source: https://github.com/reductstore/security/tree/main/.kilo/skills/create-ssdlc-mitigation-issue

### create-pr

Official ReductStore skill from reductstore/reduct-bridge.

Install:

```bash
npx skills add reductstore/reduct-bridge@create-pr -y
```

Package: reductstore/reduct-bridge
Source: https://github.com/reductstore/reduct-bridge/tree/main/.kilo/skill/create-pr

### create-pr

Official ReductStore skill from reductstore/reductstore.

Install:

```bash
npx skills add reductstore/reductstore@create-pr -y
```

Package: reductstore/reductstore
Source: https://github.com/reductstore/reductstore/tree/main/.kilo/skills/create-pr

## reductstore/security package overview

Includes 2 official skills: create-pr, create-ssdlc-mitigation-issue.

### Top skills in this package

- create-pr: Official ReductStore skill from reductstore/security.
- create-ssdlc-mitigation-issue: Official ReductStore skill from reductstore/security.

### Install

Install the full package:

```bash
npx skills add reductstore/security -y
```

Install a specific skill:

```bash
npx skills add reductstore/security@create-pr -y
```

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

Source: https://github.com/reductstore/security#readme
