# Courier AI Agent Skills

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

Browse 13 official AI agent skills across 3 Courier repositories, with install commands and source links.

Official page: https://skillscout.sh/official/trycourier/
Markdown page: https://skillscout.sh/official/trycourier/trycourier_skills_skillscout.md
Vendor website: https://www.courier.com/

## Prompt for your agent

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

### trycourier/courier-web

Includes 9 official skills: add-example-app, api-reports, changesets, npm-release-pipeline, run-example-app, run-tests.

Install:

```bash
npx skills add trycourier/courier-web -y
```

Source: https://github.com/trycourier/courier-web

### trycourier/courier-designer

Includes 2 official skills: changeset, publish-canary.

Install:

```bash
npx skills add trycourier/courier-designer -y
```

Source: https://github.com/trycourier/courier-designer

### trycourier/courier-mcp

Includes 2 official skills: tool-docs, tool-docs.

Install:

```bash
npx skills add trycourier/courier-mcp -y
```

Source: https://github.com/trycourier/courier-mcp

## Individual skills

### add-example-app

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@add-example-app -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/add-example-app

### api-reports

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@api-reports -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/api-reports

### changesets

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@changesets -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/changesets

### npm-release-pipeline

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@npm-release-pipeline -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/npm-release-pipeline

### run-example-app

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@run-example-app -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/run-example-app

### run-tests

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@run-tests -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/run-tests

### sync-examples

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@sync-examples -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/sync-examples

### sync-packages

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@sync-packages -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/HEAD/.agents/skills/sync-packages

### update-component-theme

Official Courier skill from trycourier/courier-web.

Install:

```bash
npx skills add trycourier/courier-web@update-component-theme -y
```

Package: trycourier/courier-web
Source: https://github.com/trycourier/courier-web/tree/main/.agents/skills/update-component-theme

### changeset

Official Courier skill from trycourier/courier-designer.

Install:

```bash
npx skills add trycourier/courier-designer@changeset -y
```

Package: trycourier/courier-designer
Source: https://github.com/trycourier/courier-designer/tree/main/.cursor/skills/changeset

### publish-canary

Official Courier skill from trycourier/courier-designer.

Install:

```bash
npx skills add trycourier/courier-designer@publish-canary -y
```

Package: trycourier/courier-designer
Source: https://github.com/trycourier/courier-designer/tree/main/.cursor/skills/publish-canary

### tool-docs

Official Courier skill from trycourier/courier-mcp.

Install:

```bash
npx skills add trycourier/courier-mcp@tool-docs -y
```

Package: trycourier/courier-mcp
Source: https://github.com/trycourier/courier-mcp/tree/main/.agents/skills/tool-docs

### tool-docs

Official Courier skill from trycourier/courier-mcp.

Install:

```bash
npx skills add trycourier/courier-mcp@tool-docs -y
```

Package: trycourier/courier-mcp
Source: https://github.com/trycourier/courier-mcp/tree/HEAD/.claude/skills/tool-docs

## trycourier/courier-web package overview

Includes 9 official skills: add-example-app, api-reports, changesets, npm-release-pipeline, run-example-app, run-tests.

### Top skills in this package

- add-example-app: Official Courier skill from trycourier/courier-web.
- api-reports: Official Courier skill from trycourier/courier-web.
- changesets: Official Courier skill from trycourier/courier-web.
- npm-release-pipeline: Official Courier skill from trycourier/courier-web.
- run-example-app: Official Courier skill from trycourier/courier-web.
- run-tests: Official Courier skill from trycourier/courier-web.
- sync-examples: Official Courier skill from trycourier/courier-web.
- sync-packages: Official Courier skill from trycourier/courier-web.

### Install

Install the full package:

```bash
npx skills add trycourier/courier-web -y
```

Install a specific skill:

```bash
npx skills add trycourier/courier-web@add-example-app -y
```

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

Source: https://github.com/trycourier/courier-web#readme
