# Coral AI Agent Skills

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

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

Official page: https://skillscout.sh/official/withcoral/
Markdown page: https://skillscout.sh/official/withcoral/withcoral_skills_skillscout.md
Vendor website: https://withcoral.com/

## Prompt for your agent

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

### withcoral/coral

Includes 3 official skills: coral, coral-create-source-spec, coral-review-source-spec.

Install:

```bash
npx skills add withcoral/coral -y
```

Source: https://github.com/withcoral/coral

## Individual skills

### coral

Official Coral skill from withcoral/coral.

Install:

```bash
npx skills add withcoral/coral@coral -y
```

Package: withcoral/coral
Source: https://github.com/withcoral/coral/tree/main/plugins/coral/skills/coral

### coral-create-source-spec

Official Coral skill from withcoral/coral.

Install:

```bash
npx skills add withcoral/coral@coral-create-source-spec -y
```

Package: withcoral/coral
Source: https://github.com/withcoral/coral/tree/main/plugins/coral/skills/coral-create-source-spec

### coral-review-source-spec

Official Coral skill from withcoral/coral.

Install:

```bash
npx skills add withcoral/coral@coral-review-source-spec -y
```

Package: withcoral/coral
Source: https://github.com/withcoral/coral/tree/main/plugins/coral/skills/coral-review-source-spec

## withcoral/coral package overview

Includes 3 official skills: coral, coral-create-source-spec, coral-review-source-spec.

### Top skills in this package

- coral: Official Coral skill from withcoral/coral.
- coral-create-source-spec: Official Coral skill from withcoral/coral.
- coral-review-source-spec: Official Coral skill from withcoral/coral.

### Install

Install the full package:

```bash
npx skills add withcoral/coral -y
```

Install a specific skill:

```bash
npx skills add withcoral/coral@coral -y
```

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

Source: https://github.com/withcoral/coral#readme
