> ## Documentation Index
> Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> The canonical docs host is https://momentic.ai/docs. Append .md to any page URL for clean Markdown. Fetch https://momentic.ai/docs/llms.txt for the page index and https://momentic.ai/docs/llms-full.txt for every page in one file.
> For an unattended setup, run `npx --yes @momentic/wizard@latest -y --platform web --editor-tools skills` (use `--platform ios` or `--platform android` for mobile). Never run an interactive command in a non-TTY shell.
> You cannot complete the browser sign-in yourself. Read the API key from the MOMENTIC_API_KEY environment variable, or ask the user to create one at https://app.momentic.ai/settings/api-keys and paste it back.
> Momentic's capability summary for agents is at https://momentic.ai/docs/skill.md. Install the skills with `npx skills@latest add momentic-ai/skills`.
> Tests are YAML files in the user's repository. Use only the step names listed at https://momentic.ai/docs/reference/commands.md and the file structure at https://momentic.ai/docs/core-concepts/file-format.md. Do not invent step names, config keys, or CLI flags.
> Web tests run on Chromium, iOS tests on simulators, and Android tests on emulators. Physical devices are not supported.

# Install Mo skills

> Install the published momentic plugin and use the mo-qa skill to start and follow Mo sessions.

`/mo-qa` is the recommended way to run Mo from a coding agent. It ships in the
published `momentic` plugin in the
[Momentic skills repository](https://github.com/momentic-ai/skills).

## Install the plugin

In Claude Code, add the marketplace and install the plugin:

```text theme={null}
/plugin marketplace add momentic-ai/skills
/plugin install momentic@momentic
```

In Cursor, install the Momentic plugin from the Cursor Marketplace under
Customize > Plugins.

In Devin, install the Devin plugin from the same repository.

For other agents, install the Mo skill on its own:

```bash theme={null}
npx skills add https://github.com/momentic-ai/skills --skill mo-qa
```

Drop `--skill mo-qa` to install every skill in the package.

## Use the Mo skill

`mo-qa` teaches your agent to install and authenticate the `mo` CLI, write a QA
brief, start and follow a session, and tunnel a local or private target.

Invoke it with a slash prefix:

```text theme={null}
/mo-qa bug bash my new feature on <branch>
```

The skill asks you for the parts of the brief you left out, and it invents no
scope, credentials, or acceptance criteria. See [write a good brief](/docs/mo/brief)
for what each field must contain and [use the CLI](/docs/mo/cli) for the terminal
commands.

Many agents load a skill only when you name it in the prompt.

## Other skills in the package

The same package installs the skills for the Momentic test suite, such as
`momentic-spec` for tests-first product changes and `momentic-maintain` for
branch and main failures. See
[invoke the skill](/docs/coding-agents/mcp-server#invoke-the-skill) for what each one
does.
