# RustFS AI Agent Skills

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

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

Official page: https://skillscout.sh/official/rustfs/
Markdown page: https://skillscout.sh/official/rustfs/rustfs_skills_skillscout.md
Vendor website: https://rustfs.com/

## Prompt for your agent

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

### rustfs/console

Includes 2 official skills: rustfs-console-design-guide, ui-audit.

Install:

```bash
npx skills add rustfs/console -y
```

Source: https://github.com/rustfs/console

## Individual skills

### rustfs-console-design-guide

Official RustFS skill from rustfs/console.

Install:

```bash
npx skills add rustfs/console@rustfs-console-design-guide -y
```

Package: rustfs/console
Source: https://github.com/rustfs/console/tree/main/skills/rustfs-console-design-guide

### ui-audit

Official RustFS skill from rustfs/console.

Install:

```bash
npx skills add rustfs/console@ui-audit -y
```

Package: rustfs/console
Source: https://github.com/rustfs/console/tree/main/skills/ui-audit

## rustfs/console package overview

Includes 2 official skills: rustfs-console-design-guide, ui-audit.

### Top skills in this package

- rustfs-console-design-guide: Official RustFS skill from rustfs/console.
- ui-audit: Official RustFS skill from rustfs/console.

### Install

Install the full package:

```bash
npx skills add rustfs/console -y
```

Install a specific skill:

```bash
npx skills add rustfs/console@rustfs-console-design-guide -y
```

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

Source: https://github.com/rustfs/console#readme
