> For the complete documentation index, see [llms.txt](https://metalbear.com/mirrord/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metalbear.com/mirrord/docs/use-cases/using-mirrord-with-ai/ai-skills-plugin.md).

# Agent Skills for mirrord

MetalBear maintains a **mirrord skills plugin** that extends AI coding assistants, such as Cursor and Claude Code with domain-specific knowledge about mirrord. Instead of relying solely on general instructions in `AGENTS.md`, these skills give your AI assistant built-in expertise for mirrord configuration, troubleshooting, and best practices.

{% embed url="<https://www.youtube.com/watch?v=zbbJaorZYl0>" %}

**See the mirrord agent skills plugin in action**

### What Are mirrord Skills?

Skills are reusable instruction modules that teach AI agents how to work with mirrord. When you install the mirrord skills plugin, your AI assistant can:

* Generate and validate `mirrord.json` configuration files
* Guide you through installation and your first mirrord session
* Help set up mirrord in CI pipelines
* Configure the mirrord operator for team environments
* Help set up [database branching](/mirrord/docs/sharing-the-cluster/db-branching.md) for your cluster

### Available Skills

For the full list of skills, what each one covers, and example prompts, see [mirrord Agent Skills](https://github.com/metalbear-co/skills/#mirrord-agent-skills) in the [metalbear-co/skills](https://github.com/metalbear-co/skills/) repository.

### Installing the mirrord Skills

The mirrord skills are distributed as a plugin that you install into your AI coding assistant. Installation steps depend on your tool.

Check the [mirrord skills repository](https://github.com/metalbear-co/skills/) for the latest installation instructions...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://metalbear.com/mirrord/docs/use-cases/using-mirrord-with-ai/ai-skills-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
