# RaiderIO AI Agent Skills

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

Browse 1 official AI agent skill across 1 RaiderIO repository, with install commands and source links.

Official page: https://skillscout.sh/official/raiderio/
Markdown page: https://skillscout.sh/official/raiderio/raiderio_skills_skillscout.md
Vendor website: https://raider.io/

## Prompt for your agent

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

### raiderio/keystone.guru

Includes 1 official skill: phpstan-fixer.

Install:

```bash
npx skills add raiderio/keystone.guru -y
```

Source: https://github.com/RaiderIO/keystone.guru

## Individual skills

### phpstan-fixer

Official RaiderIO skill from raiderio/keystone.guru.

Install:

```bash
npx skills add raiderio/keystone.guru@phpstan-fixer -y
```

Package: raiderio/keystone.guru
Source: https://github.com/raiderio/keystone.guru/tree/HEAD/.ai/skills/phpstan-fixer

## raiderio/keystone.guru package overview

Includes 1 official skill: phpstan-fixer.

### Top skills in this package

- phpstan-fixer: Official RaiderIO skill from raiderio/keystone.guru.

### Install

Install the full package:

```bash
npx skills add raiderio/keystone.guru -y
```

Install a specific skill:

```bash
npx skills add raiderio/keystone.guru@phpstan-fixer -y
```

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

Source: https://github.com/raiderio/keystone.guru#readme
