# Manticore Search AI Agent Skills

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

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

Official page: https://skillscout.sh/official/manticoresoftware/
Markdown page: https://skillscout.sh/official/manticoresoftware/manticoresoftware_skills_skillscout.md
Vendor website: https://manticoresearch.com/

## Prompt for your agent

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

### manticoresoftware/manticoresearch-buddy

Includes 3 official skills: behavior-review, code-review, repo-review.

Install:

```bash
npx skills add manticoresoftware/manticoresearch-buddy -y
```

Source: https://github.com/manticoresoftware/manticoresearch-buddy

## Individual skills

### behavior-review

Official Manticore Search skill from manticoresoftware/manticoresearch-buddy.

Install:

```bash
npx skills add manticoresoftware/manticoresearch-buddy@behavior-review -y
```

Package: manticoresoftware/manticoresearch-buddy
Source: https://github.com/manticoresoftware/manticoresearch-buddy/tree/main/.ai/skills/behavior-review

### code-review

Official Manticore Search skill from manticoresoftware/manticoresearch-buddy.

Install:

```bash
npx skills add manticoresoftware/manticoresearch-buddy@code-review -y
```

Package: manticoresoftware/manticoresearch-buddy
Source: https://github.com/manticoresoftware/manticoresearch-buddy/tree/main/.ai/skills/code-review

### repo-review

Official Manticore Search skill from manticoresoftware/manticoresearch-buddy.

Install:

```bash
npx skills add manticoresoftware/manticoresearch-buddy@repo-review -y
```

Package: manticoresoftware/manticoresearch-buddy
Source: https://github.com/manticoresoftware/manticoresearch-buddy/tree/main/.ai/skills/repo-review

## manticoresoftware/manticoresearch-buddy package overview

Includes 3 official skills: behavior-review, code-review, repo-review.

### Top skills in this package

- behavior-review: Official Manticore Search skill from manticoresoftware/manticoresearch-buddy.
- code-review: Official Manticore Search skill from manticoresoftware/manticoresearch-buddy.
- repo-review: Official Manticore Search skill from manticoresoftware/manticoresearch-buddy.

### Install

Install the full package:

```bash
npx skills add manticoresoftware/manticoresearch-buddy -y
```

Install a specific skill:

```bash
npx skills add manticoresoftware/manticoresearch-buddy@behavior-review -y
```

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

Source: https://github.com/manticoresoftware/manticoresearch-buddy#readme
