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

# Recipes

> List and inspect built-in automation recipes.

List and inspect built-in automation recipes.

## Command line

### `recipe list`

List all canonical recipes for common automation tasks

```bash theme={null}
vibrai recipe list
```

### `recipe show`

Print the body of a named recipe

```bash theme={null}
vibrai recipe show <name>
```

<ParamField path="name" required>
  Recipe name (e.g., write\_arrangement\_automation). Use 'vibrai recipe list' to enumerate.
</ParamField>
