# CircleCI AI Agent Skills

CircleCI publishes official AI agent skills for its tools, services, and developer workflows. Continuous Integration and Deployment.

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

Official page: https://skillscout.sh/official/circleci/
Markdown page: https://skillscout.sh/official/circleci/circleci_skills_skillscout.md
Vendor website: https://circleci.com/

## Prompt for your agent

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

### circleci/circleci-docs

Includes 3 official skills: monthly-docs-report, content-review, vale-linter.

Install:

```bash
npx skills add circleci/circleci-docs -y
```

Source: https://github.com/circleci/circleci-docs

## Individual skills

### monthly-docs-report

Official CircleCI skill from circleci/circleci-docs.

Install:

```bash
npx skills add circleci/circleci-docs@monthly-docs-report -y
```

Package: circleci/circleci-docs
Source: https://github.com/circleci/circleci-docs/tree/main/skills/monthly-docs-report

### content-review

Official CircleCI skill from circleci/circleci-docs.

Install:

```bash
npx skills add circleci/circleci-docs@content-review -y
```

Package: circleci/circleci-docs
Source: https://github.com/circleci/circleci-docs/tree/main/skills/content-review

### vale-linter

Official CircleCI skill from circleci/circleci-docs.

Install:

```bash
npx skills add circleci/circleci-docs@vale-linter -y
```

Package: circleci/circleci-docs
Source: https://github.com/circleci/circleci-docs/tree/HEAD/skills/vale-linter

## circleci/circleci-docs package overview

Includes 3 official skills: monthly-docs-report, content-review, vale-linter.

### Top skills in this package

- monthly-docs-report: Official CircleCI skill from circleci/circleci-docs.
- content-review: Official CircleCI skill from circleci/circleci-docs.
- vale-linter: Official CircleCI skill from circleci/circleci-docs.

### Install

Install the full package:

```bash
npx skills add circleci/circleci-docs -y
```

Install a specific skill:

```bash
npx skills add circleci/circleci-docs@monthly-docs-report -y
```

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

Source: https://github.com/circleci/circleci-docs#readme
