# Argos AI Agent Skills

Argos publishes official AI agent skills for its tools, services, and developer workflows. Argos detects unintended visual changes in your UI, helping teams maintain high product quality as they ship faster.

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

Official page: https://skillscout.sh/official/argos-ci/
Markdown page: https://skillscout.sh/official/argos-ci/argos-ci_skills_skillscout.md
Vendor website: https://argos-ci.com/

## Prompt for your agent

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

### argos-ci/argos-javascript

Includes 3 official skills: argos-cli, argos-pr-review, argos-upload.

Install:

```bash
npx skills add argos-ci/argos-javascript -y
```

Source: https://github.com/argos-ci/argos-javascript

## Individual skills

### argos-cli

Official Argos skill from argos-ci/argos-javascript.

Install:

```bash
npx skills add argos-ci/argos-javascript@argos-cli -y
```

Package: argos-ci/argos-javascript
Source: https://github.com/argos-ci/argos-javascript/tree/main/skills/argos-cli

### argos-pr-review

Official Argos skill from argos-ci/argos-javascript.

Install:

```bash
npx skills add argos-ci/argos-javascript@argos-pr-review -y
```

Package: argos-ci/argos-javascript
Source: https://github.com/argos-ci/argos-javascript/tree/main/skills/argos-pr-review

### argos-upload

Official Argos skill from argos-ci/argos-javascript.

Install:

```bash
npx skills add argos-ci/argos-javascript@argos-upload -y
```

Package: argos-ci/argos-javascript
Source: https://github.com/argos-ci/argos-javascript/tree/HEAD/skills/argos-upload

## argos-ci/argos-javascript package overview

Includes 3 official skills: argos-cli, argos-pr-review, argos-upload.

### Top skills in this package

- argos-cli: Official Argos skill from argos-ci/argos-javascript.
- argos-pr-review: Official Argos skill from argos-ci/argos-javascript.
- argos-upload: Official Argos skill from argos-ci/argos-javascript.

### Install

Install the full package:

```bash
npx skills add argos-ci/argos-javascript -y
```

Install a specific skill:

```bash
npx skills add argos-ci/argos-javascript@argos-cli -y
```

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

Source: https://github.com/argos-ci/argos-javascript#readme
