# Vectreal AI Agent Skills

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

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

Official page: https://skillscout.sh/official/vectreal/
Markdown page: https://skillscout.sh/official/vectreal/vectreal_skills_skillscout.md
Vendor website: https://vectreal.com/

## Prompt for your agent

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

### vectreal/vectreal-platform

Includes 7 official skills: link-workspace-packages, monitor-ci, nx-generate, nx-import, nx-plugins, nx-run-tasks.

Install:

```bash
npx skills add vectreal/vectreal-platform -y
```

Source: https://github.com/Vectreal/vectreal-platform

## Individual skills

### link-workspace-packages

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@link-workspace-packages -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/vectreal/vectreal-platform/tree/HEAD/.github/skills/link-workspace-packages

### monitor-ci

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@monitor-ci -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/Vectreal/vectreal-platform/tree/main/.github/skills/monitor-ci

### nx-generate

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@nx-generate -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/vectreal/vectreal-platform/tree/HEAD/.github/skills/nx-generate

### nx-import

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@nx-import -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/Vectreal/vectreal-platform/tree/main/.github/skills/nx-import

### nx-plugins

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@nx-plugins -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/vectreal/vectreal-platform/tree/HEAD/.github/skills/nx-plugins

### nx-run-tasks

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@nx-run-tasks -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/vectreal/vectreal-platform/tree/HEAD/.github/skills/nx-run-tasks

### nx-workspace

Official Vectreal skill from vectreal/vectreal-platform.

Install:

```bash
npx skills add vectreal/vectreal-platform@nx-workspace -y
```

Package: vectreal/vectreal-platform
Source: https://github.com/Vectreal/vectreal-platform/tree/main/.github/skills/nx-workspace

## vectreal/vectreal-platform package overview

Includes 7 official skills: link-workspace-packages, monitor-ci, nx-generate, nx-import, nx-plugins, nx-run-tasks.

### Top skills in this package

- link-workspace-packages: Official Vectreal skill from vectreal/vectreal-platform.
- monitor-ci: Official Vectreal skill from vectreal/vectreal-platform.
- nx-generate: Official Vectreal skill from vectreal/vectreal-platform.
- nx-import: Official Vectreal skill from vectreal/vectreal-platform.
- nx-plugins: Official Vectreal skill from vectreal/vectreal-platform.
- nx-run-tasks: Official Vectreal skill from vectreal/vectreal-platform.
- nx-workspace: Official Vectreal skill from vectreal/vectreal-platform.

### Install

Install the full package:

```bash
npx skills add vectreal/vectreal-platform -y
```

Install a specific skill:

```bash
npx skills add vectreal/vectreal-platform@link-workspace-packages -y
```

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

Source: https://github.com/vectreal/vectreal-platform#readme
