# Quests AI Agent Skills

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

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

Official page: https://skillscout.sh/official/quests-org/
Markdown page: https://skillscout.sh/official/quests-org/quests-org_skills_skillscout.md
Vendor website: https://quests.dev/

## Prompt for your agent

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

### quests-org/quests

Includes 2 official skills: changelog, pre-push-review.

Install:

```bash
npx skills add quests-org/quests -y
```

Source: https://github.com/quests-org/quests

## Individual skills

### changelog

Official Quests skill from quests-org/quests.

Install:

```bash
npx skills add quests-org/quests@changelog -y
```

Package: quests-org/quests
Source: https://github.com/quests-org/quests/tree/main/.cursor/skills/changelog

### pre-push-review

Official Quests skill from quests-org/quests.

Install:

```bash
npx skills add quests-org/quests@pre-push-review -y
```

Package: quests-org/quests
Source: https://github.com/quests-org/quests/tree/main/.cursor/skills/pre-push-review

## quests-org/quests package overview

Includes 2 official skills: changelog, pre-push-review.

### Top skills in this package

- changelog: Official Quests skill from quests-org/quests.
- pre-push-review: Official Quests skill from quests-org/quests.

### Install

Install the full package:

```bash
npx skills add quests-org/quests -y
```

Install a specific skill:

```bash
npx skills add quests-org/quests@changelog -y
```

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

Source: https://github.com/quests-org/quests#readme
