# SynerOps AI Agent Skills

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

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

Official page: https://skillscout.sh/official/synerops/
Markdown page: https://skillscout.sh/official/synerops/synerops_skills_skillscout.md
Vendor website: https://synerops.com/

## Prompt for your agent

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

### synerops/legacy

Includes 4 official skills: orchestrator, reviewer, specialist, worker.

Install:

```bash
npx skills add synerops/legacy -y
```

Source: https://github.com/synerops/legacy

### synerops/syner

Includes 1 official skill: pull_request_template.

Install:

```bash
npx skills add synerops/syner -y
```

Source: https://github.com/synerops/syner

## Individual skills

### orchestrator

Official SynerOps skill from synerops/legacy.

Install:

```bash
npx skills add synerops/legacy@orchestrator -y
```

Package: synerops/legacy
Source: https://github.com/synerops/legacy/tree/main/packages/syner/agents/orchestrator

### reviewer

Official SynerOps skill from synerops/legacy.

Install:

```bash
npx skills add synerops/legacy@reviewer -y
```

Package: synerops/legacy
Source: https://github.com/synerops/legacy/tree/main/packages/syner/agents/reviewer

### specialist

Official SynerOps skill from synerops/legacy.

Install:

```bash
npx skills add synerops/legacy@specialist -y
```

Package: synerops/legacy
Source: https://github.com/synerops/legacy/tree/HEAD/packages/syner/agents/specialist

### worker

Official SynerOps skill from synerops/legacy.

Install:

```bash
npx skills add synerops/legacy@worker -y
```

Package: synerops/legacy
Source: https://github.com/synerops/legacy/tree/HEAD/packages/syner/agents/worker

### pull_request_template

Official SynerOps skill from synerops/syner.

Install:

```bash
npx skills add synerops/syner@pull_request_template -y
```

Package: synerops/syner
Source: https://github.com/synerops/syner/tree/HEAD/.github/pull_request_template

## synerops/legacy package overview

Includes 4 official skills: orchestrator, reviewer, specialist, worker.

### Top skills in this package

- orchestrator: Official SynerOps skill from synerops/legacy.
- reviewer: Official SynerOps skill from synerops/legacy.
- specialist: Official SynerOps skill from synerops/legacy.
- worker: Official SynerOps skill from synerops/legacy.

### Install

Install the full package:

```bash
npx skills add synerops/legacy -y
```

Install a specific skill:

```bash
npx skills add synerops/legacy@orchestrator -y
```

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

Source: https://github.com/synerops/legacy#readme
