# Cypress AI Agent Skills

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

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

Official page: https://skillscout.sh/official/cypress-io/
Markdown page: https://skillscout.sh/official/cypress-io/cypress-io_skills_skillscout.md
Vendor website: https://cypress.io/

## Prompt for your agent

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

### cypress-io/ai-toolkit

Includes 5 official skills: cypress-author, cypress-docs, cypress-explain, cypress-tap, cypress-cloud-cli.

Install:

```bash
npx skills add cypress-io/ai-toolkit -y
```

Source: https://github.com/cypress-io/ai-toolkit

### cypress-io/skills

Covers cypress-author, cypress-docs, cypress-explain. Writes, updates, and fixes Cypress tests for both end-to-end and component testing. Retrieves and extracts information from official Cypress documentation at docs.

Install:

```bash
npx skills add cypress-io/skills -y
```

Source: https://officialskills.sh/cypress-io/skills

## Individual skills

### cypress-author

Official Cypress skill from cypress-io/ai-toolkit.

Install:

```bash
npx skills add cypress-io/ai-toolkit@cypress-author -y
```

Package: cypress-io/ai-toolkit
Source: https://github.com/cypress-io/ai-toolkit/tree/main/skills/cypress-author

### cypress-docs

Official Cypress skill from cypress-io/ai-toolkit.

Install:

```bash
npx skills add cypress-io/ai-toolkit@cypress-docs -y
```

Package: cypress-io/ai-toolkit
Source: https://github.com/cypress-io/ai-toolkit/tree/main/skills/cypress-docs

### cypress-explain

Official Cypress skill from cypress-io/ai-toolkit.

Install:

```bash
npx skills add cypress-io/ai-toolkit@cypress-explain -y
```

Package: cypress-io/ai-toolkit
Source: https://github.com/cypress-io/ai-toolkit/tree/main/skills/cypress-explain

### cypress-tap

Official Cypress skill from cypress-io/ai-toolkit.

Install:

```bash
npx skills add cypress-io/ai-toolkit@cypress-tap -y
```

Package: cypress-io/ai-toolkit
Source: https://github.com/cypress-io/ai-toolkit/tree/HEAD/skills/cypress-tap

### cypress-cloud-cli

Official Cypress skill from cypress-io/ai-toolkit.

Install:

```bash
npx skills add cypress-io/ai-toolkit@cypress-cloud-cli -y
```

Package: cypress-io/ai-toolkit
Source: https://github.com/cypress-io/ai-toolkit/tree/HEAD/skills/cypress-cloud-cli

### cypress-author

Writes, updates, and fixes Cypress tests for both end-to-end and component testing.

Install:

```bash
npx skills add cypress-io/skills@cypress-author -y
```

Package: cypress-io/skills
Source: https://officialskills.sh/cypress-io/skills/cypress-author

### cypress-docs

Retrieves and extracts information from official Cypress documentation at docs.

Install:

```bash
npx skills add cypress-io/skills@cypress-docs -y
```

Package: cypress-io/skills
Source: https://officialskills.sh/cypress-io/skills/cypress-docs

### cypress-explain

Answers questions about Cypress and explains existing E2E or component tests.

Install:

```bash
npx skills add cypress-io/skills@cypress-explain -y
```

Package: cypress-io/skills
Source: https://officialskills.sh/cypress-io/skills/cypress-explain

## cypress-io/skills package overview

Covers cypress-author, cypress-docs, cypress-explain. Writes, updates, and fixes Cypress tests for both end-to-end and component testing. Retrieves and extracts information from official Cypress documentation at docs.

### Top skills in this package

- cypress-author: Writes, updates, and fixes Cypress tests for both end-to-end and component testing.
- cypress-docs: Retrieves and extracts information from official Cypress documentation at docs.
- cypress-explain: Answers questions about Cypress and explains existing E2E or component tests.

### Install

Install the full package:

```bash
npx skills add cypress-io/skills -y
```

Install a specific skill:

```bash
npx skills add cypress-io/skills@cypress-author -y
```

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

Source: https://github.com/cypress-io/skills#readme
